Skip to content

Automate the creation of driver and bios packages in configmgr

License

Notifications You must be signed in to change notification settings

Gitkif/OpenDriverTool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

Automate the creation of driver and bios packages in configmgr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%