Get-DepotVibs - vSphere ImageBuilder Reference

PowerCLI Reference

vSphere ImageBuilder Reference

Get-DepotVibs

Synopsis

This cmdlet retrieves basic information about VIBs in the software depot.

Syntax

Get-DepotVibs [-Depot] <String> [<CommonParameters>]

Related Commands

Get-DepotAddons
Get-DepotBaseImages
Get-DepotComponents
Get-DepotInfo
New-IsoImage
New-PxeImage

Detailed Description

This cmdlet retrieves an array of objects that provide basic information about VIBs in the software depot.

Parameters

Name Type Description Required? Pipeline Input Default Value
Depot String Specifies the location of the software depot that contains the VIBs. The value can be either a file path to an offline depot in the format of "C:\<depot>.zip" or an URL address to the index file of the online depot in the format of "https://<address-to-depot>/index.xml". true false None

Return Type

VibInfo

Notes

No notes

Examples

-------------- List vibs in depot (offline) --------------

C:\PS>Get-DepotVibs "C:\<depot>.zip"

Retrieves an array of all the VIBs contained in the software depot located at "C:\<depot>.zip".

-------------- List vibs in depot (online) --------------

C:\PS>Get-DepotVibs "https://<address-of-depot>/index.xml"

Retrieves an array of all the VIBs contained in the software depot located at "https://<address-of-depot>/index.xml".


Copyright © 1998 - 2020 VMware, Inc. All rights reserved.