Book Image

Windows Server 2016 Cookbook

By : Jordan Krause
Book Image

Windows Server 2016 Cookbook

By: Jordan Krause

Overview of this book

This hands-on Cookbook is stuffed full of practical recipes that will help you handle the essential administrative tasks in Windows Server 2016. You’ll start by familiarizing yourself with the look and feel of Windows Server 2016, and will then learn how to navigate through some daily tasks using the graphical interface. You will see how to compose optimal Group Policies and facilitate task automation with PowerShell 5.0 scripting. We will also take a look at the functions available to provide remote network access to your traveling users, and explore the much anticipated Nano Server and Hyper-V built-in integration support that is brand new in Windows Server 2016. By the end of this book, you will know how to take your Windows Server 2016-powered server and turn it into any common infrastructure role that might be required in your company.
Table of Contents (18 chapters)
Windows Server 2016 Cookbook
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface

Building your first Nano Server


Building on the idea of Server Core, Nano Server is a brand new capability in Windows Server 2016 that enables you to create some incredibly small servers. The interface is almost truly headless, meaning that the majority of administration on these servers is going to be done remotely. We will discuss management in just a few minutes with the final recipes in this chapter, but the first thing you need to do in order to start working with Nano Server is to build a Nano Server! Putting together your first Server Core or full Desktop Experience machine is as simple as choosing the correct option from the installation DVD, but the process to build a Nano Server is quite different. Let's walk through the steps together to get you started.

Getting ready

Today we are trying to spin up a virtual machine that is running Nano Server 2016. Since there is no installation option for Nano Server on the Windows Server 2016 installation DVD, we will figure out together how...