Empower Your Server Security: Utilizing PowerShell to Identify Enabled TLS Versions on Windows Server

Empower Your Server Security: Utilizing PowerShell to Identify Enabled TLS Versions on Windows Server

I was working in my lab and wanted to check which TLS versions were enabled on my various machines. You can check the registry for this but I thought of putting a PowerShell script together to achieve this information. On the first machine, running the script provided...
Empower Your Server Security: Utilizing PowerShell to Identify Enabled TLS Versions on Windows Server

Active Directory:- Find accounts that passwords are set to never expire

If you are running Service Accounts, having them not expire is something many admins want set because some applications stop working that use them if the password keeps changing. Applications such as System Center Configuration Manager (SCCM) or System Center...
Exchange 2019: How to Renew and Update the SSL Certificate for the Exchange Back-End Binding

Exchange 2019: How to Renew and Update the SSL Certificate for the Exchange Back-End Binding

In my previous blog post, we looked at retrieving the IIS bindings for the Exchange Back End. As mentioned, Windows Server 2019 and 2022 core is limited with what you can access from a GUI perspective. I wanted to be able to update the SSL certificate on the Exchange...