I just upgraded MDT from 2010 to 2012 u1. When I try to import drivers I get this error. It's installed on Server 2008 R2. Deployment workbench version is 6.1.2373.0. I haven't been able to find anything remotely helpful on Google.
Scanning directories for the count of INFs to import. |
Expanding CAB file E:\MDT\PROSETDX\Win7_32\ANS.cab |
Expanding CAB file E:\MDT\PROSETDX\Win7_32\DMIX.cab |
Expanding CAB file E:\MDT\PROSETDX\Win7_32\Help.cab |
Expanding CAB file E:\MDT\PROSETDX\Win7_32\LR_DMIX.cab |
Expanding CAB file E:\MDT\PROSETDX\Win7_32\setup.cab |
Expanding CAB file E:\MDT\PROSETDX\Win7_32\SNMP.cab |
Expanding CAB file E:\MDT\PROSETDX\Win7_x64\ANS.cab |
Expanding CAB file E:\MDT\PROSETDX\Win7_x64\DMIX.cab |
Expanding CAB file E:\MDT\PROSETDX\Win7_x64\Help.cab |
Expanding CAB file E:\MDT\PROSETDX\Win7_x64\LR_DMIX.cab |
Expanding CAB file E:\MDT\PROSETDX\Win7_x64\setup.cab |
Expanding CAB file E:\MDT\PROSETDX\Win7_x64\SNMP.cab |
Performing operation "import" on Target "Out-of-box drivers". |
System.Management.Automation.CmdletInvocationException: Index was out of range. Must be non-negative and less than the size of the collection. |
Parameter name: index ---> System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. |
Parameter name: index |
at System.ThrowHelper.ThrowArgumentOutOfRangeException() |
at System.Collections.Generic.List`1.get_Item(Int32 index) |
at Microsoft.BDD.PSSnapIn.Verifier.AddDriver(String theInfFile) |
at Microsoft.BDD.PSSnapIn.ImportDriver.ImportDrivers(String thePath) |
at Microsoft.BDD.PSSnapIn.ImportDriver.ImportDrivers(String thePath) |
at Microsoft.BDD.PSSnapIn.ImportDriver.ImportDrivers(String thePath) |
at Microsoft.BDD.PSSnapIn.ImportDriver.ImportDrivers(String thePath) |
at Microsoft.BDD.PSSnapIn.ImportDriver.ImportDrivers(String thePath) |
at Microsoft.BDD.PSSnapIn.ImportDriver.ImportDrivers(String thePath) |
at Microsoft.BDD.PSSnapIn.ImportDriver.ProcessRecord() |
at System.Management.Automation.CommandProcessor.ProcessRecord() |
--- End of inner exception stack trace --- |
at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input, Hashtable errorResults, Boolean enumerate) |
at System.Management.Automation.Runspaces.LocalPipeline.InvokeHelper() |
at System.Management.Automation.Runspaces.LocalPipeline.InvokeThreadProc() |
Marshal Anson