Posts

Showing posts with the label IP

Basic Configurations in Windows Server 2016 (2)

Image
After Installing the windows server '16 , there are some very basic configurations for starting the server. 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)  Using CMD  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. Give IP Address  Follow the following ste...