1

I want to shut down or Power Off Citrix Xendesktop.

I tried many sites including Citrix docs but couldn't find anything for shutting down the Xendesktop.

henrycarteruk
  • 12,708
  • 2
  • 36
  • 40
Kumar Sambhav Pandey
  • 1,713
  • 4
  • 22
  • 33

1 Answers1

2

Finally I was able to find the Cmdlet to Power off the XenDesktop.

The command is New-BrokerHostingPowerAction -Action Shutdown -MachineName "$domain_name\$machine_name'.

In above command one needs to supply the domain and machine name to poweroff/shutdown the xendesktop from Powershell.

Reference

Kumar Sambhav Pandey
  • 1,713
  • 4
  • 22
  • 33