Link to home
Start Free TrialLog in
Avatar of venkateswara
venkateswara

asked on

2000 domain controller

Hello friends,

      I have two windows 2000 domain controllers in my network. How to Identify which is the primary domain controller and secondary domain controller.

thanks in advance

venkat
Avatar of juliancrawford
juliancrawford

Primary and secondary domain controllers are for NT - they do not apply in active directory Windows 2000.
As Julian said - there are no PDC/BDCs under W2K/3 per se. Instead there are five FSMO roles including the PDC-emulator. The following is a dump of the DUMPFSMO.VBS script from the resource script. It lists the five role holders.

@echo off
REM
REM Script to dump FSMO role owners on the server designated by %1
REM

if ""=="%1" goto usage

ntdsutil roles Connections "Connect to server %1" Quit "select Operation Target" "List roles for connected server" Q Q Q

goto done

:usage

@echo Please provide the name of a domain controller (i.e. dumpfsmos MYDC)
@echo.

:done


ASKER CERTIFIED SOLUTION
Avatar of juliancrawford
juliancrawford

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Please re-read the membership agreement:
https://www.experts-exchange.com/jsp/memberAgreement.jsp
Pay particlular attention to this section:

If Experts Exchange believes, in its sole discretion, that a violation of these Guidelines has occurred, it may take responsive action. Such action may include, but not be limited to, permanent removal of illegal or inappropriate information or content, or suspension or termination of your membership and access to Experts Exchange Service

 * violating the guidelines for academic honesty or other unethical behavior.
Julian.......concur.....you should post this for the mods in CS