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

Using the new Task Manager to its full potential


We have all used Ctrl + Alt + Delete to open Task Manager and attempt to close problematic applications. With the Task Manager provided by Windows Server 2016, we can do much more right from that same interface. Let's work through this recipe to explore some of the new things that can be done to take full advantage of this tool.

Getting ready

We are logged into a Windows Server 2016 server. This is the only system required for our recipe.

How to do it...

Follow these steps to learn a little more about Task Manager:

  1. Right-click on the Taskbar and choose to open Task Manager. This is an alternate way to get into the utility, other than using the Ctrl + Alt + Delete key combination. I prefer using the Taskbar right-click in fact because, when using the keyboard, it is easy to open the wrong Task Manager when you are using a virtualization console or RDP to administer remote servers.

  2. You are now looking at the simple version of Task Manager, where you...