Get-DepotInfo Command | Vmware PowerCLI Reference

Get-DepotInfo

This cmdlet retrieves basic information about the software depot located at the specified file path or URL address.

Syntax

Get-DepotInfo
-Depot < String >
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Depot String named
Specifies the location of the software depot. 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".

Output

Examples

Example 1

Get-DepoInfo "C:\&#60depot&#62.zip"

Retrieves basic information about the software depot located at "C:\&#60depot&#62.zip".

Example 2

Get-DepotInfo "https://&#60address-of-depot&#62/index.xml"

Retrieves basic information about the software depot located at "https://&#60address-of-depot&#62/index.xml".

Related Commands

DepotAddons

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

DepotBaseImages

This cmdlet retrieves basic information about base images in the software depot.

DepotComponents

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

DepotInfo

This cmdlet retrieves basic information about the specified software depot.

DepotVibs

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