Skip to content

Get-vROActionPermission

SYNOPSIS

Get vRO Action Permissions

SYNTAX

Get-vROActionPermission [-Id] <String[]> [<CommonParameters>]

DESCRIPTION

Get vRO Action Permissions

EXAMPLES

EXAMPLE 1

Get-vROActionPermission -Id '3f92d2dc-a9fa-4323-900b-ef97196184ea'

EXAMPLE 2

Get-vROAction -Id '3f92d2dc-a9fa-4323-900b-ef97196184ea' | Get-vROActionPermission

PARAMETERS

-Id

Action Id

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