> For the complete documentation index, see [llms.txt](https://manuals.blusapphire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.blusapphire.io/blugenie/full-function-list/get-blugeniehelp.md).

# Get-BluGenieHelp

﻿

### Get-BluGenieHelp <a href="#get-blugeniehelp" id="get-blugeniehelp"></a>

### SYNOPSIS <a href="#synopsis" id="synopsis"></a>

Get-BluGenieHelp is a Blugenie Internal Function to Dynamically Pull and Display Synopsis Information for all of BluGenies Functions

### SYNTAX <a href="#syntax" id="syntax"></a>

```
Get-BluGenieHelp [[-Search] <String>] [-Force] [-Walkthrough] [<CommonParameters>]
```

### DESCRIPTION <a href="#description" id="description"></a>

Get-BluGenieHelp is a Blugenie Internal Function to Dynamically Pull and Display Synopsis Information for all of BluGenies Functions

To speed up this informational query a Help Index file is created --> $ScriptDirectory\Tools\Blubin\HelpMnu.dat If this file doesn't exist, Once help is called it will be created before displaying the information.

You can also do quick searches on the Commands and Discriptions using RegEx. Check the Examples for more information.

In BluGenie all references will be made using the follow command --> /Help In BluGenie all references will be made using the follow command --> /Help: In BluGenie all references will be made using the follow command --> BluGenie.exe /Help In BluGenie all references will be made using the follow command --> BluGenie.exe /Help: In BluGenie all references will be made using the follow command --> BluGenie.exe "/Help:"

### EXAMPLES <a href="#examples" id="examples"></a>

#### EXAMPLE 1 <a href="#example-1" id="example-1"></a>

```
Command: /Help
```

```
Description: Display general help while in the BluGenie Console
Notes:
```

#### EXAMPLE 2 <a href="#example-2" id="example-2"></a>

```
Command: /help:enable
```

```
Description: Display help with (enable) in either the command or the synopsis
Notes:
```

#### EXAMPLE 3 <a href="#example-3" id="example-3"></a>

```
Command: "/help:enable firewall"
```

```
Description: Display help with (enable firewall) in the synopsis field
Notes:
```

#### EXAMPLE 4 <a href="#example-4" id="example-4"></a>

```
Command: BluGenie.exe /help
```

```
Description: Display general help and exit the program
Notes:
```

#### EXAMPLE 5 <a href="#example-5" id="example-5"></a>

```
Command: BluGenie.exe /help:enable
```

```
Description: Display help with (enable) in either the command or the synopsis
Notes:
```

#### EXAMPLE 6 <a href="#example-6" id="example-6"></a>

```
Command: BluGenie.exe "/help:enable firewall"
```

```
Description: Display help with (enable firewall) in the synopsis field
Notes:
```

#### EXAMPLE 7 <a href="#example-7" id="example-7"></a>

```
Command: Get-BluGenieHelp -Help
```

```
Description: Call Help Information
Notes: If Help / WalkThrough is setup as a parameter, this script will be called to setup the Dynamic Help Menu if not the normal Get-Help will be called with the -Full parameter
```

#### EXAMPLE 8 <a href="#example-8" id="example-8"></a>

```
Command: Get-BluGenieHelp -WalkThrough
```

```
Description: Call Help Information [2]
Notes: If Help / WalkThrough is setup as a parameter, this script will be called to setup the Dynamic Help Menu if not the normal Get-Help will be called with the -Full parameter
```

### PARAMETERS <a href="#parameters" id="parameters"></a>

#### Search <a href="#search" id="search"></a>

```
-Search <String>
   
   Required?                    false
   Position?                    1
   Default value                
   Accept pipeline input?       false
   Accept wildcard characters?  false
```

#### Force <a href="#force" id="force"></a>

```
-Force [<SwitchParameter>]
   
   Required?                    false
   Position?                    named
   Default value                False
   Accept pipeline input?       false
   Accept wildcard characters?  false
```

#### Walkthrough <a href="#walkthrough" id="walkthrough"></a>

```
-Walkthrough [<SwitchParameter>]
   Description:  Start the dynamic help menu system to help walk through the current command and all of the parameters
   Notes:
   Alias: Help
   ValidateSet:
   
   Required?                    false
   Position?                    named
   Default value                False
   Accept pipeline input?       false
   Accept wildcard characters?  false
```

#### CommonParameters <a href="#commonparameters" id="commonparameters"></a>

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about\_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
