Get-OSDeployModuleVersion
Returns the currently loaded version of the OSDeploy module.
Property
Value
Module
OSDeploy
Platform
Windows
Output
System.Version
Description
Returns the version of the OSDeploy module currently loaded in the PowerShell session as a System.Version object. Useful for version checks, logging, and compatibility validation in scripts.
Syntax
Get-OSDeployModuleVersionParameters
This function has no parameters.
Examples
# Return the loaded OSDeploy module version
Get-OSDeployModuleVersionExample output:
Last updated
Was this helpful?

