Questions tagged [bits]

The Background Intelligent Transfer Service (BITS) is a component of Microsoft Windows XP and later operating systems that facilitates prioritized, throttled, and asynchronous transfer of files between machines using idle network bandwidth.

34 questions
1
vote
1 answer

Start-BITSTransfer with network share as destination

I'm using Start-BITSTransfer to download a file from the internet and place it in a network location. The location is similar to \\computername\c$\folder which the cmdlet says it can't find and that it doesn't exist. To get Test-Path to pass…
Colyn1337
  • 2,387
  • 2
  • 22
  • 38
1
vote
0 answers

BitsTransfer (BITS) service and events / WMI

Older versions of MS Windows had BITS Service exposed on WMI in "root\Microsoft\BITS" namespace. However since MS Windows Server 2012 this namespace is gone. Is there any "new" way to control BITS using WMI ? I was not able to google or find any…
TimB
  • 183
  • 2
  • 10
1
vote
0 answers

How can I prioritize BITS protocol traffic as Bulk class without dragging interactive web applications down with it?

Windows Update (which uses the Background Intelligent Transfer Service (BITS) protocol) sometimes monopolizes our ADSL uplink. It interferes with interactive applications such as our "in the cloud" browser based accounting system. I want to lower…
MetaEd
  • 141
  • 5
1
vote
0 answers

Is there a list of server error codes for IIS BITS Uploads or a definition for 0x80070585 ("Invalid Index")?

I've got IIS 8.5 running on a couple of servers with BITS uploads enabled on a virtual directory. Looking through the logs, I see several different sorts of errors where it says (bits_error:{GUID},500,0x80070070) or some other error code. I'm able…
Jay Carlton
  • 133
  • 7
1
vote
1 answer

WSUS and windows update make clients PC very slow

At our office, there is a WSUS server that distributes windows updates to every client PC (Windows 7) between 1:00pm and 2:00pm. The problem is that he PCs become very slow during that time. Is there any way to accelerate this process? What should…
Delmonte
  • 301
  • 1
  • 6
  • 19
1
vote
1 answer

BITS http download job fails to connect for owner Local SYSTEM account

A service I have written that uses BITS (Background Intelligent Transfer Service) to auto update itself is having a problem on some machines (Windows 7 so far). I have been investigating and have discovered that some of the jobs that my service…
Mike Taylor
  • 253
  • 3
  • 15
1
vote
2 answers

SCCM 2012 - some remote clients unable to download some applications, 401.2 error

I've got a small SCCM 2012 deployment with about 35 clients attached. Most of these clients are in the same network as the single SCCM host, but three are about 1000 miles away. Oddly, these three clients have stopped being able to download some…
growse
  • 7,830
  • 11
  • 72
  • 114
1
vote
1 answer

media is write protected when using diskshadow.exe, start-bitstransfer powershell cmdlet

i am trying to use the powershell start-bitstransfer cmdlets to transfer a file i have exposed using a vss snapshot (via diskshadow), but unfortunately i am receiving the following error: Start-BitsTransfer : The media is write protected. At…
Aaron
  • 301
  • 3
  • 9
1
vote
0 answers

How do I send about a million files asynchronously with Start-BitsTransfer in PowerShell 5.1?

I am attempting to transfer about a million files of various sizes from one server to another, and due to various size, network and time constraints, I'm attempting to use BITS in PowerShell to do the file transfer. I am not able to compress the…
Paul
  • 111
  • 3
0
votes
0 answers

Is there "bitsadmin" for jobs that use Delivery Optimization?

Download jobs under the BITS service are easy to administer via bitsadmin. Is there ANY way how to remove Download jobs under the new DO (Delivery Optimization) service? Jobs can be listed by PS>GetDeliveryOptimizationStatus, but I found no way how…
user185953
  • 23
  • 5
0
votes
1 answer

PowerShell script using Bits-Transfer does not work as Scheduled Task

I've tried utilizing other Q/A's such as Windows Server 2008 R2 PowerShell script runs manually, but not as a scheduled task but to no avail. Basically I've got a PoSh script (apparently that's the hot abbreviation for it nowadays) that copies a lot…
NateJ
  • 125
  • 1
  • 6
0
votes
1 answer

How do you setup a virtual directory for background intelligent transfer service uploads on iis 8.5 on windows server 2012 R2?

Here is what I did: From server manager installed BITS IIS Server Extension From IIS manager created virtual directory under default website (using DefaultAppPool with ApplicationPoolIdentity) From IIS manager, went to handler mappings, then edit…
0
votes
1 answer

Is it possible to use an Elastic Load Balancer on an IIS Server accepting BITS Uploads?

I have a website hosted on EC2 using IIS 8.5. I've got a virtual directory with BITS uploads enabled, and everything works over http and now https when my URL points to the instance's public EIP. The design calls for using an Elastic Load Balancer…
Jay Carlton
  • 133
  • 7
0
votes
1 answer

GPO limited by system version (Windows Server 2012)?

Windows Server 2012 I want to enable this local GPO: Where it says "Supported on: Windows 7 or computers with BITS 3.5 installed" got me confused, because Windows Server 2012 has BITS 7.6 installed. Is this GPO going to have any effect? I enabled…
shigutso
  • 33
  • 1
  • 1
  • 5
0
votes
0 answers

Background intelligent transfer with IIS server

I need help with setting my IIS server for BITS upload. i want to upload and download files from the virtual directory i have assigned to one of my websites. but i m not able to upload and download files using BITS. i m not getting basic setting.…