API Reference
Command
Remove-ADXGpoPermission
Removes an ACE from a GPO DACL.
Examples
Example 1
Remove-ADXGpoPermission -Domain contoso.com -Id '{GUID}' -Identity 'CONTOSO\\GpoEditors'
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
Remove-ADXGpoPermission -Domain <string> -Id <Guid> -Identity <string> [<CommonParameters>]#Parameters
- Domain string
- DNS domain name where the GPO resides.
- Id Guid
- GPO GUID (groupPolicyContainer objectGuid).
- Identity string
- Account to remove permissions from (name or SID).
Outputs
System.Boolean