How to cancel pending power actions

How to cancel pending power actions

book

Article ID: CTX585128

calendar_today

Updated On:

Description

One or more of the pending power actions in the queue to be marked as canceled and cannot be canceled once they have started to be processed by the hypervisor.
 


Instructions

Cancel one or more pending power actions with below command:

Get-BrokerHostingPowerAction -Filter { State -eq "Pending" } | Remove-BrokerHostingPowerAction
 

Additional Information

https://developer-docs.citrix.com/en-us/citrix-virtual-apps-desktops-sdk/current-release/Broker/Remove-BrokerHostingPowerAction.html