Windows server 2008 – How to view group policy information via command line
Posted by aidas | Posted in Command line, Group policy, Windows 2008 | Posted on 06-05-2009
0
This post will show you how to view Resultant Set of Policy information with gpresult command. To view policy information for user named “Testuser” open command line on your Windows server 2008 and type:
gpresult /user Testuser
If you want to see only computer related policy settings type:
gpresult /user Testuser /scope computer
If you want to list policy information on remote server named “Testserver” type:
gpresult /s Testserver /user Testuser /scope computer
More gpresult usage examples can be found here .
Follow us on Twitter !







