vSphere PowerCLI Reference

Remove-VIPermission

Synopsis

This cmdlet removes the specified permissions.

Syntax

Remove-VIPermission [-Permission] <Permission[]> [-WhatIf] [-Confirm] [<CommonParameters>]

Related Commands

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

Detailed Description

This cmdlet removes the specified permissions.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
PermissionPermission[]Specifies the permissions you want to remove.truetrue (ByValue)
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$true
WhatIfSwitchParameterIndicates that the cmdlet is run only to display the changes that would be made and actually no objects are modified.falsefalse

Return Type

None

Notes

Examples

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

Remove-VIPermission -Permission $permission -Confirm:$false

Removes the $permission permission without asking for confirmation.


Copyright © 1998 - 2014 VMware, Inc. All rights reserved.