Receive-RunspaceJob

SYNOPSIS

Receive the results of a runspace job

SYNTAX

Receive-RunspaceJob [[-RunspaceJob] <Object[]>] [<CommonParameters>]

DESCRIPTION

Receive the results of a runspace job

EXAMPLES

Example 1

PS C:\> $jobs | Receive-RunspaceJob

Receives the results of a bunch of runspace jobs

PARAMETERS

-RunspaceJob

The job objects

Type: Object[]
Parameter Sets: (All)
Aliases:

Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.Object[]

OUTPUTS

System.Object

NOTES