For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-OSDeployModulePath

Returns the file system path to the root directory of the OSDeploy module installation.

Property
Value

Module

OSDeploy

Platform

Windows

Output

System.String

Description

Returns the absolute file system path to the root folder where the OSDeploy module is installed. This is useful for locating module-relative resources such as catalogs, templates, and support files.

Syntax

Get-OSDeployModulePath

Parameters

This function has no parameters.

Examples

# Return the path to the OSDeploy module directory
Get-OSDeployModulePath

Example output:

Last updated

Was this helpful?