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
Hi,
For all intents and purposes, I had issues with the actions Get-EXOMailboxPermission and Get-EXORecipientPermission wich timed out when executed against too much mailboxes and made the hole script fail.
The workaround I found is to add a Start-Sleep 0.25 in the foreach loops (didn't try a lower value though) of the two instances of Get-EXOMailboxPermission and one of Get-EXORecipientPermission.
The text was updated successfully, but these errors were encountered:
Hi,
For all intents and purposes, I had issues with the actions Get-EXOMailboxPermission and Get-EXORecipientPermission wich timed out when executed against too much mailboxes and made the hole script fail.
The workaround I found is to add a Start-Sleep 0.25 in the foreach loops (didn't try a lower value though) of the two instances of Get-EXOMailboxPermission and one of Get-EXORecipientPermission.
The text was updated successfully, but these errors were encountered: