8,330 questions
For SMB transfers use Set-SmbBandwidthLimit.
There is, however, no such thing as a "constant speed" with any network.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to copy a file from one server to another server with a constant speed say 3 MB/s , 5 MB/s.
Do we have any PowerShell script for the speed regulation.
For SMB transfers use Set-SmbBandwidthLimit.
There is, however, no such thing as a "constant speed" with any network.
You could also use RoboCopy's /IPG switch.
/IPG:n :: Inter-Packet Gap (ms), to free bandwidth on slow lines.