Home

Win Server 2003
Windows XP
Windows 2000
Windows NT 4
Exchange 2003
Exchange 2000
Exchange 5.5
Outlook Stuff
IIS
Cisco Stuff
Miscellaneous

About
Newsletter

Tunnel any Windows
application onto remote
desktops for FREE.

Get your free 5
application license of
2X ApplicationServer
today!

 
How To Copy A GPO From One Domain To Another (15-10-2001)
Windows 2000 stores information about a Group Policy Object (GPO) in Active Directory (AD) and as part of the SYSVOL structure that replicates among all domain controllers (DCs) within a domain. The AD GPO information consists of the GPO's name and globally unique identifier (GUID). To determine a GPO's GUID, you must load the GPO in Group Policy Editor (GPE) and select Properties from the root context menu. Alternatively, you can open a container that has the GPO applied to it, select the GPO, and click Properties. Whichever method you use, the 'Unique name' under the Summary section of the General tab will display the GUID.

Win2K stores the actual GPO data in %SystemRoot%\SYSVOL\sysvol\\Policies\{}. To copy a GPO, perform the following steps:

Determine the GUID of the GPO that you want to copy.
Create a new GPO in the target domain.
Determine the new GPO's GUID.
Navigate to the new GPO's storage area (%SystemRoot%\SYSVOL\sysvol\\Policies\{}), and delete the contents of that folder.
Copy the contents of the GPO folder from the original domain into the new GPO location.

For example, imagine I have an original GPO named Test in the michael.com domain and a GUID of 5AA140D1-397A-4B5C-B4DC-DF60FF731FC0. To copy this GPO to a new GPO named Test2 in the segev.com domain, I would perform the following steps:

Create a new GPO named Test2 in the segev.com domain.
Determine the new GPO's GUID (e.g., 600140D1-397A-4B5C-B4DC-DF60FF73XXXX).
Navigate to the new GPO's storage area (%SystemRoot%\SYSVOL\sysvol\segev.com\Policies\{600140D1-397A-4B5C-B4DC-DF60FF73XXXX}), and delete the contents of that folder.
Copy the contents of %SystemRoot%\SYSVOL\sysvol\michael.com\Policies\{5AA140D1-397A-4B5C-B4DC-DF60FF731FC0} to %SystemRoot%\SYSVOL\sysvol\segev.com\Policies\{600140D1-397A-4B5C-B4DC-DF60FF73XXXX}.

Be aware that you won't have both folders on one machine; instead, you'll be copying files between DCs.



Previous   Next