Get-OSDeployModuleVersion
Property
Value
Description
Syntax
Get-OSDeployModuleVersionParameters
Examples
# Return the loaded OSDeploy module version
Get-OSDeployModuleVersionLast updated
Was this helpful?
Returns the currently loaded version of the OSDeploy module.
Module
OSDeploy
Platform
Windows
Output
System.Version
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.
Get-OSDeployModuleVersionThis function has no parameters.
# Return the loaded OSDeploy module version
Get-OSDeployModuleVersionExample output:
Last updated
Was this helpful?
Was this helpful?
Major Minor Build Revision
----- ----- ----- --------
26 5 1 1
