Get-MyDriverPack
Last updated
Was this helpful?
Retrieves the driver pack for the current computer from OSDCloud
Module
OSD
Platform
WinPE (amd64 / arm64)
Queries OSDCloud for a matching driver pack based on computer manufacturer and product model.
Get-MyDriverPack [[-Manufacturer] <String>] [[-Product] <String>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]-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
Get-MyDriverPack
Returns the driver pack for the current computerLast updated
Was this helpful?
Was this helpful?
Get-MyDriverPack -Manufacturer 'Lenovo' -Product 'ThinkPad X1'
Returns the driver pack for the specified model
