I have successfully performed a staged migration for a few users. However, they have each been plagued with different issues along the way. Currently, I am attempting to complete the migration of two users to Exchange 365 and have gotten to the last step, which is executing the PowerShell script Exchange2007MBtoMEU.ps1. This script fails at the first step, which is Disable-Mailbox. The error message I receive is:<o:p></o:p>
Disabling Mailbox<o:p></o:p>
A positional parameter cannot be found that accepts argument '-DomainController'.<o:p></o:p>
+ CategoryInfo : InvalidArgument: (:) [Disable-Mailbox], ParameterBindingException<o:p></o:p>
+ FullyQualifiedErrorId : PositionalParameterNotFound,Disable-Mailbox<o:p></o:p>
I have added the -DomainController parameter in just about every conceivable fashion, but have gotten this message every time. In turn, this causes the remainder of the script to fail.<o:p></o:p>
I really need to get this migration completed, as having an on-premise server and Exchange 365 is proving to be difficult.<o:p></o:p>
Thanks so much,<o:p></o:p>
Randy<o:p></o:p>