email audit
looking for the command to enable email audit on small business server 2011 & exchange 2010?
March 11th, 2015 12:15pm

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,

March 12th, 2015 2:20am

I find a good PDF in technet gallery that seems to be a good start-up for you. It covers all the required aspects to enable the auditing features in exchange 2010 and track every critical changes into real time : https://gallery.technet.microsoft.com/Enabling-Exchange-2010-368786d3
Free Windows Admin Tool Kit Click here and download it now
March 12th, 2015 5:31am

when i run command i get unknown command or path?


March 12th, 2015 10:35pm

which command are you running?
Free Windows Admin Tool Kit Click here and download it now
March 13th, 2015 8:46am

Set-Mailbox -Identity xxx -AuditEnabled $true

running in powershell is that correct?

March 14th, 2015 12:21am

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

Free Windows Admin Tool Kit Click here and download it now
March 14th, 2015 6:32am

Hi,

The above cmdlet I provided should be run in Exchange Management Shell.

Is there any update with your issue?

Best regards,

March 15th, 2015 10:38pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics