Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/12.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
Powershell 将联系人导入Exchange个人联系人文件夹_Powershell_Exchange Server - Fatal编程技术网

Powershell 将联系人导入Exchange个人联系人文件夹

Powershell 将联系人导入Exchange个人联系人文件夹,powershell,exchange-server,Powershell,Exchange Server,我的公司目前正在从Mirapoint转移到Exchange,我们希望能够将用户的个人联系人转移到Exchange 我们可以很好地导出联系人信息,但不幸的是,我找到的所有将联系人导入Exchange的方法都是用于导入到全局邮件联系人中,而不是导入到特定的用户联系人文件夹中 有没有人想到一种方法来做到这一点,最好是在PowerShell中 谢谢。如果可以从Mirapoint将联系人导出到PST,则可以使用命令“导入邮箱”将联系人导入邮箱 Import-Mailbox -Identity john.s

我的公司目前正在从Mirapoint转移到Exchange,我们希望能够将用户的个人联系人转移到Exchange

我们可以很好地导出联系人信息,但不幸的是,我找到的所有将联系人导入Exchange的方法都是用于导入到全局邮件联系人中,而不是导入到特定的用户联系人文件夹中

有没有人想到一种方法来做到这一点,最好是在PowerShell中


谢谢。

如果可以从Mirapoint将联系人导出到PST,则可以使用命令“导入邮箱”将联系人导入邮箱

Import-Mailbox -Identity john.smith@company.com -PSTFolderPath C:\PSTFiles\john.pst -IncludeFolders "\Contacts"

更多示例:

以下链接对我们的情况非常有效:

Mirapoint联系人导出到哪种类型的文件?@MichaelBurns知道我遗漏了什么,我们目前将数据作为csv。