Basic Configurations in Windows Server 2016 (2)
After Installing the windows server '16 , there are some very basic configurations for starting the server.
Command: netdom renamecomputer %computername% /newname: (Type new name here.Dont use this Brakets)
After that you have to restart your computer(Virtual Computer)
use shutdown /r /t 0 command.
Using POWER SHELL
Command: rename-computer -newname (Type new name here)
After that you have to restart your computer(Virtual Computer)
use shutdown /r /t 0 command.
Using GUI
Go to Server Manager → local server → click on the computer name → click on the change → type new name → ok
After that you have to restart your computer(Virtual Computer)
use shutdown /r /t 0 command.
After that you have to restart the computer.
- Change the computer name
- Give IP Address (Static IP)
Change the Computer Name
There are 3 ways to change computer name.- Using CMD
- Using POWER SHELL
- Using GUI (Graphical User Interface)
Command: netdom renamecomputer %computername% /newname: (Type new name here.Dont use this Brakets)
After that you have to restart your computer(Virtual Computer)
use shutdown /r /t 0 command.
Command: rename-computer -newname (Type new name here)
After that you have to restart your computer(Virtual Computer)
use shutdown /r /t 0 command.
Using GUI
Go to Server Manager → local server → click on the computer name → click on the change → type new name → ok
After that you have to restart your computer(Virtual Computer)
use shutdown /r /t 0 command.
Give IP Address
Follow the following steps,After that you have to restart the computer.
Comments
Post a Comment
Thank you for your comment