Take a look at this.
Hi,
You can use the following cmdlet to enable the mailbox audit logging for a mailbox in Exchange 2010 server.
Set-Mailbox -Identity xxx -AuditEnabled $true
For your reference:
Enable or Disable Mailbox Audit Logging for a Mailbox
https://technet.microsoft.com/en-us/library/ff461937(v=exchg.141).aspx
Hope this can be helpful to you.
Best regards,
when i run command i get unknown command or path?
Set-Mailbox -Identity xxx -AuditEnabled $true
running in powershell is that correct?
Set-Mailbox -Identity xxx -AuditEnabled $true
running in powershell is that correct?
Use EM Shell, not "plain" Powershell..
https://technet.microsoft.com/en-us/library/dd638134(v=exchg.141).aspx
Hi,
The above cmdlet I provided should be run in Exchange Management Shell.
Is there any update with your issue?
Best regards,