Omitir para ir al contenido principal
  • Hacer pedidos rápida y fácilmente
  • Ver pedidos y realizar seguimiento al estado del envío
  • Cree y acceda a una lista de sus productos
  • Administre sus sitios, productos y contactos de nivel de producto de Dell EMC con Administración de la empresa.
Es posible que algunos números de artículo hayan cambiado. Si esto no es lo que está buscando, intente buscar todos los artículos. Buscar artículos

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

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

Es posible que este artículo se traduzca automáticamente. Si tiene comentarios sobre su calidad, háganoslo saber mediante el formulario en la parte inferior de esta página.

Contenido del artículo


Instrucciones

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

 

 

Propiedades del artículo


Producto comprometido

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

Fecha de la última publicación

02 nov 2023

Versión

7

Tipo de artículo

How To