Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tool not getting Microsoft computer models list #279

Open
Pat2345 opened this issue Apr 12, 2024 · 0 comments
Open

Tool not getting Microsoft computer models list #279

Pat2345 opened this issue Apr 12, 2024 · 0 comments

Comments

@Pat2345
Copy link

Pat2345 commented Apr 12, 2024

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 :

  • Setting values in the UI
    ConvertFrom-Json : Cannot bind argument to parameter 'InputObject' because it is null.
    At line:1302 char:58
  • ... $global:MicrosoftModelList = $MicrosoftJsonDetails | ConvertFrom-Json
  •                                                      ~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidData: (:) [ConvertFrom-Json], ParameterBindingValidationException
    • FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Microsoft.PowerShell.Commands.ConvertFromJsonCommand

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant