Passer au contenu principal
  • Passer des commandes rapidement et facilement
  • Afficher les commandes et suivre l’état de votre expédition
  • Créez et accédez à une liste de vos produits
  • Gérer vos sites, vos produits et vos contacts au niveau des produits Dell EMC à l’aide de la rubrique Gestion des informations de l’entreprise.
Certains numéros d’article ont peut-être changé. Si ce n’est pas ce que vous recherchez, essayez de faire une recherche sur tous les articles. Rechercher des articles

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

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

Cet article a peut-être été traduit automatiquement. Si vous avez des commentaires concernant sa qualité, veuillez nous en informer en utilisant le formulaire au bas de cette page.

Contenu de l’article


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

 

 

Propriétés de l’article


Produit concerné

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

Dernière date de publication

02 نوفمبر 2023

Version

7

Type d’article

How To