### Start Full Mailbox Migration Source: https://github.com/bittitan/bittitan-community-scripts/blob/master/MigrationWiz/Execute/Start-MWMailboxMigration.md Initiates a full migration for mailboxes listed in a CSV file. Ensure the CSV file and its path are correctly specified. ```powershell .\Start-MWMAilboxMigration.ps1 -csvFilename connectors.csv -csvfilepath c:\temp -full $true ``` -------------------------------- ### Start Prestage Mailbox Migration Source: https://github.com/bittitan/bittitan-community-scripts/blob/master/MigrationWiz/Execute/Start-MWMailboxMigration.md Initiates a prestage migration for mailboxes within a specified number of days. The CSV file and its path must be provided. ```powershell .\Start-MWMAilboxMigration.ps1 -csvFilename connectors.csv -csvfilepath c:\temp -prestage $true -days 30 ``` -------------------------------- ### Retry Last Mailbox Migration Source: https://github.com/bittitan/bittitan-community-scripts/blob/master/MigrationWiz/Execute/Start-MWMailboxMigration.md Retries the last migration for failed mailbox projects. Only projects with a 'Failed' status will be retried. ```powershell .\Start-MWMAilboxMigration.ps1 -csvFilename connectors.csv -csvfilepath c:\temp -retry $true ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.