July 2017
Intermediate to advanced
648 pages
31h 9m
English
The Exchange Management Shell provides many troubleshooting cmdlets that use the verb Test. By default, these cmdlets are not audited because they can generate a significant amount of data in a short amount of time. If you need to enable logging of the Test-* cmdlets, use the Set-AdminAuditLogConfig cmdlet:
Set-AdminAuditLogConfig -TestCmdletLoggingEnabled $True
It is recommended that you only leave test cmdlet logging enabled for short periods of time. Once you are done, you can disable the setting by setting the value back to False:
Set-AdminAuditLogConfig -TestCmdletLoggingEnabled $False
You might have noticed the -LogLevel parameter in the initial screenshot. This parameter specifies whether additional properties are ...
Read now
Unlock full access