User Tools

Site Tools


microsoft:server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
microsoft:server [2026/02/23 12:15] rpleckomicrosoft:server [2026/02/23 12:25] (current) rplecko
Line 6: Line 6:
   hostname   hostname
      
-...checks current hoatnme...+...checks current hostnme...
  
 1. At an elevated command prompt, type //netdom computername <oldname> /add:<newname>//. The output should indicate that the new name was successfully added as an alternate name for the DC. 1. At an elevated command prompt, type //netdom computername <oldname> /add:<newname>//. The output should indicate that the new name was successfully added as an alternate name for the DC.
Line 33: Line 33:
 {{ :microsoft:server:DC-rename-6.jpeg?700 }}     {{ :microsoft:server:DC-rename-6.jpeg?700 }}    
  
 +7. Reboot the DC.
 +<code> 
 +  shutdown -r -t 0   
 +</code>
 +Summary
 <code> <code>
 +hostname
 netdom computername <old> /add:<new> netdom computername <old> /add:<new>
 netdom computername <old> /enumerate netdom computername <old> /enumerate
 netdom computername <old> /makeprimary:<new> netdom computername <old> /makeprimary:<new>
-</code> +shutdown -r -t 0  
- +netdom computername <new> /remove: <old>
-7. Reboot the DC. +
- +
-  +
-  shutdown -r -t 0    +
-   +
- +
-<code>   +
-netdom computername <new> /remove:<old>+
 netdom computername <new> /enumerate netdom computername <new> /enumerate
 +shutdown -r -t 0 
 </code> </code>
  
microsoft/server.1771848927.txt.gz · Last modified: 2026/02/23 12:15 by rplecko