The following issues have been detected when trying to configure Exchange Server Administrator Audit Logging settings: Parameter 'AdminAuditLogParameters' of cmdlet 'Set-AdminAuditLogConfig' must be set to '*'
Issue
You receive the follow error:
The following issues have been detected when trying to configure Exchange Server Administrator Audit Logging settings: Parameter 'AdminAuditLogParameters' of cmdlet 'Set-AdminAuditLogConfig' must be set to '*'
The AdminAuditLogParameter needs to be set to *
Resolution
- Run the following command within your Exchange PowerShell environment:
Set-AdminAuditLogConfig -AdminAuditLogEnabled $true -AdminAuditLogAgeLimit 30 -AdminAuditLogCmdlets * -AdminAuditLogParameters *