Last Updated: February 25, 2016
·
1.497K
· jgemedina

PowerShell - Delete all WF Persisted instances

Import-Module ApplicationServer

Get-ASAppServiceInstance | Remove-ASAppServiceInstance -Force