Module 1 Lesson 1
Module 1 Lesson 1
Lesson 1
Introducing Windows Server 2016
Knowing the capabilities of the Windows Server 2016 operating system enables you to use it effectively
and take full advantage of what it can offer your organization. Some of the many improvements to
Windows Server 2016 include increased scalability and performance; improved virtualization; improved
management tools; and additional deployment options. This lesson explores these new features and
capabilities in Windows Server 2016, in particular those in the computer and storage space, along with
the various installation options available.
Lesson Objectives
After completing this lesson, you will be able to:
• Describe the tools available for remotely managing Windows Server 2016.
Edition Description
Windows Server 2016 Windows Server 2016 Essentials edition is designed for small businesses. It
Essentials edition corresponds to Windows Small Business Server from earlier versions of
Windows Server. This edition allows up to 25 users and 50 devices. It
supports two processor cores and up to 64 gigabytes (GB) of random
access memory (RAM). It does not support many of the features of
Windows Server 2016, including virtualization.
MCT USE ONLY. STUDENT USE PROHIBITED
Installation, Storage, and Compute with Windows Server 2016 1-3
Edition Description
Windows Server 2016 Windows Server 2016 Standard edition is designed for physical server
Standard edition environments with little or no virtualization. It provides many of the roles
and features available for the Windows Server 2016 operating system. This
edition supports up to 64 sockets and up to 4 terabytes (TB) of RAM. It
includes licenses for up to two virtual machines.
Note: You can run two virtual machines on one physical host,
using one standard license, as long as the physical host is only
used for hosting and managing the virtual machines. If the
physical host is used to run other services, such as DNS, you can
only run one virtual machine. For more information about
Windows licensing, speak with a Microsoft licensing specialist.
Windows Server 2016 Windows Server 2016 Datacenter edition is designed for highly virtualized
Datacenter edition infrastructures, including private cloud and hybrid cloud environments. It
provides all of the roles and features available for the Windows Server 2016
operating system. This edition supports up to 64 sockets, up to 640
processor cores, and up to 4 TB of RAM. It includes unlimited Windows
Server-based virtual machine licenses for virtual machines that run on the
same hardware. It also includes new features such as Storage Spaces Direct
and Storage Replica, along with new Shielded Virtual Machines and
features for software-defined datacenter scenarios.
Microsoft Hyper-V Acts as a stand-alone virtualization server for virtual machines, including all
Server 2016 the new features around virtualization in Windows Server 2016. The host
operating system has no licensing cost, but virtual machines must be
licensed separately. This edition supports up to 64 sockets and up to 4 TB
of RAM. It supports domain joining. It does not support Windows
Server 2016 roles other than limited file service features. This edition has no
GUI but does have a UI that displays a menu of configuration tasks.
Windows Storage Acts as an entry-level unified storage appliance. This edition allows 50
Server 2016 users, one processor core, and 32 GB of RAM. It supports domain joining.
Workgroup edition
Hardware requirements
The hardware requirements needed to support
Windows Server 2016 depend on the services that
the server is hosting, the load on the server, and
how responsive you want the server to be. The
services and features of each role put a unique
load on network, disk I/O, processor, and memory
resources. The following table shows the absolute
minimum required for a Server Core installation
on a physical machine.
Component Requirement
RAM 512 MB
Virtualized deployments of Windows Server 2016 must match the same hardware specifications as those
required for physical deployments. However, during installation you will need to allocate extra memory to
the VM, which you can then deallocate after installation, or you will need to create an installation partition
during the boot process.
Desktop Experience
If you want to install Windows Server 2016 with the Desktop Experience installed, the hard drive space
requirement is approximately 4 GB greater.
• Greater disk space is required for network installations or for computers with more than 16 GB
of RAM.
• A Trusted Platform Module (TPM) 2.0 chip is required for certain features such as BitLocker Drive
Encryption.
MCT USE ONLY. STUDENT USE PROHIBITED
Installation, Storage, and Compute with Windows Server 2016 1-5
Note: For a full list of all the tools included in RSAT for Windows 10, refer to: “Remote
Server Administration Tolls (RSAT) for Windows Client and Windows Server (dsform2wiki)” at:
http://aka.ms/hz53ry
To download Remote Server Administration Tools, see http://aka.ms/wzpq0j
Server Manager
Server Manager is part of the Windows Server 2016 Desktop Experience, or you can run it from a
Windows 10 workstation when installed as part of RSAT. Server Manager is the primary GUI tool to
manage computers running Windows Server 2016. The Server Manager console can manage both local
and remote servers. You can also manage servers as groups, allowing you to perform the same
administrative tasks quickly across multiple servers. You can also use Server Manager to run the Best
Practices Analyzer to determine if the roles are functioning properly on the servers in your network.
MCT USE ONLY. STUDENT USE PROHIBITED
1-6 Installing, upgrading, and migrating servers and workloads
Note: More information about PowerShell Direct is provided in Module 5, “Installing and
configuring Hyper-V and virtual machines.”
Remote Shell
Windows Remote Shell (WinRS) is a command-line tool that allows you to execute remote commands on
a target server that supports Windows Remote Management (WinRM). WinRM is a collection of
standards-based technologies that enables administrators to manage server hardware when signed in
directly or over the network. Server Manager and Windows PowerShell remoting also rely on WinRM in
Windows Server 2016.
Remote desktop
You can connect to a remote server computer that is running the Server Core installation or the full
installation by using Remote Desktop. On Server Core, you must enable Remote Desktop by using
Sconfig.cmd.
Group Policy
You can use Group Policy to manage Server Core and full installations of Windows Server 2016, just like
you can manage any other computer running Windows.
Firewall settings
Microsoft Management Console (MMC) and some other tools used for remote server management rely
on the Distributed Component Object Model (DCOM). Even Server Manager, when managing servers
running Windows Server 2008 without the Windows Management Framework updates installed, depends
on DCOM. DCOM, unlike WinRM, requires Windows Firewall on the computer running the remote
management tools to be configured to allow exceptions to multiple rules. These exceptions include:
Additional Reading: For more information about configuring firewall settings to support
remote management, refer to the procedure: “To configure MMC or other tool remote
management over DCOM” in the topic “Configure Remote Management in Server Manager” at:
http://aka.ms/eyxjjf
MCT USE ONLY. STUDENT USE PROHIBITED
Installation, Storage, and Compute with Windows Server 2016 1-7
Importing modules
Some Windows PowerShell cmdlets are not
available in the default Windows PowerShell library. When you enable some Windows features or want to
administer particular environments, you must obtain additional Windows PowerShell functions. These
additional functions are packaged in modules.
The simplest way to use remoting is one-to-one remoting, which allows you to bring up an interactive
Windows PowerShell session on the remote system. After the connection is established, the Windows
PowerShell prompt displays the name of the remote computer.
PowerShell Direct
Many administrators choose to run some or all of their servers running Windows Server in virtualized
environments. To enable a simpler administration of Windows Server Hyper-V virtual machines,
Windows 10 and Windows Server 2016 both support a new feature called PowerShell Direct.
PowerShell Direct enables you to run a Windows PowerShell cmdlet or script inside a virtual machine from
the host operating system without regard to network and firewall configurations, and regardless of
remote management configuration.
Note: You must still authenticate to the virtual machine by using guest operating system
credentials.
To use PowerShell Direct, from your host, run the following Windows PowerShell cmdlet:
Enter-PSSession -VMName
You can then run the same cmdlets that you normally run in the same way as with any other remote
Windows PowerShell situation.
MCT USE ONLY. STUDENT USE PROHIBITED
1-8 Installing, upgrading, and migrating servers and workloads
Note: Windows PowerShell DSC is covered in detail in Module 12, “Managing, monitoring,
and maintaining virtual machine installations.”
• DHCP failover. Enables you to deploy two DHCP servers containing overlapping DHCP scopes. If a
DHCP server goes offline, DHCP client computers can renew their IP configurations from the failover
DHCP server.
• IP Address Management (IPAM). Provides administrative and monitoring capabilities for the IP
address infrastructure within your organization’s networks. With IPAM, you can monitor, audit, and
manage servers running DHCP and DNS.
• Dynamic Access Control. This claims-based authorization platform enables you to control access to
file resources within your organization. This is in addition to any folder or shared folder permissions
already protecting the resource. Dynamic Access Control enables you to apply access control
permissions based on rules that can include the sensitivity of the resources, the job or role of the user,
and the configuration of the device that is used to access these resources.
• Data deduplication. Involves finding and removing duplication within data. By segmenting files into
small, variable-sized pieces; identifying duplicate pieces; and maintaining a single copy of each piece,
data deduplication enables you to store more data in less space.
• Storage Spaces. Enables cost-effective, highly available, scalable, and flexible storage for critical
deployments. Storage Spaces are based on virtual disks that are created from free space in a storage
pool. Storage pools are collections of physical disks that enable you to aggregate disks, expand
capacity in a flexible manner, and delegate administration.
• Storage tiers. Automatically moves frequently accessed data to faster storage and less-frequently
accessed data to slower storage.
MCT USE ONLY. STUDENT USE PROHIBITED
Installation, Storage, and Compute with Windows Server 2016 1-9
• Better support for domain controller virtualization. Although many organizations have virtualized
domain controllers for several years, potential issues can affect the reliability of this configuration.
A feature known as GenerationID changes whenever the virtual machine experiences an event that
affects its position in time. During startup and normal operations, a virtual domain controller
compares the current value of GenerationID against the expected value. A mismatch is interpreted
as a rollback event, and the domain controller employs safeguards to prevent the virtual domain
controller from creating duplicate security principals.
• The ability to clone virtual domain controllers. Enables you to deploy new virtual domain controllers
by cloning existing ones.
Note: This is not a complete list of all the new or improved features in Windows Server
2012 or Windows Server 2012 R2.
• Docker. Docker is a technology for managing containers. Although Docker is usually associated with
Linux, Windows Server 2016 provides support for Docker for managing Windows containers and
Hyper-V containers. The latest version of Docker, Docker Enterprise Edition for Windows Server 2016,
is freely available for all Windows Server 2016 installations, and it enables easier installation of Docker
on Windows Server 2016.
• Rolling upgrades for Hyper-V and storage clusters. These upgrades enable you to add Windows
Server 2016 nodes to an existing Windows Server 2012 R2 failover cluster. The cluster continues to
operate at a Windows Server 2012 R2 functional level until all the nodes are upgraded.
• The ability to hot add and hot remove virtual memory and network adapters from virtual machines. In
Hyper-V in Windows Server 2016, you can now add or remove virtual memory and network adapters
while the virtual machines are running.
• Nested virtualization. In Hyper-V in Windows Server 2016, you can enable nested virtualization,
enabling you to run Hyper-V virtual machines within a virtual machine.
• Shielded virtual machines. Shielding your virtual machines enables you to help protect the data on
them from unauthorized access.
• PowerShell Direct. This feature enables you to run Windows PowerShell commands against a guest
operating system in a virtual machine without handling security policies, host network settings, or
firewall settings.
• Windows Defender. Windows Defender is provided to help protect your server against malware.
Although the Windows Defender interface is not installed by default, the antimalware patterns are
automatically kept up-to-date.
• Storage Spaces Direct. This feature enables you to build highly available storage with directly
attached disks on each node in a cluster. The Server Message Block 3 (SMB3) protocol provides
resiliency.
• Storage Replica. This feature enables you to synchronously or asynchronously replicate volumes at the
block level.
MCT USE ONLY. STUDENT USE PROHIBITED
1-10 Installing, upgrading, and migrating servers and workloads
• Microsoft Passport. This service replaces passwords with two-factor authentication that consists of
an enrolled device and a Windows Hello (biometric) or PIN. This helps provide a more secure and
convenient sign-in experience.
• Remote Desktop Services. You can now use an Azure SQL database to create a high availability
environment for Remote Desktop Connection Broker.
• Active Directory Domain Services (AD DS). AD DS improvements include support for privileged access
management (PAM), support for Azure AD Join, along with support for Microsoft Passport.
Note: Windows Server 2016 includes many other improvements to existing features. For a
full list of all the changes in Windows Server 2016, refer to: “What's New in Windows Server 2016”
at: http://aka.ms/S4u2tt
Starting in 2017, Windows Server 2016 also started following a similar servicing model. The update
servicing model nomenclature has changed from branches to channels. Windows Server 2016 has two
channels; the Semi-Annual Channel and the Long-Term Servicing Channel (LTSC). Security and driver
updates or design flaws will not change based on these channels; these updates automatically become
available for all editions. The distribution and methods for each are as follows:
• Semi-Annual Channel. This is acquired with a Software Assurance (SA) agreement with Microsoft. The
Semi-Annual Channel releases about every six months, and you can identify it by using a YYMM
construct. For example, the first Windows Server 2016 Semi-Annual Channel release was version 1709,
for September of 2017. The Semi-Annual Channel for Windows Server 2016 only comes in Server
Core or a Nano Server that is running in a Windows container. This channel offers new or updated
features that are not available on LTSC.
• LTSC. Windows Server 2016, as released in late 2016, is the LTSC. The LTSC does not receive new or
updated features through the update service channel. Basically, LTSC will not add or change within its
own version. New features for the LTSC rolled out about every three years, which is the same as the
rollout of new Windows Server versions in the past. You can install LTSC either as Windows Server
Core or Server with Desktop Experience.
Microsoft expanded the Windows Insider Program to include Windows Insider Program for Business,
which includes preview versions of Windows Server Semi-Annual Channel updates, so that administrators
and IT professionals can preview the Semi-Annual Channel versions before they release. You can enroll
your Microsoft or organizational account into the Windows Insider Program for Business and download
MCT USE ONLY. STUDENT USE PROHIBITED
Installation, Storage, and Compute with Windows Server 2016 1-11
and install the preview builds. You can also send feedback on the preview builds to Microsoft through the
same program. Note that preview builds can’t upgrade to production builds, because using these requires
an SA agreement with Microsoft.
As part of the change to the channel servicing model, Microsoft used a considerable amount of customer
feedback to change the modes of both the Semi-Annual Channel and LTSC. Support for Nano Server as a
virtual machine or a boot-to-vhd infrastructure server is no longer available. Nano Server only deploys in
a Windows container, and it functions primarily as an application host. Microsoft recommends moving
any Nano Server infrastructure roles over to Windows Server 2016 in the Server Core or Desktop
Experience mode.
Note: This course does not cover the Semi-Annual Channel or Windows Insider Program
versions of Windows Server 2016.
Question: Verify the correctness of the statement by placing a mark in the column to the right.
Statement Answer
Question: What new features in Windows Server 2016 do you think will be useful in your
organization?