Exchange 2019:- Installing a new SSL Certificate using PowerShell

Exchange 2019:- Installing a new SSL Certificate using PowerShell

In my previous blog post, we looked at creating a self signed certificate using PowerShell (3x Liner). The certificate obviously is not what a professional cert is, one thing missing is the “Friendly Name” which can be changed in the MMC and certificates...
Exchange 2019:- Installing a new SSL Certificate using PowerShell

Exchange 2019:- Display information about your Send Connector in PowerShell

As an Exchange Admin, we work with various connectors such as Receive and Send connectors and once you set them up, especially in the Exchange Admin Center (EAC), not all information is visible and you need to use PowerShell to get other information. To open up the...
Exchange 2019:- Installing a new SSL Certificate using PowerShell

Exchange 2019:- Viewing all mailboxes that have SendOnBehalfRights in PowerShell

In my lab, I was wanting to see which mailboxes had Send On Behalf Permissions assigned and instead of going through each mailbox and looking at the delegation tab in the Exchange Admin Center (EAC), I put together a script to get this information for me. The script...
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...