Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Here's one I came across whilst performing some Group Policy troubleshooting...
Get-CimInstance -Query "Select * from RSOP_UserPrivilegeRight where precedence=1" -Namespace root\rsop\computer |
Select-Object UserRight,AccountList
It shows the UserRight set by Group Policy and who has it.