Overview:
This walk through will walk you through the basic setup and configuration of Windows Server 2016 Standard. In this walk through I won’t be covering any roles or features, I will just be going from bare metal server/VM to a point where you are ready to install any software onto the server.
Prerequisites:
Build a Server/VM with at least the minimum specs from Microsoft. I never build my servers with the minimum specs because it would be very under power for most tasks. Here are the specs I use for most servers unless the minimum specs for the software I am running are higher then this:
- 4 cores (2 cores per socket)
- 4GB of RAM
- 80GB Hard Drive for the OS Drive
- 1 Network Connection
Installing:
- Boot from the install image (Use Rufus to create a boot USB, burn a disk or PXE Network Boot to a WDS Server).
- Select your Language and Keyboard.
- Unless you really need Data Center Edition, Standard Edition will be fine for most installs.
- Select the hard drive you want to install the OS.
- Wait for Windows to be installed and reboot.
- Select your Region settings.
- Accept the License Terms.
- Enter a Password for the Local Administrator Account.
OS Setup:
- Login to the Local Administrator Account.
- If you are running the server inside a VM, install the Tools now.
- Reboot.
- Login to the Local Administrator Account.
- Once the Server Manager launches, click on “Local Server” on the Left Panel.
- Click on “Server Name” and change it to something that fits your naming convention.
- Reboot.
- Login to the Local Administrator Account.
- Once the Server Manager launches, click on “Local Server” on the Left Panel.
- Click on “Ethernet Adapter” and set the IPv4 address you want the server to use.
- Disable IPv6.
- Click on “Domain” and join the server to your Domain.
- Reboot.
- Login to your Active Directory Server and move the newly added server to the Organization Unit you want the server to be in.
- Back on your new server, login to the Local Administrator Account.
- Launch a Command Prompt.
- Run “gpupdate /force”.
- Reboot.
- Login to the Local Administrator Account.
- Once the Server Manager launches, click on “Local Server” on the Left Panel.
- Click on “Remote Desktop” and then select “Allow remote connections to this computer”.
- Click “OK” to confirm.
- Enable Jumbo Packets if your network supports it.
- Click on “Product ID” and activate your OS product key.
- Click on “Windows Update” and install all updates for the OS.
- Reboot.
At this point, the process varies. If I am working in a VM, I like to shutdown the server and take a “Clean” snapshot of the whole VM so I have something to easily fall back to if I screw anything up with the software install.
Then I move on to deploying any software, roles or features for the reason I created the server.