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

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-OSDeployModuleVersion

Parameters

This function has no parameters.

Examples

# Return the loaded OSDeploy module version
Get-OSDeployModuleVersion

Example output:

Last updated

Was this helpful?