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

Get-OSDModulePath

Returns the base path of the loaded OSD module.

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Uses the current command invocation context to return the module base path where the OSD module is installed or loaded from.

Syntax

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

Parameters

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

Examples

Example

Get-OSDModulePath

Returns the OSD module installation path.

Last updated

Was this helpful?