gpresult for local users on local machine?
- by Jonas
I would like to list the group policies for local users on a machine I'm setting up. However, when I run
gpresult /v /u localmachine\user
I get the error that I do have to specify a server name, and when I run
gpresult /v /s 127.0.0.1 /u localmachine\user
I get the message user credentials for local system are ignored, and I get the group policies for the local administrator as a result.
How do I get the settings for the users?