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 virtual machine


If you haven't worked within Hyper-V Manager before, you are probably chomping at the bit to get your first virtual machine created and running! There are a number of options that you must declare during the virtual machine creation process. Let's take a few minutes and walk through it together so you understand what those options mean and what benefits they can bring to the table.

Getting ready

We are using a Windows Server 2016 with the Hyper-V role and management tools installed. That is the only requirement for this recipe.

How to do it…

Let's walk through the steps to create a brand new virtual machine and install an operating system on that VM:

  1. Open Hyper-V Manager from the Tools menu of Server Manager, or directly from the Administrative Tools folder.

  2. Right-click on the name of your Hyper-V server near the top-left portion of the screen, and choose New | Virtual Machine….

  3. This launches the New Virtual Machine Wizard,; go ahead and click Next to take us...