PowerCLI Reference

Set-VIRole

Synopsis

This cmdlet modifies the privileges of the provided roles.

Syntax

Set-VIRole [-Role] <Role[]> [-AddPrivilege <Privilege[]>] [-Name <String>] [-Server <VIServer[]>] [-Confirm] [-WhatIf] [<CommonParameters>]

Set-VIRole [-Role] <Role[]> [-Name <String>] [-RemovePrivilege <Privilege[]>] [-Server <VIServer[]>] [-Confirm] [-WhatIf] [<CommonParameters>]

Related Commands

Online Version
Get-VIRole
New-VIRole
Remove-VIRole
Get-VIPrivilege
Get-VIPermission
New-VIPermission
Remove-VIPermission
Set-VIPermission

Detailed Description

This cmdlet modifies the privileges of the provided roles.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
RoleRole[]Specifies the roles you want to modify.trueTrue (ByValue)
AddPrivilegePrivilege[]Specifies privileges and privilege groups you want to add to the provided roles.falseFalse
ConfirmSwitchParameterIf the value is $true, indicates that the cmdlet asks for confirmation before running. If the value is $false, the cmdlet runs without asking for user confirmation.falseFalse
NameStringProvides a new name for the provided role.falseFalse
RemovePrivilegePrivilege[]Specifies privileges or privilege groups you want to remove from the provided roles.falseFalse
ServerVIServer[]Specifies the vCenter Server systems on which you want to run the cmdlet. If no value is given to this parameter, the command runs on the default servers. For more information about default servers, see the description of Connect-VIServer.falseFalse
WhatIfSwitchParameterIndicates that the cmdlet is run only to display the changes that would be made and actually no objects are modified.falseFalse

Return Type

Zero or more modified Role objects

Notes

Examples

-------------------------- Example 1 --------------------------

Set-VIRole -Role Role -AddPrivilege (Get-VIPrivilege -Name 'Create Datacenter')

Adds the "Create Datacenter" privilege to the Role role.


Copyright © VMware, Inc. All rights reserved.