PowerShell

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:- Retrieving binding information from IIS with PowerShell

Exchange 2019:- Add an Accepted Domain with PowerShell

I put together a simple script that will add an Accepted Domain in Exchange 2019 from the Exchange Management Shell (EMS) instead of using the GUI. The script does require manual input of the following fields: DomainName - This is the domain you want to add to...