Get-OSDCoreDriverPacks
Retrieves driver pack information for the specified manufacturer and operating system architecture.
Module
OSD
Platform
WinPE (amd64 / arm64)
Description
Gets driver pack catalogs based on the device manufacturer and OS architecture. For AMD64 architecture, manufacturer-specific catalogs are loaded. For ARM64 and other architectures, the default catalog is returned. Supports Dell, HP, Lenovo, Microsoft (Surface), and generic devices.
Syntax
Get-OSDCoreDriverPacks [[-GenericDriverPackJson] <String>] [[-OSDManufacturer] <String>]
[[-ProcessorArchitecture] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Parameters
-GenericDriverPackJson
String
False
No additional description provided.
-OSDManufacturer
String
False
The device manufacturer name. Defaults to the value from $global:OSDCoreDevice.OSDManufacturer. Supported values: Dell, HP, Lenovo, Microsoft, or any other value will use the Default catalog.
-ProcessorArchitecture
String
False
The operating system architecture. Defaults to the value from $global:OSDCoreDevice.ProcessorArchitecture. Typically 'amd64' or 'arm64'.
Examples
Example
Example
Last updated
Was this helpful?

