Set-BluGenieDebugger

Set-BluGenieDebugger

SYNOPSIS

Set-BluGenieDebugger is an add-on to manage the Debugger Status in the BluGenie Console

SYNTAX

Set-BluGenieDebugger [-SetTrue] [-SetFalse] [-Walkthrough] [<CommonParameters>]

DESCRIPTION

Set-BluGenieDebugger is an add-on to manage the Debugger status in the BluGenie Console.

Debugger will enable logging of the BluGenie debug information to $env:SystemDrive\Windows\Temp\BluGenieDebug.txt Data includes: o The the BluGenie Arguments passed to this host o The current BluGenie Module Path o The Current PowerShell Execution Policy o All System, Current Session, and Current Script Variables

EXAMPLES

EXAMPLE 1

Command: Set-BluGenieDebugger
Description: Toggle the Debugger setting (True to False or False to True)
Notes:

EXAMPLE 2

Command: Set-BluGenieDebugger -SetTrue

EXAMPLE 3

EXAMPLE 4

EXAMPLE 5

PARAMETERS

SetTrue

SetFalse

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