Open Noizcontroller opened 3 years ago
I have exactly the same issue with my Getac tablet custom model.
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.
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.