Get-DepotInfo

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

Syntax

-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:\.zip" or an URL address to the index file of the online depot in the format of "https:///index.xml".

Output

Examples


Example 1

Get-DepoInfo "C:\.zip"

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

Example 2

Get-DepotInfo "https:///index.xml"

Retrieves basic information about the software depot located at "https:///index.xml".

Related Commands

Feedback

Was this page helpful?