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 hangs at disabling MDT options #549

Open
Kevin-itdude opened this issue Jun 18, 2024 · 4 comments
Open

Tool hangs at disabling MDT options #549

Kevin-itdude opened this issue Jun 18, 2024 · 4 comments

Comments

@Kevin-itdude
Copy link

Original hang was because I hadn't added the wmi class MS_SystemInformation to hardware inventory. Added all elements, got past that, now I have this:

You cannot call a method on a null-valued expression.
At line:1318 char:5

  • ... $OSBuild = ($WindowsBuildHashTable.Item("$OSBuild")).Spli ...
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (:) [], RuntimeException
    • FullyQualifiedErrorId : InvokeMethodOnNull

Cannot convert the "0BD2" value of type "System.String" to type "System.Collections.ArrayList".
At line:6047 char:6

  • ... [System.Collections.ArrayList]$SearchList = $DellKnownBas ...
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidArgument: (:) [], RuntimeException
    • FullyQualifiedErrorId : ConvertToFinalInvalidCastException

What did I miss(configure)?

Thanks

@thomasforde
Copy link

i have a similar issue after upgrading to ConfigMgr 2403. the tool stops at "Disabling MDT Options" in the logs, and it wont detect any models or move past that. Are you using the same version?

@Kevin-itdude
Copy link
Author

Kevin-itdude commented Jun 19, 2024 via email

@Kevin-itdude
Copy link
Author

Kevin-itdude commented Jun 19, 2024 via email

@thomasforde
Copy link

Ye, its not working here. Process logs says nothing more, all the values are still there with my download paths, site server settings, and package settings. its connecting to configmgr server, and getting Dp's etc... but not finding any models which is probably the next step there. Winrm connection is established. Clicking find models and nothing happens, and no entry in the process log.

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

2 participants