Create a Central Store for Group Policy Administrative Templates

1

This article describes how the new .admx and .adml files are used to create and manage registry-based policy settings in Windows. This article also describes how Central Repository is used to store and replicate Windows-based policy files in a domain environment.

Overview

Administrative Templates files are divided into .admx files and language-specific .adml files for use by Group Policy administrators. The changes applied to these files allow administrators to configure the same policy groups using two languages. Administrators can configure policies using language-specific .adml files and language-independent .admx files.

Central Store

To take advantage of .adml files, you must create a Central Store in the sysvol folder on a Windows domain controller. By default, a Central Store is a file location controlled by Group Policy tools. Group Policy tools use all .admx files in the Central Repository. Files in the Central Repository are replicated to all domain controllers in the domain.

To create a Central Repository for .admx and .adml files, create a new folder named PolicyDefinitions in the following location on the domain controller (for example):

\\cz.com\SYSVOL\cz.com\policies\PolicyDefinitions

For all languages enabled on the client computer, the PolicyDefinitions folder on the Windows domain controller stores all .admx files and .adml files.

Configuration Procedures

First of all, we need to see where the policies are kept. It will be good to notice the change after the operations are completed.

To open Group Policy Management;

Server Manager > Tools > Group Policy Management or Press Windows + R then write gpmc.msc. gpmc.msc is a shortcut to open group policy management.

Group Policy Management 3 Group Policy

After opening the Group Policy Management screen, click on your domain name under Domain, right-click on the Default Domain Policy and select edit.

Edit Group Policy Management 2 Group Policy

Computer Configuration > Policies > Administrative Templates when we follow the path we can see “Policy definitions (ADMX files) retrieved from the local computer.”. Now we are going to change that.

We open the path C:\Windows and under it we display the PolicyDefinitions folder.

PolicyDefinitions folder Group Policy

When we look inside the folder, we see that there are admx and adml files inside.

PolicyDefinitions folder 2 Group Policy

Copy the PolicyDefinitons folder and paste it to \\cz.local\SYSVOL\cz.local\Policies folder path. The domain we use here is cz.local and yours is different.

central store copy Group Policy
central store copy2 Group Policy

When we check Administrative Template again in Group Policy Management, you will see that it says “Policy definitions (ADMX files) retrieved from the central store.”.

CentralStoreShow Group Policy

Conclusion

After these operations, you can manage Group Policies from a single place, namely Central Store. All you need to do is to take the necessary admx and adml files and put them in the PolicyDefinition folder. In this way, we can easily add group policies that are not in our system.

You can find our other Group Policy related content here.

Caner

One thought on “Create a Central Store for Group Policy Administrative Templates

Leave a Reply

Your email address will not be published. Required fields are marked *

Next Post

Huawei Switch 802.1x Configuration

Fri May 5 , 2023
This configuration document was created by muscal for configzone. If you want to configure 802.1X authentication on a Huawei switch, you need to follow these steps: Set the NAC mode to unified by running the command authentication unified-mode. The switch will restart after this command. First of all, you need […]
Huawei Switch

You May Like