Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
November 13, 2005
The GPOTool can browse GPOs and check for GPO consistency within and across domains. This tool also displays information about GPOs, including properties that cannot be accessed through Group Policy Object Editor, such as the functionality version number and extension globally unique identifiers (GUIDs).
Download the Windows Server 2003 Resource Kit and install it.
When you type gpotool /?, you receive:
Group Policy Object verification toolUsage: gpotool [options]Options:/gpo:GPO[,GPO...] Preffered policies. Partial GUID and friendly name match accepted. If not specified, process all policies in the domain./domain:name Specify the DNS name for the domain hosting the policies. If not present, assume user's domain./dc:DC[,DC...] Preffered list of domain controllers. If not specified, find all controllers in the domain./checkacl Verify sysvol ACL. For faster processing, this step is skipped by default./verbose Display detailed information.
When I typed gpotool, I received:
Validating DCs...Available DCs:jsi001.JSIINC.COMSearching for policies...Found 3 policies=======================================================
==================================================
==================================================
=======================================================Policies OK
You May Also Like