Search-AdminAuditLog: TLS 1.0 and TLS 1.1

Exchange Server is a software that is used very frequently worldwide and continues to be developed by Microsoft. Due to organizational policies and legal regulations that must be followed, monitoring or “Audit” functionality plays an important role.

Audit operations performed by Exchange Server itself Search-AdminAuditLog If our Exchange Server environment is in a DAG structure, the configurations of each server that is JOINed in the DAG must be the same.

Exchange Server Search the Administrator audit log Error

If your Exchange Server environment is also large and the TLS versions of the Exchange servers are not equal, you may receive an error when using the Search-AdminAuditLog parameter.

The attempt to search the administrator audit log failed. Please try again later.

The relevant error occurs because the TLS versions in your environment are not equal or because you did not force the use of TLS 1.2.

How to Fix Search-AdminAuditLog Error

You can use the steps below to resolve the error you receive when using the Search-AdminAuditLog parameter in Exchange Server.

To solve the error .NET Framework üzerinde TLS 1.2It is necessary to force the default use of . You can make these adjustments by following the steps I have given below and restart your system to make the changes take effect.

To configure the use of TLS 1.2 on Exchange Server, you can run the PowerShell Script from the link below.

Exchange Server TLS Configuration – Cengiz YILMAZ

TLS 1.2 Configuration Steps:

  1. Start Menu'Why runOpen or Windows + R use key combination.
  2. In the Run box regedit type and Enter Press the key to open the Registry Editor and make the necessary changes by following the parameters below.
[HKEY_LOCAL_MACHINESOFTWAREWOW6432NodeMicrosoft.NETFrameworkv2.0.50727]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001

[HKEY_LOCAL_MACHINESOFTWAREWOW6432NodeMicrosoft.NETFrameworkv4.0.30319]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001

[HKEY_LOCAL_MACHINESOFTWAREMicrosoft.NETFrameworkv2.0.50727]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001

[HKEY_LOCAL_MACHINESOFTWAREMicrosoft.NETFrameworkv4.0.30319]
"SystemDefaultTlsVersions"=dword:00000001
"SchUseStrongCrypto"=dword:00000001


Similar Posts – Search-AdminAuditLog: TLS 1.0 and TLS 1.1

Comment