Hi All,
We are suddenly getting error while trying to download dell drivers using driver automation tool, all other vendor models are coming only dell models giving below error, any assistance will be appreciated.
Start-BitsTransfer : The connection with the server was terminated abnormally At line:1093 char:8 + ... Start-BitsTransfer -Source $DellXMLCabinetSource -Destina ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [Start-BitsTransfer], Exception + FullyQualifiedErrorId : StartBitsTransferCOMException,Microsoft.BackgroundIntelligentTransfer.Management.NewBitsTransferCommand Get-Content : Cannot find path 'C:\Program Files\MSEndpointMgr\Driver Automation Tool\Temp\DriverPackCatalog.xml' because it does not exist. At line:1108 char:34 + ... lModelXML = Get-Content -Path (Join-Path -Path $global:TempDirectory ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (C:\Program File...PackCatalog.xml:String) [Get-Content], ItemNotFoundException + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand You cannot call a method on a null-valued expression. At line:1110 char:6 + $global:DellModelXML.GetType().FullName + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : InvokeMethodOnNull