PowerCLI Reference

Remove-VIPermission

Synopsis

This cmdlet removes the specified permissions.

Syntax

Remove-VIPermission [-Permission] <Permission[]> [-Confirm] [-WhatIf] [<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
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 © VMware, Inc. All rights reserved.