Hello there,
You can throttle bandwidth with powershell.
In the PowerShell window, type “New-NetQosPolicy -Name OneDriveLimits -AppPathNameMatchCondition OneDrive.exe -IPProtocolMatchCondition Both -NetworkProfile All -ThrottleRateActionBitsPerSecond 5000000“ without quotes. This will set the OneDrive.exe process to use a maximum of 5Mbps max from your whole bandwidth.
You can use any value here like 1000000 for a maximum of 1Mbps.
You can check whether the value is enforced in the system by typing “Get-NetQosPolicy -Name OneDriveLimits” in the PowerShell.
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer--