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:18] 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 34: Line 34:
  
 7. Reboot the DC. 7. Reboot the DC.
- +<code> 
   shutdown -r -t 0      shutdown -r -t 0   
- 
-<code>   
-netdom computername <new> /remove:<old> 
-netdom computername <new> /enumerate 
 </code> </code>
- 
- 
 Summary 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>
 +shutdown -r -t 0 
 netdom computername <new> /remove: <old> netdom computername <new> /remove: <old>
 +netdom computername <new> /enumerate
 +shutdown -r -t 0 
 </code> </code>
  
microsoft/server.1771849113.txt.gz · Last modified: 2026/02/23 12:18 by rplecko