Resources/BuildScripts/Build-CloudDrivers.ps1
1 2 3 4 5 6 7 8 9 |
Import-Module OSD -Force Get-IntelEthernetDriverPack -UpdateModuleCatalog Get-IntelGraphicsDriverPack -UpdateModuleCatalog Get-IntelRadeonDriverPack -UpdateModuleCatalog Get-IntelWirelessDriverPack -UpdateModuleCatalog Get-DellSystemCatalog -UpdateModuleCatalog Get-HPPlatformCatalog -UpdateModuleCatalog Get-HPSystemCatalog -UpdateModuleCatalog Get-LenovoBiosCatalog -UpdateModuleCatalog |