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

Managing Nano and Core using remote MMC tools


Another powerful way to interact with servers that you are not logged into, or that you cannot log into in a traditional sense like Nano Server and Server Core, is to make use of the MMC tools from a remote system. By launching MMC and snapping in consoles, or by running the tools straight from the Administrative Tools folder and then specifying which server you want to interact with, you can continue with the centralized management mentality while making changes to systems you are not actively logged into. Let's test this out together.

Getting ready

I just finished using a remote copy of Server Manager to install the Web Server role onto CORE1. Now I want to make some changes to the default website running on CORE1. Because the console of a Server Core isn't going to allow me to simply login and open the IIS Management graphical tools, I am going to use the tools that are already installed onto my CA1 server instead.

How to do it…

It is possible...