After successfully installing Windows Server 2016 operating system ( Read my previous article on how to install Windows server 2016 ), you have to do some initial configuration before starting to work on it. This initial configuration includes,
- Naming the computer
- Setting the clock and region
- Configuring network address (TCP/IP)
- Adding Roles and features.
- Configuring Firewall
- And, enabling automatic updates
Note - Changing the computer name requires system restart.
- Name Your Computer
Let me show you how to change the computer name in Windows Server 2016. There’s a unique name that’s been already assigned to your Windows Server 2016 by default. You need to change this name to have a meaningful name and to easily identify your computer on the network. Changing the name of your computer is very easy. As you can see below, “WIN-183PHTUHDEF” is the default name that my computer already has. I just want to change it to have a meaningful name. This can be done very easily by following the below steps,
Open Server Manager —> click on Local Server —> click on the default computer name (see below image) .

Image: Server with a default NameNow, on the System Properties window, click on Change, type whatever name you want to give followed by a click on OK.

I have given my computer the name “Ind-dns1”.

You can also change your computer name using command prompt.
Go to your command prompt and run it as “Administrator” and use the below command,
> hostname
> Netdom renamecomputer %ComputerName% /NewName: NewComputerName
- Set the Clock
To set date and time, click on Start —> Settings —> Date and Time settings —> Select Timezone and click on Change ( See below image ).

In the "Change date and time" window, give your current date and time and click Change.







Join the conversation! Your thoughts help the community grow.