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

Get-OSDCloudOperatingSystems

Gets OSDCloud operating system entries for a specific architecture.

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Queries OSDCloud operating system data and returns entries that match the requested operating system architecture.

Syntax

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

Parameters

Parameter
Type
Required
Description

-OSArch

String

False

Specifies the operating system architecture to return. Valid values: - x64 - amd64 - arm64

Examples

Example

Get-OSDCloudOperatingSystems

Returns x64 operating system entries.

Example

Returns ARM64 operating system entries.

Example

Returns x64/amd64 operating system entries.

Last updated

Was this helpful?