Get-BluGenieTrapData

Get-BluGenieTrapData
SYNOPSIS
Get-BluGenieTrapData will report back any captured BluGenie trap logs.
Functions as follows
List - Display a list of all the Blugenie Logs captured on the remote machine
Path - Specificy a path to query for Blugenie Logs (By defautl this is %SystemDrive%\Windows\Temp)
FileName - Specifically select which file you want to report on (By default the last file created is picked). The file name can be picked using RegEx.
JobID - Specify which file you want to remote on using the Job ID (Be default this is the last log created with the Job ID specified. You can have more then one log with the same Job ID)
Remove - Remove a Specific log file
RemoveAll - Remove BluGenie log files including the Debugging Log files
Overwrite - Return the current JSON Job data to look just like the Trapped Log data for easier reporting and parsing
SYNTAX
Get-BluGenieTrapData [[-Path] <String>] [[-FileName] <String>] [-JobID <String>] [-List] [-Remove] [-RemoveAll] [-OverWrite] [-Walkthrough] [-ReturnObject] [-OutUnEscapedJSON] [-FormatView <String>]
[<CommonParameters>]DESCRIPTION
Invoke-WalkThrough is Dynamic Help. 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
EXAMPLES
EXAMPLE 1
EXAMPLE 2
EXAMPLE 3
EXAMPLE 4
EXAMPLE 5
EXAMPLE 6
EXAMPLE 7
EXAMPLE 8
EXAMPLE 9
EXAMPLE 10
EXAMPLE 11
PARAMETERS
Path
FileName
JobID
List
Remove
RemoveAll
OverWrite
Walkthrough
ReturnObject
OutUnEscapedJSON
FormatView
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