Set-BluGenieParallelCommands

Set-BluGenieParallelCommands
SYNOPSIS
Set-BluGenieParallelCommands is an add-on to manage the Parallel Command list in the BluGenie Console
SYNTAX
Set-BluGenieParallelCommands [[-Add] <String[]>] [[-Remove] <String[]>] [-RemoveAll] [[-RemoveIndex] <Int32[]>] [-Walkthrough] [<CommonParameters>]DESCRIPTION
Set-BluGenieParallelCommands is an add-on to manage the Parallel Command list in the BluGenie Console
Parallel Commands can be BluGenie Functions or any command Posh can run. Note: The Parallel Command section will run all items at the same time.
o 1st - Command section will run in synchronous order o 2nd - Parallel Command section will run all items at the same time. - Parallel Commands run after all Commands in the Command section finish o 3rd - Post Command section will run in synchronous order - Post Commands run after all the Parallel Commands have finished
EXAMPLES
EXAMPLE 1
Command: Set-BluGenieParallelCommandsDescription: This will give you a list of identified Parallel Commands
Notes:
OutType:EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
EXAMPLE 6
EXAMPLE 7
EXAMPLE 8
EXAMPLE 9
PARAMETERS
Add
Remove
RemoveAll
RemoveIndex
Walkthrough
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.
Last updated