Skip to content

Get-vROPackage

SYNOPSIS

Get vRO Packages

SYNTAX

All (Default)

Get-vROPackage [<CommonParameters>]

Name

Get-vROPackage -Name <String> [<CommonParameters>]

DESCRIPTION

Get vRO Packages

EXAMPLES

EXAMPLE 1

Get-vROPackage

EXAMPLE 2

Get-vROPackage -Name 'com.vmware.library.powershell'

PARAMETERS

-Name

Retrieve Package by Name

Type: String
Parameter Sets: Name
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

System.Switch

OUTPUTS

System.Management.Automation.PSObject.

NOTES