Share via

exchange2016如何查询创建每一个邮箱,更改每一个邮箱,删除每一个邮箱的日志

Anonymous
2023-06-27T01:45:17.5733333+00:00

exchange2016如何查询创建每一个邮箱,更改每一个邮箱,删除每一个邮箱的日志?

Exchange | Exchange Server | Other
Exchange | Exchange Server | Other

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.


1 answer

Sort by: Most helpful
  1. Aholic Liang-MSFT 13,926 Reputation points Microsoft External Staff
    2023-06-27T05:46:26.9733333+00:00

     

    您好 @ 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学习

    User's image


    如果答案有帮助,请单击“Accept Answer”并请投赞成票。如果您对此答案有其他疑问,请单击“Comment”。 注意:如果您想接收此线程的相关电子邮件通知,请按照我们的 文档 中的步骤启用电子邮件通知。

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.