使用 Powershell 从其联系人文件夹中列出所有邮箱用户联系人及其所有属性

Use Powershell to list all mailbox users contacts from their contact folder with all attributes

我在 Office 365 上,我(网站管理员)必须 运行 查询获取用户邮箱(例如:'john.doe@example.com')并列出其所有联系人具有所有可用属性(如姓名、电子邮件地址等)的联系人文件夹。在用 Google 和 co 大量搜索之后。除了导入和导出,我没有发现任何关于 powershell 处理联系人的信息。有办法吗?

您需要使用 API 之类的 Exchange Web 服务来访问该级别的信息。您可以使用 Powershell 中的 EWS Managed API。事实证明,Glen Scales 有 good write-up on exporting contacts that way.