Get-OSDCoreOperatingSystems
Last updated
Was this helpful?
Gets the core operating system catalog entries that OSD uses for offline media selection.
Module
OSD
Platform
WinPE (amd64 / arm64)
Imports the operating system catalog XML files stored under the module's core operating systems cache, normalizes duplicate metadata, and returns a sorted list of operating system records with build, architecture, language, activation, hash, and image metadata.
Get-OSDCoreOperatingSystems [-ProgressAction <ActionPreference>] [<CommonParameters>]This function does not define function-specific parameters beyond common parameters.
Get-OSDCoreOperatingSystemsReturns all available core operating system records discovered in the module cache.
Returns only Windows 11 operating system records.
Last updated
Was this helpful?
Was this helpful?
Get-OSDCoreOperatingSystems | Where-Object Version -eq 'Windows 11'
