Skip to main content
Version: 4.0

Test-ADTModuleInitialized

SYNOPSIS

Checks if the ADT (PSAppDeployToolkit) module is initialized.

SYNTAX

Test-ADTModuleInitialized

DESCRIPTION

This function checks if the ADT (PSAppDeployToolkit) module is initialized by retrieving the module data and returning the initialization status.

EXAMPLES

EXAMPLE 1

Test-ADTModuleInitialized

Checks if the ADT module is initialized and returns true or false.

PARAMETERS

INPUTS

None

You cannot pipe objects to this function.

OUTPUTS

System.Boolean

Returns $true if the ADT module is initialized, otherwise $false.

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

https://psappdeploytoolkit.com/docs/reference/functions/Test-ADTModuleInitialized