To give Exchange Administrator Approval you need to get the name of the move with the command:
Get-MigrationBatch
Then when you have the name of the Batch Migration as you can see here:
Confused Bear NeedsApproval ExchangeRemoteMove
Then run this command:
Set-MigrationBatch -Identity "Confused Bear" -ApproveSkippedItems | Complete-MigrationBatch -Identity "Confused Bear”
Once you run this command it will then update to :
Confused Bear Completed ExchangeRemoteMove