MSEndpointMgr / ModernDriverManagement

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

Tool not getting Microsoft computer models list #279

Open Pat2345 opened 5 months ago

Pat2345 commented 5 months ago

Hi,

I have an issue running the MDM tool on a Windows Server 2022 box, it works fine for Dell, HP models, but I am not getting the Microsoft computer models list. I get this error in the UI :

And I get this in the log file:

======== Error(s) Occurred ======== DriverAutomationTool 4/12/2024 3:51:18 PM 2484 (0x09B4)

[Error] - The response content cannot be parsed because the Internet Explorer engine is not available, or Internet Explorer's first-launch configuration is not complete. Specify the UseBasicParsing parameter and try again. DriverAutomationTool 4/12/2024 3:51:18 PM 2484 (0x09B4)

Take not that the server has limited Internet access, but I tested these 2 URLs from Microsoft Edge and they work fine:

https://raw.githubusercontent.com/maurice-daly/DriverAutomationTool/master/Data/MSProducts.xml https://raw.githubusercontent.com/maurice-daly/DriverAutomationTool/master/Data/OSDCatalogMicrosoftDriverPack.json

Could it be a missing web site that I need to whitelist or the fact that Internet Explorer is not available anymore on Server 2022?

Tnx for help

Patrick