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

Get-OSDModuleCache

Returns the OSD module cache directory path.

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Resolves the module base path from the current command context and appends the cache child directory name. This returns the expected cache folder path for the installed OSD module.

Syntax

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

Parameters

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

Examples

Example

Get-OSDModuleCache

Returns the full path to the OSD module cache directory.

Last updated

Was this helpful?