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

Save-MyDriverPack

Downloads and optionally expands the driver pack for the current computer

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Downloads the matching driver pack from OSDCloud for the current or specified computer. Can optionally extract and expand the driver pack after download.

Syntax

Save-MyDriverPack [[-DownloadPath] <String>] [-Expand] [[-Manufacturer] <String>] [[-Product] <String>]
 [[-Guid] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Parameters

Parameter
Type
Required
Description

-DownloadPath

String

False

Directory where the driver pack will be saved. Default is C:\Drivers

-Expand

SwitchParameter

False

Automatically expands the driver pack archive after download

-Manufacturer

String

False

Computer manufacturer. Default is auto-detected

-Product

String

False

Computer product model. Default is auto-detected

-Guid

String

False

GUID of a specific driver pack to download

Examples

Example

Example

Last updated

Was this helpful?