Get-DepotInfo - vSphere ImageBuilder Reference

PowerCLI Reference

vSphere ImageBuilder Reference

Get-DepotInfo

Synopsis

This cmdlet retrieves basic information about the specified software depot.

Syntax

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

Related Commands

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

Detailed Description

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

Parameters

Name Type Description Required? Pipeline Input Default Value
Depot String 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".Location of the software depot. 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

DepotInfo

Notes

No notes

Examples

-------------- Get depot info (offline) --------------

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

Retrieves basic information about the software depot located at "C:\<depot>.zip".

-------------- Get depot info (online) --------------

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

Retrieves basic information about the software depot located at "https://<address-of-depot>/index.xml".


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