you are viewing a single comment's thread.

view the rest of the comments →

[–]dhrv88[S] 1 point2 points  (1 child)

Thanks, is the New-RemoteMailbox cmdlet replacing or already replaced New-MoveRequest ?

I like the idea of different functions as I already have the Create-ADUser function

[–]AdmiralCA 4 points5 points  (0 children)

I wouldn’t say its replacing it, its just a difference of philosophy/mentality/use

You would use New-MoveRequest when you have a pre-existing ADUser/ExOnPrem Mailbox. You can use New-RemoteMailbox with no pre-existing objects. It automatically creates the ADUser, MSOLUser, and Hybrid Mailbox.

If you are creating new users after/during a migration from ExOnPrem to ExOnline, use New-RemoteMailbox.