Skip to content

Get-EnvironmentBlock

SYNOPSIS

PSCX Cmdlet: Lists the environment blocks stored on the environment block stack.

SYNTAX

Get-EnvironmentBlock [<CommonParameters>]

DESCRIPTION

Lists the environment blocks stored on the environment block stack.

EXAMPLES

EXAMPLE 1

PS C:\>


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

Add-PathVariable

Get-PathVariable

Set-PathVariable

Pop-EnvironmentBlock

Push-EnvironmentBlock

Back to top