Summary: Learn how to use Windows PowerShell to obtain a permissions report for a specific Group Policy Object (GPO).
How can I use Windows PowerShell to obtain a report of permissions for a specific Group Policy Object (GPO)?
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