Skip to content

Commit ec8b989

Browse files
matt9ucciSean Wheeler
authored andcommitted
Fix and add OUTPUTS in Get-Runspace.md (#2157)
1 parent 04d543b commit ec8b989

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

reference/5.0/Microsoft.PowerShell.Utility/Get-Runspace.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9999
100100
## OUTPUTS
101101
102+
### System.Management.Automation.Runspaces.Runspace
103+
You can pipe the results of a `Get-Runspace` command to `Debug-Runspace`.
104+
102105
## NOTES
103106

104107
## RELATED LINKS

reference/5.1/Microsoft.PowerShell.Utility/Get-Runspace.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
141141
142142
## OUTPUTS
143143
144-
### System.Management.Automation.Runspaces.RunspaceBase
145-
You can pipe the results of a **Get-Runspace** command to **Debug-Runspace**.
144+
### System.Management.Automation.Runspaces.Runspace
145+
You can pipe the results of a `Get-Runspace` command to `Debug-Runspace`.
146146

147147
## NOTES
148148

reference/6/Microsoft.PowerShell.Utility/Get-Runspace.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9696
9797
## OUTPUTS
9898
99+
### System.Management.Automation.Runspaces.Runspace
100+
You can pipe the results of a `Get-Runspace` command to `Debug-Runspace`.
101+
99102
## NOTES
100103

101104
## RELATED LINKS

0 commit comments

Comments
 (0)