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

Invoke-OSDCloudDriverPackMDT

Downloads a matching DriverPack to %OSDisk%\Drivers

Property
Value

Module

OSD

Platform

WinPE (amd64 / arm64)

Description

Downloads a matching DriverPack to %OSDisk%\Drivers

Syntax

Invoke-OSDCloudDriverPackMDT [[-Manufacturer] <String>] [[-Product] <String>]
 [-ProgressAction <ActionPreference>] [<CommonParameters>]

Parameters

Parameter
Type
Required
Description

-Manufacturer

String

False

No additional description provided.

-Product

String

False

No additional description provided.

Examples

Example

Invoke-OSDCloudDriverPackMDT
Downloads and stages a matching driver pack during an MDT task sequence.

Last updated

Was this helpful?