Wednesday, April 25, 2012

XenDesktop: Deleting inactive task from Powershell

To list task

Open Powershell from Desktop Director

Type Get-Provtask

To delete inactive task

Type  "get-provtask -active $false | remove-provtask -adminaddress "the name of the xendesktop controller""

note: If you have more than one controller, run this command again with the name of the other controller.

No comments:

Post a Comment