Set-BluGeniePostCommands

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