Get-ADTEnvironmentTable
SYNOPSIS
Retrieves the environment data for the ADT module.
SYNTAX
Get-ADTEnvironmentTable [<CommonParameters>]
DESCRIPTION
The Get-ADTEnvironmentTable function retrieves the environment data for the ADT module. This function ensures that the ADT module has been initialized before attempting to retrieve the environment data. If the module is not initialized, it throws an error.
EXAMPLES
EXAMPLE 1
$environment = Get-ADTEnvironmentTable
This example retrieves the environment data for the ADT module and stores it in the $environment variable.
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
None
You cannot pipe objects to this function.
OUTPUTS
System.Collections.Specialized.OrderedDictionary
Returns the environment data as a read-only ordered dictionary.
NOTES
An active ADT session is NOT required to use this function.
Tags: psadt
Website: https://psappdeploytoolkit.com
Copyright: (C) 2025 PSAppDeployToolkit Team (Sean Lillis, Dan Cunningham, Muhammad Mashwani, Mitch Richters, Dan Gough).
License: https://opensource.org/license/lgpl-3-0
RELATED LINKS
https://psappdeploytoolkit.com/docs/reference/functions/Get-ADTEnvironmentTable