OSDeploy / OSD

OSD Shared Functions
MIT License
150 stars 61 forks source link

Allow Surface Driver Packs (.msi) to be used with Invoke-OSDCloudDriverPackCM/MDT #76

Open everydayintech opened 1 year ago

everydayintech commented 1 year ago

With this change Surface Driver packs are also applied because the script was previously only checking for the presence of either a .cab, .zip, or .exe file.

everydayintech commented 1 year ago

Added parameter DriverOSVersion to control the OSVersion specified in Get-OSDCloudDriverPack. Surface driver msi for Windows 11 can't be installed on Windows 10, therefore this added control is necessary.