Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Obtain Permissions Report for a GPO

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles