Exchange Online Powershell sessions

Prasanth J.k 40 Reputation points
2024-05-20T08:23:11.5466667+00:00

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.

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,171 questions
Exchange | Other
0 comments No comments
{count} votes

Accepted answer
  1. Vasil Michev 119.5K Reputation points MVP Volunteer Moderator
    2024-05-20T15:32:38.9466667+00:00

    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.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.