I have a client on 365 that is splitting a division off to form a new company. The new client will also be on 365. I know I can do the migration for them through PST, Connected Accounts or MigrationWiz, but I'm looking to see if I can just use the powershell to initiate it within 365. I feel like this should work, I just can't get the syntax right.
The new domain is already verified in 365 in the new subscription and DNS is configured.
So I connected the powershell to the domain that has the mailboxes now and tried:
new-moverequest -identity test10 -remote -remotehostname namprd06.prod.outlook.com -targetdeliverydomain ExampleDomain.com
I also tried doing the move from the destination and various remotecredential agruements.
Has anybody else tried this and gotten it to work? Is this even possible?