Transferring the Domain-Specific Roles: RID, PDC, and Infrastructure Master
In this article, let’s have a brief description about transferring the Domain-Specific Roles such as RID, PDC and Infrastructure Master. Go with the following procedure to transfer the roles.
1. Open the Administrative Tools option from Start? Programs and then select “Active Directory Users and Computers.
2. Now, click “Connect to Domain Controller” next to Active Directory Users and Computers. If you’re not on the domain controller where you want to transfer the role, it is required to take this step. Moreover, it isn’t necessary if you’re connected to the domain controller whose role you wish to transfer.
3. Then, click the domain controller which will be the new role holder.
4. After that click OK.
5. Select Operations Masters by right clicking Active Directory Users and Computers.
6. Now, it is required to click the appropriate tab (RID, PDC, or Infrastructure) for the role you want to transfer. You can select it from the Change Operations Master dialog box.
7. In the Change Operations Master dialog box, click Change.
8. Then, click OK to confirm that you wish to transfer the role.
9. After that click OK and Cancel to close the dialog box.
Now, let’s have a discussion on transferring the Domain Naming Master role.
Continue reading
Monthly Archives: July 2012
Tips: How to verify the successful replication to a domain controller
Repadmin.exe – a simple command that does more. Now, we’re going to discuss about using afore said command to verify the replication and format the command output using Microsoft Excel. Repadmin.exe can be run from the elevated command prompt on all the domain controllers running Windows Server 2008 or later.
Note: Using the repadmin.exe command to check the replication is one of the possible ways. However, we can also go with Active Directory Replication Status Tool (ADREPLSTATUS) to check replication status of domain controllers. It is a UI-based alternative solution and provides us the output in a similar format with significant improvements.
To check a successful replication to a specific domain controller, we can run repadmin /showrepl. If we don’t run repadmin on the domain controller whose replication we’re checking, it is required to specify a destination domain controller in the command. Repadmin is capable of listing INBOUND NEIGHBORS for the current or specified domain controller.
In INBOUND NEIGHBORS, you can view the distinguished name of each directory partition for which inbound directory replication has been attempted. Moreover, you can also view the site and the name of the source domain controller and check if the replication is succeeded as below.