一、How to create a Group Policy Central Store

You have downloaded or created your own Group Policy Administrative Templates, and would like them to be stored centrally, opposed to individually on each Domain Controller.

Here’s how to create a Group Policy Central Store:

Solution

  1. Open Group Policy Management.
  2. Right-click on the Default Domain Controllers Policy under Group Policy Objects, and view the Settings Tab.
  3. Notice Policy definitions (ADMX files) retrieved from the local machine is displayed under Administrative Templates:
  1. Copy the C:\Windows\PolicyDefinitions folder to the C:\Windows\SYSVOL\domain\Policies folder:
  1. Now if we check the Default Domain Controller Policy Settings Tab, we can see Policy definitions (ADMX files) retrieved from the central store is displayed under Administrative Templates:

All current and future Group Policy Administrative Templates will now be kept in the Central Store.


二、组策略控制面板异常:

1.

  1. Rename “PolicyDefinitions_NTFRS_48964141” folder on the DC that you created “PolicyDefinitions” folder to “PolicyDefinitionsOLD” (or any name you want except PolicyDefinitions)
  2. Allow enough time to wait the change replicate to all other DCs.
  3. Then rename the folder back to “PolicyDefinitions”
  4. Check whether it works

More information, please refer to the article:

Folder name is changed to "FolderName_NTFRS_<xxxxxxxx>"

http://support.microsoft.com/kb/328492/EN-US

If it is not working, please try step 2.

2.

  1. Delete “PolicyDefinitions_NTFRS_48964141” folder and wait the change replicate to all other DCs.
  1. Stop “File Replication Service” on all the DCs
  1. Logon PDC and do Authoritative FRS restore. Here is steps:
  1. Click Start, and then click Run.
  2. In the Open box, type regedit and then press ENTER.
  3. Locate the following subkey in the registry:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NtFrs\Parameters\Backup/Restore\Process at Startup

  1. In the right pane, double click BurFlags.
  2. In the Edit DWORD Value dialog box, type D4 and then click OK.
  3. Quit Registry Editor, and then switch to the Command box.
  4. In the Command box, type net start ntfrs.
  5. Quit the Command box.
  1. Logon on other DCs and do nonauthoritative restores in turn
  1. Click Start, and then click Run.
  2. In the Open box, type regedit and then press ENTER.
  3. Locate the following subkey in the registry:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NtFrs\Parameters\Backup/Restore\Process at Startup

  1. In the right pane, double-click "BurFlags". In the "Edit DWORD Value" dialog box, type "D2" (without the quotation marks) and then click "OK".
  2. Quit Registry Editor.
  3. Click Start, click Run, type in "net start NTFRS" (without the quotation marks) and press ENTER to start File Replication Service.

More information, please refer to the article:

Using the BurFlags registry key to reinitialize File Replication Service replica sets

http://support.microsoft.com/kb/290762


参考博文:http://www.virtuallyimpossible.co.uk/how-to-create-a-group-policy-central-store/

Create a Group Policy Central Store的更多相关文章

  1. Managing Group Policy with PowerShell

    Overview In this article, I’ll talk about your options when it comes to managing Group Policy using ...

  2. Setting IE11 with Group Policy Preferences

    一.Setting Home Page with Group Policy Preferences 1.Open the Group Policy Management Console and cre ...

  3. Three Steps to Migrate Group Policy Between Active Directory Domains or Forests Using PowerShell

    Three Steps Ahead Have you ever wished that you had three legs? Imagine how much faster you could ru ...

  4. DFS security warning and use group policy to set up internet security zones

    Opening a file from a DFS domain share shows a security warning while openning from the server share ...

  5. 10 Common Problems Causing Group Policy To Not Apply

    10 Common Problems Causing Group Policy To Not Apply Group Policy is a solid tool and is very stable ...

  6. How to apply Local Group Policy settings silently using the ImportRegPol.exe and Apply_LGPO_Delta.exe utilities.

    参考:http://supportishere.com/how-to-apply-local-group-policy-settings-silently-using-the-importregpol ...

  7. RDP setting group policy

    RDP setting group policy 1.Login to domain controller and go to Group Policy Management tool2.Click ...

  8. How to Add Trust Sites into IE before IE10 through Group Policy

    Due to IE10 published, I'll conclude the methods that how to add trust sites in to IE of the version ...

  9. [转]Missing MSS Settings in Security Options of Group Policy (GPO)

    I'm currently working on a new Windows Server 2012 and Windows 8 project. As part of that project is ...

随机推荐

  1. STM32关总中断的语句

    __set_PRIMASK();//关总中断 /************ **********/ __set_PRIMASK();//开总中断

  2. centos(7.0) 上 crontab 计划任务

    yum install vixie-cron yum install crontabs /bin/systemctl restart crond.service  #启动服务 /bin/systemc ...

  3. Unity3D刚体不同力的测试(ForceMode,AddForce,RelativeAddForce)

    摘自圣典的一段翻译: ForceAdd a continuous force to the rigidbody, using its mass.添加一个可持续力到刚体,使用它的质量.Accelerat ...

  4. 发现一个nginx LUA开发Web App的框架

    nginx是个好东西, nginx的openrtsy发行版本更是个好东西. 今天又发现个好东西 :Moochine MOOCHINE - 一个简单的轻量级的web framework, 基于ngx_O ...

  5. CentOS6.2下安装Qt5.1.0

    因为要将程序实现跨平台,所以只能在CentOS6.2上再安装一次Qt,为了保证一致性,我使用了和windows下版本一样的Qt5.1.0,可以到此处下载. 下载好,复制到虚拟机上后,直接双击运行,一切 ...

  6. django中使用POST方法报错 URL via POST, but the URL doesn't end in a slash

    该方式是因为URL路径没有使用slash(斜线"/")结尾造成的. 因此在使用POST的JavaScript函数的路径参数中,路径URL必须使用/结尾.

  7. CCNA2.0笔记_OSPF v2

    OSPF(开放最短路径优先)协议概述: - 链路状态路由协议 - 无类路由协议 - 要点:RouterID.区域ID - 触发更新 .以传播 LSA 代替路由表更新 - 快速响应变更(比距离矢量路由协 ...

  8. DataBinding 笔记

    DataBinding 笔记 android DataBinding notes 那些年踩过的坑 问题 那些年踩过的坑 非 public 类型的变量,getter 方法必须有,没有就会报错:Could ...

  9. OkHttp+Stetho+Chrome调试android网络部分(原创)

    android网络调试一直是一个比较麻烦的部分,因为在不同序列的请求中,返回的数据会有不同的变化,如果能像web开发一样使用调试功能查看页面的访问数据该是多么美好的事情! 很幸运的是,现在Androi ...

  10. 第一百四十节,JavaScript,封装库--浏览器检测

    JavaScript,封装库--浏览器检测 在函数库编写一个,浏览器检测对象 /** sys浏览器检测对象,对象下有两个属性,liu_lan_qi属性和xi_tong属性 * liu_lan_qi属性 ...