You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You cannot call a method on a null-valued expression.
At C:\Program Files\SCConfigMgr\Driver Automation Tool\Run-DriverAutomationToolSvc.ps1:1174 char:5
+ ... $DriverPackageDir = ($DriverCab).Substring(0, $DriverCab. ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : InvokeMethodOnNull
I believe this is because it tries to extract $Make (Line 1025) from $Model (Line 1021) which yields something like "Precision" instead of "Dell" meaning conditional code at line 1052, which sets $DriverCab, doesn't execute because it was expecting "Dell" as $Make.
The text was updated successfully, but these errors were encountered:
When utilisings a DATSetting.xml created by the GUI tool that contains the following models:
It produces an exception:
I believe this is because it tries to extract $Make (Line 1025) from $Model (Line 1021) which yields something like "Precision" instead of "Dell" meaning conditional code at line 1052, which sets $DriverCab, doesn't execute because it was expecting "Dell" as $Make.
The text was updated successfully, but these errors were encountered: