You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a script that uses Get-MgUser that collects all users that has been in place for at last 5 months, it just stopped working last night without changes to it. Here is the error I am seeing.
Get-MgUser : {"@odata.context":"http://reportingservice.activedirectory.windowsazure.com/auditLogs/$metadata#Edm.String","value":"**Cannot query data for more than 120 users at a time**."}
At line:1 char:5
$Users = Get-MgUser -All -pagesize 999 -Property "AccountEnabled, ...
CategoryInfo : InvalidOperation: ({ ConsistencyLe...ndProperty = }:<>f__AnonymousType629) [Get-MgUser_List], RestException1
FullyQualifiedErrorId : UnknownError,Microsoft.Graph.PowerShell.Cmdlets.GetMgUser_List
Has anyone else come across this issue in the last 24 hours? My current version is 1.14.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a script that uses Get-MgUser that collects all users that has been in place for at last 5 months, it just stopped working last night without changes to it. Here is the error I am seeing.
Get-MgUser : {"@odata.context":"http://reportingservice.activedirectory.windowsazure.com/auditLogs/$metadata#Edm.String","value":"**Cannot query data for more than 120 users at a time**."}
At line:1 char:5
$Users = Get-MgUser -All -pagesize 999 -Property "AccountEnabled, ...
CategoryInfo : InvalidOperation: ({ ConsistencyLe...ndProperty = }:<>f__AnonymousType62
9) [Get-MgUser_List], RestException
1FullyQualifiedErrorId : UnknownError,Microsoft.Graph.PowerShell.Cmdlets.GetMgUser_List
Has anyone else come across this issue in the last 24 hours? My current version is 1.14.0.
Beta Was this translation helpful? Give feedback.
All reactions