Does anyone know of a GPO comparison tool, preferably free (or cheap).
I need to compare settings from two GPOs to see what's missing in the target GPO.
edit: just to clarify, I need a tool which can compare the settings for me. I can do it manually, but it is cumbersome and also has the potential for me making mistakes.
Use Group Policy Management Console to save the GPO's as XML files, open them in Notepad++ and press Alt-D to compare the files.
You can use two instances of the Group Policy Management Console and go to the "settings" tab while having the GPOs to compare selected. Click the "show all" to show all the applied settings.
Use the SCM v2 GPO import function to import the GPO's as baselines. You can then use the compare tool to show settings differences. V2 is in CTP right now but seems to work just fine so far. here is the link to the blog post and download
Another alternative, (If you're just attempting to compare registry entries within the GPOs) is using Powershell. The particular way shown below worked for my environment, but may be able to be utilized/modified to work within yours