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

Get-OSDModuleVersion

Returns the version of the loaded OSD module.

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Uses the current command invocation context to return the module version object for the loaded OSD module.

Syntax

Get-OSDModuleVersion [-ProgressAction <ActionPreference>] [<CommonParameters>]

Parameters

This function does not define function-specific parameters beyond common parameters.

Examples

Example

Get-OSDModuleVersion

Returns the currently loaded OSD module version.

Last updated

Was this helpful?