PowerTip: Use PowerShell to Obtain Permissions Report for a GPO

Doctor Scripto

Summary: Learn how to use Windows PowerShell to obtain a permissions report for a specific Group Policy Object (GPO).

Hey, Scripting Guy! Question How can I use Windows PowerShell to obtain a report of permissions for a specific Group Policy Object (GPO)?

Hey, Scripting Guy! Answer Use the Get-GPPermission cmdlet, specify the name of the GPO and use –all to obtain permissions for all users, as shown here.

Get-GPPermission –name backuponlogoff -all

0 comments

Discussion is closed.

Feedback usabilla icon