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

Get-OSDCloudOperatingSystemsIndexMap

Returns OSDCloud operating system index map entries by architecture.

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Reads the cached OSDCloud operating system index map and returns entries filtered by the specified architecture.

Syntax

Get-OSDCloudOperatingSystemsIndexMap [-OSArch <String>] [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

Parameters

Parameter
Type
Required
Description

-OSArch

String

False

Specifies the operating system architecture. Valid values are x64 and ARM64.

Examples

Example

Get-OSDCloudOperatingSystemsIndexMap

Returns x64 index map entries from cache.

Example

Returns ARM64 index map entries from cache.

Last updated

Was this helpful?