I plan to schedule a single email move tonight I have a batch file call mailmove.bat
and here the script
PowerShell.exe -command ". 'C:\Program Files\Microsoft\Exchange Server\V14\bin\RemoteExchange.ps1'; Connect-ExchangeServer -auto;MoveMailbox.ps1 -Identity "mailbox" -TargetDatabase "database"
please check if correct