PowerTip: Find Current Runspaces in PowerShell
Summary: Boe Prox shows how to find the current runspaces in Windows PowerShell. How can I list all of the currently running runspaces in Windows PowerShell? Use the Get-Runspace cmdlet in Windows PowerShell 5.0:Get-RunspaceId Name ComputerName Type State  ...