- Techblog - Tim Wanierke - http://techblog.wanierke.de -

Export and import GPO from one domain to another

Dieser Eintrag stammt von Tim Wanierke Am 16.6.2011 @ 14:25 In Microsoft | 1 Kommentar

Here are the links to the scripts that can export and import GPO’s.

Windows 2003 with GPMC installed:
[1] http://msdn.microsoft.com/en-us/library/aa814151(v=vs.85).aspx

Export:
BackupGPO.wsf TestPolicyGPO C:\GpoBackups /Comment: “Weekly backup”  /Domain:example.microsoft.com

Import:
ImportGPO.wsf C:\GpoBackups {73624CC9-E8F2-4F05-88D2-193FAE8773CE} NewGPO /CreateIfNeeded

Windows 2008 R2 Powershell:
[2] http://technet.microsoft.com/en-us/library/ee461027.aspx

Export:
Backup-Gpo -Name TestGPO -Path C:\GpoBackups -Comment “Weekly Backup”

Import:
import-gpo -BackupGpoName TestGPO -TargetName TestGPO -path C:\GpoBackups


Dieser Artikel wurde ausgedruckt ab Techblog - Tim Wanierke: http://techblog.wanierke.de

URL zum Artikel: http://techblog.wanierke.de/2011/06/16/export-and-import-gpo-from-one-domain-to-another/

URLs in this post:
[1] http://msdn.microsoft.com/en-us/library/aa814151(v=vs.85).aspx: http://msdn.microsoft.com/en-us/library/aa814151(v=vs.85).aspx
[2] http://technet.microsoft.com/en-us/library/ee461027.aspx: http://technet.microsoft.com/en-us/library/ee461027.aspx

Klicken hier zum Drucken.