Windows Server 2016 Core Installation
Windows Server 2016 Core Installation
This decription will guide you through the deployment of Microsoft Windows Server 2016 core version. Paper
converting machine company is constantly developing and applying new technology to improve design, maximize
machine efficiency, reduce maintenance cost, and downtime. During the installation process, Windows Server
2016 comes in standard and datacenter editions and offers several types of installation for both editions: Desktop
Experience (full GUI mode), Core (no GUI mode).We now will go through the installation and same configuration
here.
After booting the server installation from an ISO file, you will have to choose the installation language and type.
From the list of options, the one you need is a Windows Server 2016 Core Datacenter. We will choose the following
options:
After the initial installation of Windows Server 2016 Core Datacenter, we will first be asked to change the
Administrator password. Enter “Ok” here.
The main feature of Windows Server Core version is that, you can see the command line window after the boot
session. It’s the main tool to configure and manage the Core server. To begin the server configuration, we need
to enter the “Sconfig” command.
Change Computer name:
The current computer name will be displayed as the default server name.
The current status of remote desktop settings is displayed in the default Server Configuration. You can configure
the following Remote Desktop settings by accessing the Remote Desktop in option 7 of the main menu and
following the instructions on screen.
enable Remote Desktop for Clients running Remote Desktop with Network Level Authentication
enable Remote Desktop for clients running any version of Remote Desktop
Network Settings:
You can configure the IP address to be assigned automatically by a DHCP server or you can assign a static IP
address manually.
You can modify other settings at your discretion. Make sure the Windows license is activated.
You need to connect an ISCSI shared storage to your Windows Server 2016 Core server. First you’ve got to
open the command prompt and open Microsoft ISCSI initiator by entering “iscsicpl” into the command line and
connect your storage via the iscsi target storage server IP address.
SCSI Storage Disk Format Steps:
There are several commands to open the command prompt and type “diskpart” will come in handy in this case.
Use “list disk” to see all the disks available on the server, “online disk” and “attributes disk clear” commands
to bring the disk online and check if the partition is writable.
Next command is “list partition” to see available disk partitions under a server. Choose the partition you need
with the “select partition 1”. The only few things left to do are to format the partition with “format fs=NTFS”,
and assign a letter on the partition by entering “assign letter=E” command.
Conclusion:
As a result, you have the storage connected to your Windows Server 2016 Core.This blog will guide you through
the deployment of Microsoft Windows Server 2016 Core version, covering the all steps from an initial
installation and its configuration.