Removing GPO permissions

I mentioned using None as a PermissionLevel to remove someone's rights from GPO Delegation, but let's spin out a sample command to make sure you can do it on your own. When deleting a GPO or a GPO Link, you are utilizing entirely different PowerShell cmdlets (one starting with the word Remove) from what you use for building those objects, but for GPO permission removal you do not use a Remove-type command. Instead, you continue to use Set-GPPermissions, but flag them for configuring a PermissionLevel called None. Here is a command that reverses the rights that we just handed to our user called Grace. We have now decided she does not require permission to modify MyNewGPO, and so we are going to take those rights away ...

Get Mastering Windows Group Policy now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.