New-BluGenieHelpMenu
New-BluGenieHelpMenu
SYNOPSIS
New-BluGenieHelpMenu is a Dynamic Console menu system creator for any CmdLet that has a valid Help header
SYNTAX
New-BluGenieHelpMenu [-Command] <String> [[-Console]] [[-Walkthrough]] [<CommonParameters>]DESCRIPTION
EXAMPLES
EXAMPLE 1
New-BluGenieHelpMenu -Command Get-HashInfoThis will parse the Get-HashInfo help information and display a dynamic console menu systemEXAMPLE 2
New-BluGenieHelpMenu -Command Get-HashInfo -ConsoleThis will parse the Get-HashInfo help information and display a dynamic console menu system.
The Run command is removed and a BluGenie Console sample script is created as well.EXAMPLE 3
PARAMETERS
Command
Console
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