maurice-daly / DriverAutomationTool

Home of the Driver Automation Tool
https://www.msendpointmgr.com
BSD 2-Clause "Simplified" License
399 stars 120 forks source link

24H2 Support #561

Open harris1m opened 1 month ago

harris1m commented 1 month ago

I know public release was only recent but is 24H2 support on the way?

mohsin-mulla commented 1 month ago

I updated the apply driver package script with the following:

Line 279 [ValidateSet("24H2", "23H2","22H2", "21H2", "21H1", "20H2", "2004", "1909", "1903", "1809", "1803", "1709", "1703", "1607")]

Line 975

"Windows 11" { switch (([System.Version]$InputObject).Build) { "26100" { $OSVersion = '24H2' }

I haven't personally tested this yet.

michrecc commented 3 weeks ago

I did the same thing. Updated the package script by adding the 24H2 build to it and made some changes to the TargetOSVersion parameter to "24H2". Imaging a laptop now and it worked perfectly.

Syntaxscout commented 2 weeks ago

It worked like a charm, Thank you!!

CarstenKochems commented 2 weeks ago

Hey, dumb question, how do you build it ?

i changed the ps1 file for 24h2 but it always starts with the old one