< Back
Receive-InvokeAllJobs
Post
NAME Receive-InvokeAllJobs
SYNTAX
Receive-InvokeAllJobs [-JobObjects] <InvokeAll+Job[]> [-Wait] [-ReturnasJobObject] [-AppendJobNameToResult]
[-WhatIf] [-Confirm] [<CommonParameters>]
PARAMETERS
-AppendJobNameToResult
When specified, JobName is appended to the result object
Required? false
Position? Named
Accept pipeline input? false
Parameter set name (All)
Aliases None
Dynamic? false
-Confirm
Required? false
Position? Named
Accept pipeline input? false
Parameter set name (All)
Aliases cf
Dynamic? false
-JobObjects <InvokeAll+Job[]>
PSParallel Job objects returned from Invoke-All -ASync Switch
Required? true
Position? 0
Accept pipeline input? true (ByValue)
Parameter set name (All)
Aliases None
Dynamic? false
-ReturnasJobObject
When specified, instead of returing the Job results, returns the invokeall Job objects itself. It is useful
when you want to access the Streams or other details of each job
Required? false
Position? Named
Accept pipeline input? false
Parameter set name (All)
Aliases None
Dynamic? false
-Wait
Wait for all Jobs to complete and receive the Output
Required? false
Position? Named
Accept pipeline input? false
Parameter set name (All)
Aliases None
Dynamic? false
-WhatIf
Required? false
Position? Named
Accept pipeline input? false
Parameter set name (All)
Aliases wi
Dynamic? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
PSParallel.InvokeAll+Job[]
OUTPUTS
System.Management.Automation.PSObject
ALIASES
None
REMARKS
None
SYNTAX
Receive-InvokeAllJobs [-JobObjects] <InvokeAll+Job[]> [-Wait] [-ReturnasJobObject] [-AppendJobNameToResult]
[-WhatIf] [-Confirm] [<CommonParameters>]
PARAMETERS
-AppendJobNameToResult
When specified, JobName is appended to the result object
Required? false
Position? Named
Accept pipeline input? false
Parameter set name (All)
Aliases None
Dynamic? false
-Confirm
Required? false
Position? Named
Accept pipeline input? false
Parameter set name (All)
Aliases cf
Dynamic? false
-JobObjects <InvokeAll+Job[]>
PSParallel Job objects returned from Invoke-All -ASync Switch
Required? true
Position? 0
Accept pipeline input? true (ByValue)
Parameter set name (All)
Aliases None
Dynamic? false
-ReturnasJobObject
When specified, instead of returing the Job results, returns the invokeall Job objects itself. It is useful
when you want to access the Streams or other details of each job
Required? false
Position? Named
Accept pipeline input? false
Parameter set name (All)
Aliases None
Dynamic? false
-Wait
Wait for all Jobs to complete and receive the Output
Required? false
Position? Named
Accept pipeline input? false
Parameter set name (All)
Aliases None
Dynamic? false
-WhatIf
Required? false
Position? Named
Accept pipeline input? false
Parameter set name (All)
Aliases wi
Dynamic? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
PSParallel.InvokeAll+Job[]
OUTPUTS
System.Management.Automation.PSObject
ALIASES
None
REMARKS
None