Hi @Jon Mercer ,
You could for example create a PowerShell script that checks the TLS registry entry mentioned in the following documentation:
https://learn.microsoft.com/en-us/windows-server/security/tls/tls-registry-settings
The run the script against all of your servers.
You'll also find the default TLS & SSL settings on different Windows operating systems over here:
https://learn.microsoft.com/en-us/windows/win32/secauthn/protocols-in-tls-ssl--schannel-ssp-
Another easy way to check these settings is by using the free tool from Nartac:
https://www.nartac.com/Products/IISCrypto/
Here's more information regarding the email you've received:
There is also a document from Microsoft which presents guidance on rapidly identifying and removing TLS 1.0 dependencies in software built on top of Microsoft operating systems, you'll find the guidance over here: Solving the TLS 1.0 Problem
----------
If the reply was helpful please don't forget to upvote
and/or accept as answer
, thank you!
Best regards,
Leon