Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions reference/5.0/Microsoft.PowerShell.Utility/Get-Runspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### System.Management.Automation.Runspaces.Runspace
You can pipe the results of a `Get-Runspace` command to `Debug-Runspace`.

## NOTES

## RELATED LINKS
Expand Down
4 changes: 2 additions & 2 deletions reference/5.1/Microsoft.PowerShell.Utility/Get-Runspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### System.Management.Automation.Runspaces.RunspaceBase
You can pipe the results of a **Get-Runspace** command to **Debug-Runspace**.
### System.Management.Automation.Runspaces.Runspace
You can pipe the results of a `Get-Runspace` command to `Debug-Runspace`.

## NOTES

Expand Down
3 changes: 3 additions & 0 deletions reference/6/Microsoft.PowerShell.Utility/Get-Runspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## OUTPUTS

### System.Management.Automation.Runspaces.Runspace
You can pipe the results of a `Get-Runspace` command to `Debug-Runspace`.

## NOTES

## RELATED LINKS
Expand Down