Get-LabVariable

SYNOPSIS

Get lab variables

SYNTAX

Get-LabVariable [<CommonParameters>]

DESCRIPTION

Gets all defined variables in the global scope matching the name pattern 'AL_([a-zA-Z0-9]{8})+[-.]+([a-zA-Z0-9]{4})+[-.]+([a-zA-Z0-9]{4})+[-.]+([a-zA-Z0-9]{4})+[-.]+([a-zA-Z0-9]{12})'

EXAMPLES

Example 1

PS C:\> Get-LabVariable

Returns all runtime variables starting with AL_

PARAMETERS

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.

INPUTS

OUTPUTS

NOTES