Microsoft Exchange Online
A Microsoft email and calendaring hosted service.
1,928 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is the limit for Exchange Online Powershell connections parallelly? Currently using EXO Version 3. I guess that uses REST APIs. I tried connecting multiple connections by created parallel powershell tabs and I could successfully connect to 12 parallel connections. I know RPSSession has limit to 5. Im using Connect-ExchangeOnline cmdlet to connect.
There is no (public) information on that, but yes, the RPSSession limit no longer applies. Instead, the Exchange REST API seems to use a model similar to that of the Graph, i.e. number of requests per timeframe.