Skip to content

Get-vROConfigurationElementPermission

SYNOPSIS

Get vRO Configuration Element Permissions

SYNTAX

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

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

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