3rd question:
No, you need either Vista or Windows 2008 to manage GPOs that require ADMX.
Main Topics
Browse All TopicsIts said that Windows server 2003 AD uses ADM files by default and that new ADMX files are supposed to manage new MS products like Vista and Office 2007
In our case we have AD running on Windows server 2003
A Windows server 2008 is used as a management server to manage GPO settings in this domain
MS is not clear as to how we could install ADMX files in Windows 2003 domain environment
Today , I downloaded Office 2007 ADMX files from MS site and I had to manually copy the following two files as follows:
outlk12.admx from the extracted download to c:\windows\policydefinitio
outlk12.adml file from the extracted download to c:\windows\policydefinitio
Next , I was able to see the related "Microsoft Office Outlook 2007" node under "user configuration\policies\adm
Isn't there any better way to automate this process espechially when considering too many ADMX files and their related adml files?
The second part of my question , are these new settings going to replicate to the syslog folder on all domain controllers across the domain?
Can we use the GPO management console from any domain controller (all are running 2003) to manage ADMX related settings or it can only be accessed from a Vista or 2008 machine?
Regards
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Yes, there's a better way to handle the admx templates in a domain.
Check here:
How to create a Central Store for Group Policy Administrative Templates in Window Vista
http://support.microsoft.c
Managing Group Policy ADMX Files Step-by-Step Guide
http://msdn.microsoft.com/
Please tell me if I am wrong regarding the following points:
1- Basically , Windows 2003 servers store the ADM files under:
C:\WINDOWS\SYSVOL\sy
whil
C:\windows\PolicyDef
2-
3- In order to extend the functionality of the domain GPO policy interface , we have to download indivisual ADMX files in order to be able to manage new MS products that were released after 2003 and that includes Vista , 2008 , Office 2007 , etc
4- In a Windows 2003 typical domain environment , domain controllers will replicate the ADM files to each Sysvol folder on each domain controller as part of AD replication process
5 - Windows 2003 machines cannot be used to manage ADMX files and related settings.In order for us to do that , we have to use a 2008 or Vista machine in order to manage domain-wide settings
If all of the above is true , then please consider the following question:
Will the GPO management machine (Vista or 2008) replicate (or update) the Sysvol folder on all domain controllers that are running Windows server 2003?
Regards
Some answers from http://support.microsoft.c
The files that are in the Central Store are later replicated to all domain controllers in the domain.
Windows Vista does not include Administrative Templates that have an .adm extension. Additionally, earlier versions of Windows cannot use the new administrative format. Therefore, client computers that are running earlier versions of Windows cannot administer new policies that are included with Windows Vista. We recommend that you use computers that are running Windows Vista or later versions of Windows to perform Group Policy administration.
Here is our setup:
What exactly is confusing you?
You can edit a logon script in the netlogon share from any machine in the network; the exact same thing happens with GPOs.
The management consoles edit and store files that live in the Sysvol tree; that's all.
The Sysvol tree is then replicated by the NTFRS to all DCs, and this has nothing, really nothing at all, to do with group policy management tools, and on which OS they run.
It's as simple as that. Really.
So changes that are made to C:\WINDOWS\SYSVOL\sysvol\D
I have checked the contents of both and they do not match
What is really confusing me is that changes to GPO made from 2008 or vista machine will not appear under DCs running 2003 and thus if the 2008 or vista machine is down then all settings are lost or at least become inaccessible!
Please explain
No. Please check the second article I posted above:
"To edit administrative template policy settings using ADMX files
[...]
6. The Group Policy Object Editor automatically reads all ADMX files stored in the central store. When there is no central store, the Group Policy Object Editor reads the local versions of the ADMX files used by the local GPO on your Windows Vista administrative machine."
You should NOT use a down-level management tool to edit GPOs that you've created with a Vista machine. The settings are not "lost", they will still be applied to Vista machines, even if the W2k8 machine is down.
Part from the thought that the GPO *management* and the GPO *application* are in any way connected. They're not.
The simplified version: when you create a new GPO, the GP management tools create a .pol file in the Sysvol folder which stores the settings that you've applied.
This file is read from the Sysvol when a machine is booted or a user logs on, and the policies defined in it will be applied.
The only role of the admx files is to tell the GP editor which settings can be configured how, they contain the information that's displayed in the "Administrative Templates" tree.
OK , here is what I have done so far:
Following MS article http://support.microsoft.c
Business Accounts
Answer for Membership
by: mpfisterPosted on 2009-10-20 at 23:58:34ID: 25621271
There is no automatic distribution of admx files, so you need to do it manually or via a short batch script.
To answer your 2nd question: yes. The new ADMX format is just a new file format for the front end part of the group policy, the group poilcy editor. The back end part how the group policy gets replicated and applied hasn't changed.
To keep the replication load low, MS removed the ADMX files from the SysVol so they no longer get automatically replicated.
HTH