If you are using Windows 7 clients on your network and wish to manage them fully via group policy you may have noticed that some of the new GP items are missing from your Group Policy Managament Console. This happens when you are running a Domain Controller that is not Windows 2008 R2.
Don’t worry its really easy to copy the newer group policy templates over to your DC, whether it be Windows 2003 or 2008.
Execute the following 2 commands on a Windows 7 workstation:
xcopy %systemroot%\PolicyDefinitions\* %logonserver%\sysvol\%userdnsdomain%\policies\PolicyDefinitions
xcopy %systemroot%\PolicyDefinitions\EN-US\* %logonserver%\sysvol\%userdnsdomain%\policies\PolicyDefinitions\EN-US\
This will copy all the updated ADMX and ADML files to your DC.
This should take but seconds, now when you access GPMC you will have a full set of Group Policy objects to look at.
You may also like to install the Remote Server Administration Tools (RSAT) on your Windows 7 workstation, visit the link below to download:
