Get-vROConfigurationElementPermission

SYNOPSIS

Get vRO Configuration Element Permissions

SYNTAX

Get-vROConfigurationElementPermission [-Id] <String[]>

DESCRIPTION

Get vRO Configuration Element Permissions

EXAMPLES

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

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

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

Get-vROConfigurationElement -Id '3f92d2dc-a9fa-4323-900b-ef97196184ea' | Get-vROConfigurationElementPermission

PARAMETERS

-Id

Configuration Element Id

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

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

INPUTS

System.String

OUTPUTS

System.Management.Automation.PSObject.

NOTES