How To Identify Which Controller Sends The Request To The Hypervisor For Power Action

How To Identify Which Controller Sends The Request To The Hypervisor For Power Action

book

Article ID: CTX229702

calendar_today

Updated On:

Description

You have multiple Delivery Controllers in a XA/XD site and you wish to know which Delivery Controller is sending power action request to initiate desktop shutdown and power on.


Instructions

We can get the information of preferred controller which will send power action by running following command :

Get-BrokerHypervisorConnection

If you wish to change the preferred controller, you can run the below command:

Set-BrokerHypervisorConnection -PreferredController "domainName\controllerName"