Central Store and ADM Removal Q&A (with an updated script!)
Published Sep 19 2018 02:18 PM 1,306 Views
Microsoft

First published on TechNet on Mar 14, 2012

 

We’ve recently received some great feedback from several customers and other PFEs on the ADM template post that Mark and I wrote a month or two back. I thought I’d take some time to respond to some of those questions and to post an updated version of the script. Going forward, we plan to spend some time responding to questions, either on previous posts or new topics.

 

Question:

The dates in the script for the out-of-box ADM templates are different than what I have on SYSVOL. Why is that?

 

Answer:

We tried to track down all of the possible dates for out-of-box ADM templates and missed a few. I’ve added those to the list, as well as added a new switch to the script –NoDateCheck. Using this switch will cause the script to remove all ADMs where a matching ADMX template is found, regardless of time stamp.

 

Question:

Can I use the script if my organization hasn’t implemented the GP central store? (See: An Alternative to the Central Store in this AskDS post).

 

Answer:

With the old script, no. With the new one, it’ll check for the central store, first. If it doesn’t exist, it will check the default policy definitions folder (C:\windows\policydefinitions) and use that as the ADMX source. If you’ve got any non-standard ADMX templates, and you aren’t using the central store, you’ll need to ensure those ADMX/ADML files are in c:\windows\policydefinitions.

 

Question:

There’s a switch in the script, -ADMCSVPath, and I’m not sure why it’s there. So why is it there?

 

Answer:

Good question. I forgot to remove it. Thanks for reminding me.

 

Question:

Is it possible to add my own ADMs to the script so that I can check for and remove Office ADMs, custom ADMs, and more?

 

Answer:

You sure can. If you go to line 130 in the script where all of the out-of-box ADMs are listed you can add each of your own ADMs, as well as the date stamp you’re expecting to find on that ADM. This is only necessary if you want to check specific dates on the ADMs. If you’re comfortable running the script with –NoDateCheck, it’ll remove any ADMs it finds with a matching ADMX regardless of the date stamp.

 

Question:

I’ve run the script and cleaned up all of the ADMs on sysvol. How can I keep ADMs from re-appearing?

 

Answer:

First, make sure that all GPO admins are on Vista SP1/Server 2008, or later (read this if you have Vista/7 mixed).  If you’re worried about a rogue GPO admin showing up and using an older OS, enable the group policy setting, Always use local ADM files for Group Policy Editor. This setting, outlined here, will force GPMC to use ADMs from %systemroot%\inf instead of storing and reading the ADMs from sysvol.

 

Question:

What happens if I don’t have ADMX templates in my central store or local policy definitions and I remove the ADMs? Is that a resume generating event?

 

Answer:

In short, you’ll probably irritate your Group Policy administrators. Removing the ADM template, and not having the ADMX present, means that when attempting to manage a GPO the administrator will not be able to modify, or view, any of the GPO settings specific to that ADM.

Here’s a quick illustration. Assume that you’ve created a GPO which uses an Office12 ADM template (office12.adm). If you view the details on that GPO in GPMC, you’ll see a “Unique ID” or GUID. When you navigate out to SYSVOL on one of your DCs, and go to the Policies folder, you should see a whole bunch of GUIDs. Find the one that matches your GPO GUID and navigate to it. Then open the ADM folder. In the case of my GPO, I see this:

 

BrandonWilson_0-1581088693081.png

 

I delete it and let the change replicate around, then edit the policy in GPMC.

When I open the GPO to view the Office 2007 settings, I can’t find them.

 

BrandonWilson_1-1581088693085.png

 

What I would have seen before I deleted the template is this:

 

BrandonWilson_2-1581088693088.png

 

Fixing it is easy. Find the missing template (because of course you made a backup), right click on Administrative Templates in the GPO and click Add/Remove Templates. In the Add/Remove Templates dialog, click Add… and navigate to the missing ADM. Click Close. If you go back out to SYSVOL and take a look at that Adm folder on the PDCe, you’ll see the template is there and all of the group policy admins have stopped yelling at you.

 

So don’t worry about that resume, unless you’re looking for a job.

 

Conclusion:

 

Now you can get out there, convert your ADMs to ADMX, clean up sysvol, and save yourself a ton of disk space.

 

Also, here’s a link list to the Office ADMX templates because Mark insisted I include it.

 

Update 1/24/2013: We've removed the script from the blog and uploaded it at the script center.

 

- Tom Moser

 

1 Comment
Version history
Last update:
‎Feb 07 2020 07:19 AM
Updated by: