LKBEN11538: Is there any bits transfer running in the background?


Symptom

You can see network traffic and you want to know if some download is running in the background.

Cause

This can be the case with UEM and software distribution.

Solution

To find out if some transfer is running you use the get-bitstransfer command.

 Get-BitsTransfer

It will show you a list of everything running in the background.

To find all bits transfers of all users (not just the current user) you use:

Get-BitsTransfer -AllUsers

 

Have fun.

Disclaimer:

The information provided in this document is intended for your information only. Lubby makes no claims to the validity of this information. Use of this information is at own risk!

About the Author

Author: Wim Peeters - Keskon GmbH & Co. KG

Wim Peeters is electronics engineer with an additional master in IT and over 30 years of experience, including time spent in support, development, consulting, training and database administration. Wim has worked with SQL Server since version 6.5. He has developed in C/C++, Java and C# on Windows and Linux. He writes knowledge base articles to solve IT problems and publishes them on the Lubby Knowledge Platform.

Latest update: 04.03.2022 | Comment: