Search Posts

DOMAIN COMPUTER RENAME WITH POWERSHELL

Open Powershell as an administrator (Use Domain Admin user when prompted)

PS C:\Windows\system32> Rename-computer -computername T600-WELLS -newname T500-WELLS; Restart-Computer -force