Set-BluGenieCommands

Set-BluGenieCommands
SYNOPSIS
Set-BluGenieCommands is an add-on to manage the Command list in the BluGenie Console
SYNTAX
Set-BluGenieCommands [[-Add] <String[]>] [[-Remove] <String[]>] [[-RemoveIndex] <Int32[]>] [-RemoveAll] [-Walkthrough] [<CommonParameters>]DESCRIPTION
Set-BluGenieCommands is an add-on to manage the Command list in the BluGenie Console
Commands can be BluGenie Functions or any command Posh can run. Note: The Commands action is a specific order.
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-BluGenieCommandsDescription: This will give you a list of identified 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