Exchange 2016 - Move the Discovery Mailbox (Part 4)
https://everything-powershell.com/wp-content/uploads/2019/02/Discover1y1.png
Now we can move it to the Exchange 2019 Server running a similar command to the other ones:
- Get-Mailbox discovery* | New-MoveRequest -TargetDatabase "Store1"
https://everything-powershell.com/wp-content/uploads/2019/02/Discovery2.png
Now we can check the progress again by using this command:
- Get-MoveRequest | Get-MoveRequestStatistics
https://everything-powershell.com/wp-content/uploads/2019/02/Discovery3.png
Once done, we can remove the move requests.