Book Image

Implementing VMware Horizon 7 - Second Edition

By : Jason Ventresco
Book Image

Implementing VMware Horizon 7 - Second Edition

By: Jason Ventresco

Overview of this book

VMware Horizon 7 has been a buzz since it was announced. One of the major reasons is the introduction of the new Instant Clones feature. This book will complement the product documentation by providing real-life examples of how it is implemented along with the latest features and components of the platform. We'll explore the latest features of the platform, including those added through product acquisitions such as User Environment Manager and App Volumes. Further on, you will also be introduced to the new capabilities added to the core product such Linked-Clone RDS pools. Upon completion of this book, you will have an understanding of the capabilities and benefits VMware Horizon can provide to your organization, and how each of its components are implemented.
Table of Contents (21 chapters)
Implementing VMware Horizon 7 Second Edition
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface

Enabling remote management on Windows


Unlike vSphere PowerCLI, VMware Horizon does not include a standalone installer that is used to remotely manage Horizon using PowerCLI. The Horizon PowerCLI commands will only work when executed from a Horizon Connection Server. To enable remote management, we must enable Windows Remote Management (WinRM) on at least one Horizon Connection Server in each Horizon pod that we want to manage.

WinRM is based on the WS-Management Protocol, which is a SOAP-based protocol that is used to enable interoperability between hardware and OSes from different vendors. We will use WinRM to establish remote PowerShell connections to a Horizon Connection Server; this will enable us to run commands from that server without actually having to log in to the server console.

Enabling WinRM

In this section, we will configure WinRM to use HTTPS for an added measure of security. This ensures that, if we need to pass sensitive information over a WinRM session, it cannot be read in...