如何搜索组邮箱。
Search-Mailbox -Identity "groupbox@mail.com" -SearchQuery 'Subject:"Hello"' -TargetMailbox me@mail.com -TargetFolder "Inbox"当我试图搜索组邮箱时,我会收到错误消息。无法执行该操作,因为在‘xxxxx.PROD.OUTLOOK.COM’上找不到对象'groupbox@mail.com‘。
但是当我搜索邮箱时,我可以找到它。
Get-Mailbox -GroupMailbox -Identity "groupbox@mail.com"是因为它是一个团体邮箱吗?如何搜索组邮箱?
发布于 2019-07-29 19:47:34
搜索邮箱命令不支持组邮箱。
使用安全和法规中心中的eDiscovery/Content搜索。
https://serverfault.com/questions/970312
复制相似问题