Get-OSDeployModulePath
Property
Value
Description
Syntax
Get-OSDeployModulePathParameters
Examples
# Return the path to the OSDeploy module directory
Get-OSDeployModulePathLast updated
Was this helpful?
Returns the file system path to the root directory of the OSDeploy module installation.
Module
OSDeploy
Platform
Windows
Output
System.String
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.
Get-OSDeployModulePathThis function has no parameters.
# Return the path to the OSDeploy module directory
Get-OSDeployModulePathExample output:
Last updated
Was this helpful?
Was this helpful?
C:\Program Files\WindowsPowerShell\Modules\OSDeploy\26.5.1.1
