Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/algorithm/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
IMAP->;通过Powershell进行Exchange联机迁移_Powershell_Cloud_Office365_Exchange Server_Microsoft365 - Fatal编程技术网

IMAP->;通过Powershell进行Exchange联机迁移

IMAP->;通过Powershell进行Exchange联机迁移,powershell,cloud,office365,exchange-server,microsoft365,Powershell,Cloud,Office365,Exchange Server,Microsoft365,我正在尝试在Powershell中设置迁移终结点以连接到我的onprem IMAP服务器 问题是,我无法将凭据解析为命令: New-MigrationEndpoint -IMAP -Name Cyrus -RemoteServer MAILSERVER -Port 993 -Security Ssl -Credentials 在提示符中输入凭据后,我会得到以下信息: Parameter set cannot be resolved using the specified named param

我正在尝试在Powershell中设置迁移终结点以连接到我的onprem IMAP服务器

问题是,我无法将凭据解析为命令:

New-MigrationEndpoint -IMAP -Name Cyrus -RemoteServer MAILSERVER -Port 993 -Security Ssl -Credentials
在提示符中输入凭据后,我会得到以下信息:

Parameter set cannot be resolved using the specified named parameters.
    + CategoryInfo          : InvalidArgument: (:) [New-MigrationEndpoint], ParameterBindingException
    + FullyQualifiedErrorId : AmbiguousParameterSet,New-MigrationEndpoint
    + PSComputerName        : outlook.office365.com
是否有人使用IMAP服务器进行身份验证、需要身份验证并联机交换

干杯