我已经设置了一个将电子邮件迁移到的 Exchange 2013。尝试运行必要的 cmdlet 以开始迁移时,无法识别 -IMAP 开关。一个例子:
[PS] C:\users\Administrator\Documents>New-MigrationEndpoint -IMAP -Name OldServer -RemoteServer imap.example.net
A parameter cannot be found that matches parameter name 'IMAP'.
+ CategoryInfo : InvalidArgument: (:) [New-MigrationEndpoint], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,New-MigrationEndpoint
+ PSComputerName : exchange1.example.local
[PS] C:\users\Administrator\Documents>
根据文档,这是有效的语法:http ://technet.microsoft.com/en-us/library/jj218611(v=exchg.150).aspx
但是无论我在哪里需要使用-IMAP,都会返回如上的错误消息。我是否需要一些 Exchange 2013 默认未安装的额外软件?
谢谢,