How can I resume suspended jobs using powershell using BITS command?

1.9k Views Asked by At

For BITS Transfer on Windows, There are some JOBIDS whose TransferType is "upload" and JobState is "Suspended". I am executing below command from PowerShell :-

Get-BitsTransfer  | Resume-BitsTransfer

I am getting below error :-

Resume-BitsTransfer : Exception from HRESULT: 0x80200003 At line:1 char:20 + Get-BitsTransfer | Resume-BitsTransfer + ~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (Microsoft.Backg...agement.BitsJob:BitsJob) [Resume-BitsTransfer], COM Exception + FullyQualifiedErrorId : ResumeBitsTransferCOMException,Microsoft.BackgroundIntelligentTransfer.Management.Resume BitsTransferCommand

How can I can resume these jobs.

Any Suggestions...

Thanks..... !!

0

There are 0 best solutions below