Forum Discussion
ramonabadea
Nov 17, 2021Copper Contributor
AzureAD cmdlets return error 'Too Many Requests'
Hello everyone,
We are having some unusual experiences lately with different cmdlets used in Azure & / O365, in different scripts or just in basic admin tasks.
We keep receiving throttling errors and I can't comprehend what is happening as this was not the case in the past.
Is anyone going through this or are you aware of any changes that could influence the behavior?
- Hi Ramona,
It seems this is also submitted against the Graph SDK PowerShell repo
https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/281
That means you are not the only one facing this and in the best scenario someone is working on this (hopefully)
- Hello Ramona,
How many requests until you hit that error?
What version of the AzureADPreview are you using?- ramonabadeaCopper ContributorHi Andres,
Thank you for your reply.
I don't know precisely how many requests until I hit the error. It seemed to be sporradic to me, I did not really count. I have some thousands of users in the tenant tho and the cmdlet should iterate through all of them..
AzureADPreview version is 2.0.2.138.- Hi Ramona,
It seems this is also submitted against the Graph SDK PowerShell repo
https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/281
That means you are not the only one facing this and in the best scenario someone is working on this (hopefully)