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 :
Setting values in the UI
ConvertFrom-Json : Cannot bind argument to parameter 'InputObject' because it is null.
At line:1302 char:58
[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:
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