Book Image

Hyper-V 2016 Best Practices

By : Romain Serre, Benedict Berger
Book Image

Hyper-V 2016 Best Practices

By: Romain Serre, Benedict Berger

Overview of this book

Hyper-V Server and Windows Server 2016 with Hyper-V provide best-in-class virtualization capabilities. Hyper-V is a Windows-based, very cost-effective virtualization solution with easy-to-use and well-known administrative consoles. This book will assist you in designing, implementing, and managing highly effective and highly available Hyper-V infrastructures. With an example-oriented approach, this book covers all the different tips and suggestions to configure Hyper-V and provides readers with real-world proven solutions. This book begins by deploying single clusters of High Availability Hyper-V systems including the new Nano Server. This is followed by steps to configure the Hyper-V infrastructure components such as storage and network. It also touches on necessary processes such as backup and disaster recovery for optimal configuration. The book does not only show you what to do and how to plan the different scenarios, but it also provides in-depth configuration options. These scalable and automated configurations are then optimized via performance tuning and central management ensuring your applications are always the best they can be.
Table of Contents (15 chapters)
Hyper-V 2016 Best Practices
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface

Hyper-V for virtual desktops


Most of the time, Hyper-V is used to host virtual machines with server operating systems installed. Hyper-V also offers great capabilities for hosting virtual desktops, but because special licensing is needed, Hyper-V VDI implementations are not seen very often. This topic focuses on using Hyper-V with virtual desktops and its tuning for client operating systems.

Be aware that a VDI deployment is, in most cases, not cheaper than a deployment of remote desktop session hosts (Terminal Services), but can offer a standardized architecture with a central point of management.

To create a hosting infrastructure for virtual desktops, use the server manager on an existing Windows Server 2016. The Add Roles wizard has a full VDI deployment wizard on board. Of course, you can alternatively use PowerShell to install a full VDI environment:

New-RDVirtualDesktopDeployment -ConnectionBroker VDI01.int.homecloud.net -
    WebAccessServer VDI02.int.homecloud.net -VirtualizationHost...