maurice-daly / DriverAutomationTool

Home of the Driver Automation Tool
https://www.msendpointmgr.com
BSD 2-Clause "Simplified" License
381 stars 114 forks source link

Tool hangs at disabling MDT options #549

Open Kevin-itdude opened 1 week ago

Kevin-itdude commented 1 week ago

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

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

What did I miss(configure)?

Thanks

thomasforde commented 1 week ago

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 commented 1 week ago

Yes, 2303 here.I’ve got it working now … What I found is that if it’s missing information in the configuration, it just waits, with no indication of why. The first couple times I was missing the scratch directory where it downloads the driver cabs and the directory where it places the driver packages when finished. I’ll have to look at the process log to confirm, but you may need to fill out the site server name and tell it to connect to move past that spot.Sent from my iPadOn Jun 19, 2024, at 4:00 AM, Thomas Førde @.***> wrote: 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?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

Kevin-itdude commented 1 week ago

Typo - On 2403 here.

On Wed, Jun 19, 2024 at 8:09 AM IT Department < @.***> wrote:

Yes, 2303 here.

I’ve got it working now … What I found is that if it’s missing information in the configuration, it just waits, with no indication of why. The first couple times I was missing the scratch directory where it downloads the driver cabs and the directory where it places the driver packages when finished. I’ll have to look at the process log to confirm, but you may need to fill out the site server name and tell it to connect to move past that spot.

Sent from my iPad

On Jun 19, 2024, at 4:00 AM, Thomas Førde @.***> wrote:



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?

— Reply to this email directly, view it on GitHub https://github.com/maurice-daly/DriverAutomationTool/issues/549#issuecomment-2178020382, or unsubscribe https://github.com/notifications/unsubscribe-auth/BJJE73NHHO5QFERFMXJMXQTZIE3DJAVCNFSM6AAAAABJQAFNYGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZYGAZDAMZYGI . You are receiving this because you authored the thread.Message ID: @.***>

thomasforde commented 1 week ago

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.