< Back

Get-Runspace

Tue Jan 29, 2019 10:22 pm

NAME Get-Runspace



SYNOPSIS

Gets active runspaces within a Windows PowerShellhost process.





SYNTAX

Get-Runspace [-Id] <Int32[]> [<CommonParameters>]



Get-Runspace [-InstanceId] <Guid[]> [<CommonParameters>]



Get-Runspace [[-Name] <String[]>] [<CommonParameters>]





DESCRIPTION

The Get-Runspace cmdlet gets active runspaces in a Windows PowerShell host process.





PARAMETERS

-Id <Int32[]>

@{Text=}



Required? true

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-InstanceId <Guid[]>

@{Text=}



Required? true

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String[]>

@{Text=}



Required? false

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES









1:









2:











RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=821801

Debug-Runspace