Testing in Exchange 2019: Successfully Generated a Self-Signed PFX Certificate for Enhanced Security Testing

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...
Testing in Exchange 2019: Successfully Generated a Self-Signed PFX Certificate for Enhanced Security Testing

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...
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...
Testing in Exchange 2019: Successfully Generated a Self-Signed PFX Certificate for Enhanced Security Testing

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...
Testing in Exchange 2019: Successfully Generated a Self-Signed PFX Certificate for Enhanced Security Testing

Utilizing PowerShell in Exchange 2019 to Identify the Top Email Senders by Displaying Mailboxes with the Highest Activity in a 24-Hour Period

A common question that Senior Management ask Exchange Administrators is, “Please can you tell us who is sending the most emails in a day”. If you are using a 3rd party solution that can run reports for you then you are able to achieve this easily but...