Limit bandwitch when importing pst to Office 365

Copper Contributor

I'm using AzCopy to import some pst following the official guide.

The issue for me is that it uses all my bandwith and basically it kills my network, is there a way to limit this ?

I read about --Cap-Mbps flag but if I added it to my command it gives me error.

 

This works but kill my network:

 

 

 

AzCopy /Source:"D:\psts" /Dest:"URL" /V:"D:\upload.log" /Y

 

 

 

this doesn't work:

 

 

 

AzCopy /Source:"D:\psts" /Dest:"URL" /V:"D:\upload.log" /Y --Cap-Mbps 2

 

 

 

 

 

1 Reply

Searching on the web, I found a blog post related to PST to Office 365 (Microsoft 365) migration. After reading this post, I can say that it is a very helpful and informative post for those users who are looking for a quick solution to import unlimited data from PST to Office 365 without any barrier. Read more:

 

https://www.bloglovin.com/@alainajodi/pst-to-office-365-migration-through-shoviv-1701029

 

Hope it works