I’ve encountered a similar issue before, and this approach worked for me:
Try installing Windows via USB on one of the affected devices (specific make/model), then allow it to update all drivers from the internet. Once the drivers are fully updated, export them using the following command:
powershell
Export-WindowsDriver -Online -Destination "C:\Drivers"
After exporting, create new driver packages from these files. You might even prepare a dedicated task for this particular model, which can make the process easier. Also, don’t forget to add the network driver to the boot image.
In my case, this method resolved the problem successfully.