NT 4 Server
Results 1 to 6 of 6

Thread: NT 4 Server

  1. #1
    Join Date
    Aug 2000
    Posts
    205

    NT 4 Server

    Does anybody know how I can find out if a server has been installed as a standalone server?

    Also is it true that a Standalone server cannot be promoted to being a PDC.

    If my machine is a Standalone Server is their anyway I can change it to becomming a BDC without re-installing it?

  2. #2
    Join Date
    Mar 2001
    Posts
    518
    Use the command:

    net accounts

    The computer role will show:

    Workstation: NT Workstation
    Server: Standalone NT Server
    Primary: PDC
    Backup: BDC

    The official Microsoft answer is that you have to reinstall. However, there is third-party tool UPromote but costs $100. No idea if it works.

  3. #3
    Join Date
    May 2001
    Location
    Eastern US
    Posts
    484
    The answer to whether the machine is a member server, PDC, or BDC can be found two ways -

    Method 1 - Look at the server within Server Manager. It will tell you what role it is playing.

    Method 2 - Look at the following registry key:
    HKEY_LOCAL_MACHINE/Security\Policy\PolSrvRo
    If it is a PDC, the first hexadecimal octet
    will be "03"; if it is a BDC, the first hexadecimal octet will be "02", and otherwise it is a member server. (you will probably have to change permissions on the security hive to access and view the key, which I would not suggest doing unless you are very familiar with regedit and remember to set the permissions back)

    To answer your second question, there is no way to "promote" a member server to a domain controller in NT. A new installation will be required.


    ------------------
    BREAKFAST.SYS halted... Cereal port not responding
    Experience: Something you don't get until 10 minutes after you needed it.

  4. #4
    Join Date
    Aug 2000
    Posts
    205
    It just says server, not whether it is a standalone server or not. Any other ideas?

  5. #5
    Join Date
    Aug 2000
    Posts
    205
    In server manager it just says that it is a Windows NT 4.0 Sever!

  6. #6
    Join Date
    Mar 2001
    Posts
    518
    If net accounts shows "Server" = Standalone Server. WinInfo will also check the registry...
    http://www.windows2000faq.com/Articl...rticleID=14964

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •