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

Test-WindowsImageMounted

Tests WindowsImageMounted conditions.

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Evaluates WindowsImageMounted state and returns a validation result for scripting decisions.

Syntax

Test-WindowsImageMounted [-ImagePath] <String> [-Index <UInt32>] [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

Parameters

Parameter
Type
Required
Description

-ImagePath

String

True

Specifies the ImagePath to use when running Test-WindowsImageMounted.

-Index

UInt32

False

Specifies the Index to use when running Test-WindowsImageMounted.

Examples

Example

Demonstrates a common way to run Test-WindowsImageMounted.

Last updated

Was this helpful?