Change Computer Name Command. You can rename your windows computer from the instruction using the WMIC computer system command. Please follow the command.
WMIC computersystem where caption=’currentname’ rename newname
Change Computer name from the command line
Example: If the present pc name is SRV2016, to vary it to Server2016, we will run the below command.
1- Open command prompt and then type
WMIC computersystem where caption=’SRV2016′ rename Server2016
![change computer name powershell](https://xpertstec.com/wp-content/uploads/2019/06/change-computer-name-powershell-1.webp)
2- After renaming successfully you would like to restart the pc then type,
shutdown –r and hit enter.
![change computer name command line](https://xpertstec.com/wp-content/uploads/2019/06/change-computer-name-command-line.webp)
3- So the computer is restarting.
![you are about to be signed out](https://xpertstec.com/wp-content/uploads/2019/06/you-are-about-to-be-signed-out.webp)
For more details click here
How to Install Active Directory Server 2016