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

Creating a Windows Server that runs Hyper-V


Before you can start building virtual machines to use in your environment, first you need a virtualization host server on which Hyper-V will run. The first consideration to take into account is hardware. The hardware requirements for a server running Hyper-V depend on how many virtual servers you plan to run on top of this host platform. For example, the server that I am using for the lab environment shown throughout this book is an Intel i3 processor with only 8 GB of RAM. This is not at all conducive to a successful Hyper-V environment. I can only turn on four or five VMs at a time, each of them with very minimal amounts of memory per virtual machine. They all run quite slowly. Multiple Xeon processors with 100 GB of RAM or more will become criteria if you intend to run dozens of servers within your virtualized environment. Or perhaps you can meet somewhere in the middle of those numbers if you are running between one and 10 servers. There's...