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

Chapter 11. Nano Server and Server Core

Anyone working with Windows servers should be familiar with Server Core, or at least the name. As we mentioned back in Chapter 3, Security and Networking, Server Core is an alternative installation method for Windows Server 2016. It enables you to build a Windows Server with significantly lower amounts of CPU, memory, and hard drive requirements. Nano Server is a new and exciting feature in Windows Server 2016, and also represents a pretty significant shift in the way that we interact with our servers. Nano Server is similar to Server Core, except that Nano Server takes things a step further. A big step further. Nano is almost headless. I say almost because, as we will explore together, there is a limited-access console that you can interface with, but the bulk of what is done on both Server Core and Nano Server happens remotely, from another server or from your local workstation. It is around this shift in the management mindset that many of our recipes...