Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Server

Windows Server 2008 : Promoting and Demoting a Domain Controller - Using dcpromo to Install from Media, Forcing Removal of Active Directory

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
5/24/2013 5:36:24 PM

1. Using dcpromo to Install from Media

When you promote a server to a DC in a domain that already has a DC, it replicates all Active Directory data from an existing DC to the replica DC. If this is within a well-connected network, it’s no problem. However, if the replication must occur over a slow wide area network (WAN) connection, it can cause problems. It can overwhelm the connection affecting other users or simply take an excessively long time to complete.

Instead, you can create a copy of the Active Directory data to replicate, send the media to the remote location, and then use the install from media (IFM) option.

The following steps show how to create the installation media with the ntdsutil command.

StepAction
1.Launch a command prompt with administrative permissions.
2.Type ntdsutil and press Enter.
3.Type activate instance ntds and press Enter.
4.Type ifm and press Enter.
5.Type create rodc c:\ifm and press Enter. When complete, the display looks similar to Figure 1.

Figure 1. Creating installation media with ntdsutil

After you create the installation media, you can copy it to other media such as a CD or a flash USB drive, and then send it to the remote office. An administrator at the remote office can then start dcpromo with the following command:

dcpromo /adv

This launches dcpromo with advanced options. After selecting Additional Domain Controller for an Existing Domain, the Copying Domain Information page appears. The administrator can then specify the location of the media created with ntdsutil.

2. Forcing Removal of Active Directory

There are occasions when you need to remove Active Directory from a system but dcpromo fails because the system can’t connect to another DC. For example, imagine that a DC has a hardware failure and you have to seize the RID Master role while it is down. You shouldn’t connect this DC back to the network as a DC because there is the potential of having two RID Masters and duplicate SIDs in your domain.

Note

If you seize the Schema Master, Domain Naming Master, or RID Master roles from a failed DC, you should not bring the original DC back online without first removing Active Directory. The potential for problems to the forest and domain can be catastrophic.


You can rebuild the failed DC from scratch, but it’d be much easier to simply run dcrpromo to remove Active Directory and then run dcpromo again to add Active Directory again.

You can force the removal of Active Directory with the following command:

dcpromo /forceremoval

Figure 2 shows one of the confirmation screens that might appear. In some situations, you see one of these for each of the master operations roles that the server holds. You also see a confirmation screen if the server is a DNS server, and another one if it’s a global catalog server. After clicking Yes for each of these screens, the wizard starts. 

Figure 2. Running dcpromo /forceremoval

Other -----------------
- BizTalk Server 2009 : Use The Business Rule Engine (part 2) - What Are the Artifacts That Constitute a Business Rule?
- BizTalk Server 2009 : Use The Business Rule Engine (part 1)
- Microsoft Dynamics CRM 4 : Scribe Integration - Scribe Insight Architecture
- Microsoft Dynamics CRM 4 : Scribe Integration - Integration Options
- Maintaining Dynamics GP : Safeguarding data by Backing Up everything
- Maintaining Dynamics GP : Improving stability by Managing Dictionaries
- Client Access to Exchange Server 2007 : Using Cached Exchange Mode for Offline Functionality
- Client Access to Exchange Server 2007 : Using Outlook 2007 Collaboratively (part 3) - Using Group Schedules
- Client Access to Exchange Server 2007 : Using Outlook 2007 Collaboratively (part 2) - Sharing Information with Users Outside the Company
- Client Access to Exchange Server 2007 : Using Outlook 2007 Collaboratively (part 1)
 
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server