共用方式為


Get-Runspace

取得 Windows PowerShell 主機進程內的作用中 Runspace。

語法

Get-Runspace
   [[-Name] <String[]>]
   [<CommonParameters>]
Get-Runspace
   [-Id] <Int32[]>
   [<CommonParameters>]
Get-Runspace
   [-InstanceId] <Guid[]>
   [<CommonParameters>]

Description

Get-Runspace Cmdlet 會在 Windows PowerShell 主機進程中取得作用中的 Runspace。

範例

1:

2:

參數

-Id

類型:Int32[]
Position:0
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-InstanceId

指定執行中作業的實例識別碼 GUID。

類型:Guid[]
Position:0
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Name

類型:String[]
Position:0
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸出

Runspace

您可以使用管線將 Get-Runspace 指令的結果傳送至 Debug-Runspace