Active Directory Microsoft Entra PowerShell Security

Incorrect version of TLS – Installing the latest Azure AD connect

While you trying to install the latest Azure AD connect you might get the below error. This is because the latest version is required to have TLS 1.2 to provide secure communication. How to solve this? By applying few registry keys we can enable TLS 1.2 on our server. Enable TLS 1.2 [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319] “SystemDefaultTlsVersions”=dword:00000001 “SchUseStrongCrypto”=dword:0000001

Microsoft Troubleshooting

Windows Domain environment time sync

Windows domain time synchronization is critical in any Active Directory environment. However, you may notice that different servers and client machines show different times. As a result, systems become inconsistent and may cause issues with authentication and services. In many cases, servers and clients use different time sources. For example, physical machines may rely on

Scroll to Top
×