Skip to content

Get-vROPackagePermission

SYNOPSIS

Get vRO Package Permissions

SYNTAX

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

DESCRIPTION

Get vRO Package Permissions

EXAMPLES

EXAMPLE 1

Get-vROPackagePermission -Name "net.powervro.tests"

EXAMPLE 2

Get-vROPackage -Name "net.powervro.tests" | Get-vROPackagePermission

PARAMETERS

-Name

Package Name

Type: String[]
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
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

OUTPUTS

System.Management.Automation.PSObject.

NOTES