Windows Server 2019 Installation and new features

In this post we will be installing Windows Server 2019 and looking and any new features since Windows 2016.

The initial installation dialog has not changed from the Windows 2016 installer

Windows Server 2019 Installation and new features

Windows Server 2019 Installation and new features-2

Upon completing the installation there is a new prompt by Server Manager about the Windows Admin Center

Windows Server 2019 Installation and new features-3

Click the Get more info link and it will take you to the below page.  Click the Get it here link to download the msi file

Windows Server 2019 Installation and new features-4




Run the .msi file, accept the terms and click Next

Windows Server 2019 Installation and new features-5

Choose whether to use Microsoft Update or not with Admin Center

Windows Server 2019 Installation and new features-6

Click Next again and again

Windows Server 2019 Installation and new features-7

Windows Server 2019 Installation and new features-8

Choose your port and SSL settings and then click install

Windows Server 2019 Installation and new features-9




You will then be given the login URL

Windows Server 2019 Installation and new features-10

You should now able to login to Admin Center to manager the server

Windows Server 2019 Installation and new features-11

At the time of writing this there is a bug when using it with Chrome which means it wont accept your credentials but if you click on a server using Edge it will work

Windows Server 2019 Installation and new features-12

You are now logged into the Admin Center to manage your server.  As an example of something you can do in here, click PowerShell.  This will give you an Azure esque Cloud Shell type interface where you are instantly connected to a machines PowerShell instance.  See the example below:

Windows Server 2019 Installation and new features-13

You can also manage a server’s registry, users, storage, firewall and much more.

Another great feature in Windows Server 2019 is System Insights.  When logged in to Admin Center click System insights and then click install

Windows Server 2019 Installation and new features-14

This will install System Insights on the server

Windows Server 2019 Installation and new features-15




Windows now has some in-built tools to assist with capacity planning using a machine-learning model .  System Insights will forecast your machines resource usage

Windows Server 2019 Installation and new features-16

You can now run the Linux subsystem on Windows Server.   Run the below command to enable the feature in Windows Server 2019:

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

 

Download a Linux distro of your choice from here.  Rename the distro package from .appx to .zip and extract it to a folder.  Then just run the .exe

Windows Server 2019 Installation and new features-17

Add a UNIX username and password:

Windows Server 2019 Installation and new features-18

Once completed run the below PowerShell to add the environment variable

$userenv = [System.Environment]::GetEnvironmentVariable("Path", "User")
[System.Environment]::SetEnvironmentVariable("PATH", $userenv + "C:\Users\admin\Ubuntu", "User")

 

You can now launch your distro from any path by typing ubuntu.exe

Other great features with this release are Storage Migration services which essentially make the migration process to newer versions of Windows server easier.  It provides a GUI that  inventories data on servers, transfers the data and configuration to another servers without apps or users having to change anything.

Hyper-Converged Infrastructure (HCI) and Windows Server Software-Defined Datacenter (WSSD) consolidates software-defined compute, storage, and networking into one cluster to provide high-performance, cost-effective, and easily scalable virtualization.




Leave a Reply

Your email address will not be published. Required fields are marked *