Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 425 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 425 Bytes

Open Driver Tool

A powershell module to help download drivers.

Usage

$Splat = @{
    Make               = 'Dell'
    Model              = 'Latitude 5420'
    ContentShare       = '\\configmgrnetworkshare\Drivers'
    SiteCode           = 'ABC'
    SiteServerFQDN     = 'abc.contoso.com'
    DistributionPoints = ( 'abc.contoso.com', 'abc2.contoso.com')
} 

Update-Model @Splat -OSVersion 'Windows 11'