< Back

Get-vRAPackage

Sat Jan 18, 2020 9:57 pm

NAME Get-vRAPackage



SYNOPSIS

Retrieve vRA Packages





SYNTAX

Get-vRAPackage [-Page <Int32>] [-Limit <Int32>] [<CommonParameters>]



Get-vRAPackage -Id <String[]> [-Page <Int32>] [-Limit <Int32>] [<CommonParameters>]



Get-vRAPackage -Name <String[]> [-Page <Int32>] [-Limit <Int32>] [<CommonParameters>]





DESCRIPTION

Retrieve vRA Packages





PARAMETERS

-Id <String[]>

Specify the ID of a Package



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <String[]>

Specify the Name of a Package



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Page <Int32>

The index of the page to display.



Required? false

Position? named

Default value 1

Accept pipeline input? false

Accept wildcard characters? false



-Limit <Int32>

The number of entries returned per page from the API. This has a default value of 100



Required? false

Position? named

Default value 100

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String

System.Int





OUTPUTS

System.Management.Automation.PSObject.





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-vRAPackage













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>Get-vRAPackage -Id "b2d72c5d-775b-400c-8d79-b2483e321bae"













-------------------------- EXAMPLE 3 --------------------------



PS C:\\>Get-vRAPackage -Name "Package01","Package02"















RELATED LINKS