February 10th, 2013

PowerTip: Use PowerShell to Obtain Permissions Report for a GPO

Doctor Scripto
Scripter

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

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.