Get-BluGenieSessionVariableList

Get-BluGenieSessionVariableList

SYNOPSIS

Get-BluGenieSessionVariableList will display, export, and remove all user defined variables for the current powershell session

SYNTAX

Get-BluGenieSessionVariableList [-RemoveAll] [-Export] [[-ExportPath] <String>] [[-FormatView] <String>] [-Walkthrough] [-ReturnObject] [-OutUnEscapedJSON] [<CommonParameters>]

DESCRIPTION

Get-BluGenieSessionVariableList will display, export, and remove all user defined variables for the current powershell session

EXAMPLES

EXAMPLE 1

Command: Get-BluGenieSessionVariableList
Description: Get the user defined variables for the current PowerShell session
Notes:

EXAMPLE 2

Command: Get-BluGenieSessionVariableList -RemoveAll
Description: Remove all user defined variables for the current PowerShell session
Notes:

EXAMPLE 3

EXAMPLE 4

EXAMPLE 5

EXAMPLE 6

EXAMPLE 7

EXAMPLE 8

EXAMPLE 9

PARAMETERS

RemoveAll

Export

ExportPath

FormatView

Walkthrough

ReturnObject

OutUnEscapedJSON

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