Treceți la conținutul principal
  • Plasaţi comenzi rapid şi simplu
  • Vizualizaţi comenzile şi urmăriţi starea transportului
  • Creaţi şi accesaţi o listă cu produsele dvs.
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Joining and removing a server from an Active Directory domain using Netdom.exe

Summary: This article addresses joining and removing a server from an Active Directory (AD) domain using Netdom on a server running Windows Server Core.

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

Perform the following step to join a server to an AD domain using Netdom.

Type netdom join %computername% /domain:vdom /reboot and press Enter to join the server to the vdom domain and reboot.

HOW10118_en_US__1core netdom join

Perform the following step to remove a server to an AD domain using Netdom.

Type netdom remove %computername% /domain:vdom /reboot and press Enter to remove the server from the vdom domain and reboot.

HOW10118_en_US__2core  netdom remove

Note: Replace the domain name vdom with the correct domain name when joining or removing the server from the domain.  
Note: User credentials may be required when joining or removing the server from the domain. It is dependent upon the credentials used to logon to the server. Add /userD:Administrator /passwordD:* to the Netdom command to specify the use of the domain Administrator account. Type the domain Administrator password when prompted.
Note: Example: netdom join %computername% /domain:vdom /userD:Administrator /passwordD:* /reboot

 

 

Article Properties


Affected Product

Microsoft Windows 2008 Server R2, Microsoft Windows 2008 Server Service Pack 2, Microsoft Windows 2012 Server, Microsoft Windows 2012 Server R2

Last Published Date

02 nov. 2023

Version

7

Article Type

How To