MSEndpointMgr / ModernDriverManagement

Official repo of Modern Driver Management from MSEndpointMgr.com
https://www.msendpointmgr.com
MIT License
133 stars 80 forks source link

Computer manufacturer, model and systemSKU empty during PXE boot #68

Open Noizcontroller opened 3 years ago

Noizcontroller commented 3 years ago

I'm deploying a computer from the manufacturer DT Research and the query for the manufacturer, model and systemSKU at the start of the script returns empty. I'm guessing that the values aren't populated in their BIOS. Is my suspicion right or is it something else?

I made custom driver package with the driver automation tool but since I'm having this issue I can't use it.

image

dibrai commented 3 years ago

I have exactly the same issue with my Getac tablet custom model.

Hetti- commented 3 years ago

I ran into the same issue today with a CyberMed-RX Tablet.

The device information is queried from WMI classes, but not every manufacturer is using the same classes/properties.

I tried to modify the script to provide a "default" option for unknown manufacturers. In case my testings are successful tomorrow i will create a pull request.