Book Image

Windows Server 2016 Hyper-V Cookbook - Second Edition

By : Charbel Nemnom, Patrick Lownds, Leandro Carvalho
Book Image

Windows Server 2016 Hyper-V Cookbook - Second Edition

By: Charbel Nemnom, Patrick Lownds, Leandro Carvalho

Overview of this book

Hyper-V 2016 is full of new features and updates. The second of our best-selling Hyper-V books, the Windows Server 2016 Hyper-V Cookbook has it all covered. Brimming with expert solutions and techniques, you?ll have everything you need to master virtualization and Hyper-V Manager. This Hyper-V book is designed to help advanced-level administrators benefit fully from the new Windows Server. With over 80 hands-on recipes, the Hyper-V Cookbook gives you tips, tricks and best practices to deploy, maintain and upgrade your virtual machines.
Table of Contents (19 chapters)
Windows Server 2016 Hyper-V Cookbook - Second Edition
Credits
About the Authors
Acknowledgments
www.PacktPub.com
Customer Feedback
Preface
Index

Delegating control in Hyper-V


In some companies, it is common practice to have different access levels for systems, such as administrator, service desk or backup operators, and auditor. When implementing virtual servers using Hyper-V, it is also important to reflect these different access levels.

This new version of Hyper-V makes this task easier through the use of a feature called Just Enough Administration (JEA). JEA is a PowerShell security technology that allows you to configure different levels of access, by taking a role-based access control (RBAC) approach, for any task that can be managed with the use of PowerShell and or PowerShell Direct.

JEA enables authorized users to run specific PowerShell commands in an elevated context on a remote machine or endpoint, and in our case, this will be a Hyper-V host. JEA is included in PowerShell version 5 and onwards and works with JEA-enabled systems such as Windows Server 2016, Windows 10, and older operating systems, with the applicable Windows...