Split large files as user w/ bat


This PowerShell script manages large Microsoft 365 mailbox folders by splitting them into smaller ones with no more than 99,999 emails each. It uses the Microsoft Graph API to authenticate the user, fetch mailbox folders, and handle operations like creating new folders and moving emails in batches. Key features include:

  • Logging: Tracks every step of the process, including successes, errors, and retries, to a log file.
  • Error Handling and Retry Logic: Ensures robust execution with multiple attempts for each operation.
  • Batch Processing: Moves emails in batches of 99,999 to newly created folders, minimizing API call limits.
  • Interactive Confirmation: Asks the user for confirmation before performing the split.

The script ensures mailbox organization and avoids performance issues caused by excessively large folders.

[/crayon]

[/crayon]

test Exchange Administrator Tecism
Sorry! The Author has not filled his profile.
0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments