hello,
i have enabled mailbox auditing for one user, how can i disable the audit for that user.
Regards,
Technology Tips and News
hello,
i have enabled mailbox auditing for one user, how can i disable the audit for that user.
Regards,
Set-Mailbox -Identity "Ben Smith" -AuditEnabled $false
The best answer is suggested above by Vishwanath
Moreover, to get in more details: https://technet.microsoft.com/en-us/library/ff461937%28v=exchg.150%29.aspx
Set-Mailbox -Identity "Ben Smith" -AuditEnabled $false