Basic Configurations in Windows Server 2016 (2)

After Installing the windows server '16 , there are some very basic configurations for starting the server.
  1. Change the computer name
  2. 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 steps,




































After that you have to restart the computer.

Comments

Popular posts from this blog

Interrupt the kernel to change the fstab - RHCSA

Controlling the boot process - RHCSA