Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.

@AllEnvironments

Modified on July 26, 2024

Returns a list of all environments.

Script usage:

@AllEnvironments

Example:


# log all environments in context to the execution log
foreach $Env in @AllEnvironments
{
    Log-Information $Env;
}