Link to home
Start Free TrialLog in
Avatar of Mahesh babu
Mahesh babu

asked on

Powershell limits

Hello all,

from where can I know how many Powershell shell can I open for my tenant concurrently and what is the throttling limit for my tenant?
Avatar of ITguy565
ITguy565
Flag of United States of America image

The information you are requesting is based on a lot of factors.

First, What is that script doing,
How that script is put together and how it calls the applications it uses.

A good example of this is a script that is querying all the objects and properties for those objects in AD is going to run significantly more memory that a script that queries all the properties for a specific object.

If you can provide a little more information we can help you, but this is a very open ended question with too board a scope to answer.
One limit to keep in mind is that you can run at most 3 remote sessions open for a single account. Which means that if you forget to remove session (Remove-PSSession) after you are done, you can easily block your access to Office 365 via PowerShell (at least until any active session expires).
ASKER CERTIFIED SOLUTION
Avatar of Vasil Michev (MVP)
Vasil Michev (MVP)
Flag of Bulgaria image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial