NAME
Get-Runspace
SYNOPSIS
Gets active runspaces within a Windows PowerShellhost process.SYNTAX
Get-Runspace [-Id]
[ ] Get-Runspace [-InstanceId]
[ ] Get-Runspace [[-Name]
] [ ] DESCRIPTION
The Get-Runspace cmdlet gets active runspaces in a Windows PowerShell host process.
PARAMETERS
-Id
@{Text=} Required? true Position? 0 Default value None Accept pipeline input? False Accept wildcard characters? false-InstanceId
@{Text=} Required? true Position? 0 Default value None Accept pipeline input? False Accept wildcard characters? false-Name
@{Text=} Required? false Position? 0 Default value None Accept pipeline input? False Accept wildcard characters? falseThis cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). INPUTS
OUTPUTS
NOTES
1: 2:RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/?LinkId=821801Debug-Runspace