-
Notifications
You must be signed in to change notification settings - Fork 346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New script to retrieve folder statistics for mailboxes with large numbers of folders #2206
New script to retrieve folder statistics for mailboxes with large numbers of folders #2206
Conversation
…mbers of folders, working around potential timeouts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You also need to update the mkdocs.yml
file to include your new script doc file.
Co-authored-by: David Paulson <[email protected]>
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@cboonham please address the following: You can run this script manually as well on your end to know that everything is good prior to doing the commit. |
@dpaulson45 Thanks for the review, CodeFormatter issues should be fixed now. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
New script to retrieve folder statistics for mailboxes with large numbers of folders, working around potential timeouts.
Issue:
Customers experience timeouts when running Get-MailboxFolderStatistics against large mailboxes and raise support tickets.
Reason:
Introducing a new store script to use the -ResultSize and -SkipCount parameters to retrieve the folder statistics in batches.
Fix:
New script.
Validation:
Tested successfully on a number of customer escalations.