Last updated on Apr 12, 2017
Rename Windows Server Name using #PowerShell
Being in the #LazyAdminMode lets rename our server using #PowerShell
Lets start by opening #PowerShell and type
1 |
Rename-Computer NewComputerName |
and that is it 🙂 quick and easy #LoveIt
Next lets restart the Server using #PowerShell to apply the new name by typing
1 |
Restart-Computer |
To get more information regarding the “Rename-Computer” command you can run the following:
1 |
Get-Help Rename-Computer -Examples |
There you go 🙂 #HappyLazydays
Be First to Comment