How do I demote a PDC to a BDC?

A. Normally when you promote a BDC to the PDC, the existing PDC is automatically demoted to a BDC, but in the event that the PDC was taken off line and then a BDC promoted when the old PDC is restarted it will still think its the PDC and when it detects another PDC it will simply stop its own netlogon service.

To actually modify the machine to be a BDC the registry needs to be changed directly:

  1. Logon to the machine as an Administrator
  2. Start the registry editor (regedt32.exe)
  3. Move to HKEY_LOCAL_MACHINE\Security
  4. Select Permissions from the Security menu
  5. Select Administrators and change the access type to Full Control, check the "Replace Permission on Existing Subkeys" and click OK. Click Yes to the confirmations dialog box
  6. You can now navigate the Security menu, move down to Policy\PolSrvRo
  7. Double click on the default <no name> value and change the second digit (which should be 3 for a PDC) to a 2 (which means BDC). Click OK. E.g. 03000000 to 02000000.
  8. You should now reset the Security on the Security part of the registry using the same method as before but changing back to Special Access for Administrators. The permissions for Administrators should be
    - Write DAC
    - Read Control
  9. Restart the machine and it will come up as a BDC

To avoid having to set security perform the registry change from the system account by submitting the registry editor via the schedule service.

C:\> net start schedule (only if not already running)
C:\> at <time> /inter regedt32.exe
C:\> net stop schedule (only if you had to start it)


Discuss this Article 5

Martin Wuensch
on Mar 4, 2004
Hi, John, this is one of the best tips I got last years. Thanks. In case of missing a pdc or switching between the two server roles in a test environement it is very helpful. Imagine the scenario to install a second exchange server (5.5) for the purpose of a cold-standby-system. When done, I can reactivate the domain controller as a BDC in the running system.
Ata Dönmez (not verified)
on Feb 8, 2001
Hi John, your article is intersting indeed, but you don´t have to make it the hardway you described. In this Situation i would go to the old PDC (this is the one who had to be demoted to a bdc) and start the ServerManager. Only in this case you would be able to see the Tab Files\ Demote this PDC to a BDC. Now choose that and click ok. Now you will register a Window popup with the information that this BDC receives an full sync of the Domain Database. This will only function when the Administrato account is not renamed on the new PDC, both DC must have a the same Administrator account.
michel creven (not verified)
on Apr 30, 2004
Hi Ata, there might be a problem with your procedure. Sometimes, the first PDC remains as a PDC (with netlogon disabled) but appears as a BDC in the server manager, therefore not allowing the "demote" menu. You can see the genuine server's role by typing the "net accounts" command. In that case, john's procedure is VERY helpfull since it almost saved my life !!! Thanks again John.

Please or Register to post comments.

IT/Dev Connections

Las Vegas
September 30th - October 4th

Paul ThurottYou'll have the opportunity to experience:
• The Microsoft
Technology Roadmap
• Office 365 Implementation
• Hyper-V Optimizing
• Windows 8 Deployment
and much more!

Come See Paul Thurrott & Rod Trent in Person!

Early Registration Now Open

Upcoming Training

Mastering SharePoint 2013: Succeeding, Not Just Surviving

Building on the success of the “Mastering SharePoint 2010” seminars, the presenters have updated the content to cover the latest and greatest SharePoint product: SharePoint 2013. While SharePoint 2013 is relatively new on the marketplace, the presenters have been working with SharePoint 2013 for well over a year, and have implemented it with a number of clients in production environments.

Register Now

Current Issue

May 2013 - The NameTranslate object is useful when you need to translate Active Directory object names between different formats, but it's awkward to use from PowerShell. Here's a PowerShell script that eliminates the awkwardness.

CURRENT ISSUE / ARCHIVE / SUBSCRIBE

Windows Forums

Get answers to questions, share tips, and engage with the Windows Community in our Forums.