Invoke-WalkThrough

Invoke-BluGenieWalkThrough
SYNOPSIS
Invoke-BluGenieWalkThrough is an interactive help menu system
SYNTAX
Invoke-BluGenieWalkThrough [[-Name] <String>] [[-RemoveRun]] [[-Walkthrough]] [<CommonParameters>]DESCRIPTION
Invoke-BluGenieWalkThrough is an interactive help menu system. It will convert the static PowerShell help into an interactive menu system -Added with a few new tag descriptors for (Parameter and Examples). This information will structure the help information displayed and also help with bulding the dynamic help menu
Example
PARAMETER <parameter>
Description: Desciption of the Parameter
Notes: Any Notes
Alias: Alias if any
ValidateSet: ValidationSet Array Items
EXAMPLE
Command: Your command string
Description: Decription of what the command above will do
Notes: Any NotesEXAMPLES
EXAMPLE 1
EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
PARAMETERS
Name
RemoveRun
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