Save Group Policy Settings To A Text File (XP/03)
- 2
- Add a Comment
Determining the policy settings that are in effect is possible by using Resultant Set of Policy snap-in. You can open the snap-in using the steps outlined below:
- Click Start and select Run.
- Type mmc and Click OK.
- From the File menu, select Add/Remove Snap-in.
- Click Add.
- From the list, select Resultant Set of Policy. Click Add.
- Click Next.
- Click Logging mode. Click Next.
- Click Next to use the local computer.
- Click Next to display policy settings for the current user.
- Click Next.
- Click Finish.
- Click Close. Click OK.
You can then use the RSoP snap-in to view the current policy settings.
Conversely, you can also have the group policy settings written to a text on your computer by issuing the gpresult command. Simply open the command prompt (Start, Run, and type cmd) and issue the following command:
Gpresult /v >c:local.txt
Once the command runs, you will be able to open the text file and view the group policy settings. The information in the text file will also tell you the last time the policy settings were applied, where the policy was applied from, and the slow link threshold.

2 Comments
Sanjeev
April 16th, 2008
at 10:36pm
Hi,
It was a good information shared. But can you tell me how to do the same stuff on windows 2000 system. i tried running the same command but it is giving a error message that ‘Gpresult’ is not recognized as internal or external command, also i dont wan’t to install any additional tool.
Waiting for your reply.
Thanks & Regards
Sanjeev
jon
July 24th, 2008
at 12:47pm
under win2000 use the secedit command.