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

Get-MyDriverPack

Retrieves the driver pack for the current computer from OSDCloud

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Queries OSDCloud for a matching driver pack based on computer manufacturer and product model.

Syntax

Get-MyDriverPack [[-Manufacturer] <String>] [[-Product] <String>] [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

Parameters

Parameter
Type
Required
Description

-Manufacturer

String

False

Computer manufacturer. Default is auto-detected from current system

-Product

String

False

Computer product model. Default is auto-detected from current system

Examples

Example

Get-MyDriverPack
Returns the driver pack for the current computer

Example

Last updated

Was this helpful?