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-OSDCloudOperatingSystemsIndexMapReturns x64 index map entries from cache.
Example
Returns ARM64 index map entries from cache.
Related
Last updated
Was this helpful?

