Get-VIPrivilege
This cmdlet retrieves the privilege groups and items for the provided servers.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required
|
Group | PrivilegeGroup[] | 1 |
|
Specifies the privilege group whose items you want to retrieve. |
optional | Id | String[] | named |
|
Specifies the IDs of the privileges you want to retrieve. Note: When a list of values is specified for the Id parameter, the returned objects would have an ID that matches exactly one of the string values in that list. |
optional | Name | String[] | named |
|
Specifies the names of the privileges you want to retrieve. |
optional | ProgressAction | ActionPreference | named |
|
Output
VMware.VimAutomation.ViCore.Types.V1.PermissionManagement.PrivilegeExamples
Example 1
Get-VIPrivilege -Name "Host*"
Retrieves all privileges with names that start with "Host".
Example 2
Get-VIPrivilege -PrivilegeGroup
Retrieves all privilege groups.
Related Commands
VIPrivilege
This cmdlet retrieves the privilege groups and items for the provided servers.
VIPrivilegeReport
This cmdlet records the privilege checks that occur for the specified sessions during the execution of a specified script block.