yes, there is a switch for this:
https://learn.microsoft.com/en-us/powershell/module/exchange/new-migrationbatch?view=exchange-ps
-NotificationEmails
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In EAC when you do the migration, you can send an optional email/report (by default) to the Administrator mailbox. which is very handy detailing how many mailboxes were successful, failed, skipped etc..
Is there an equivilant for Powershell?
I already know New-MoveRequest won't do it, but can New-MigrationBatch send this? or is there some other command I can use?
yes, there is a switch for this:
https://learn.microsoft.com/en-us/powershell/module/exchange/new-migrationbatch?view=exchange-ps
-NotificationEmails
since the -CSV one would be very useful, I wonder what would happen if you exceed queue entries.
would they show up in Get-MoveRequestStatistics ? and if so, what would happen when you get to 10 and above..?
since by default, you must use remove-MoveRequestStatistics to delete before you can run another.. New-MoveRequest
However, the queue itself shows per-mailbox progress..
Would you need to still remove entries from queue regardless?