A robust email, calendaring, and collaboration platform developed by Microsoft, designed for enterprise-level communication and data management.Miscellaneous topics that do not fit into specific categories.
您好 @ Cathy K. Tan,
可以通过在EMS中搜索管理员审核日志来检查在Exchange server 中进行的更改和操作。
例如:
Search-AdminAuditLog -Cmdlets New-Mailbox -StartDate 06/01/2023 -EndDate 06/28/2023 -IsSuccess $true
或者是通过New-AdminAuditLogSearch将结果发送给您通过电子邮件指定的收件人。
详细信息可参考以下链接:
Exchange Server 中的管理员审核日志记录 | Microsoft Learn
Search-AdminAuditLog (ExchangePowerShell) |Microsoft学习
如果答案有帮助,请单击“Accept Answer”并请投赞成票。如果您对此答案有其他疑问,请单击“Comment”。 注意:如果您想接收此线程的相关电子邮件通知,请按照我们的 文档 中的步骤启用电子邮件通知。