Exchange 2019 PowerShell

Simplify your Exchange 2019 task:- Quickly copy your SSL certificates or executables to multiple servers using a script

Simplify your Exchange 2019 task:- Quickly copy your SSL certificates or executables to multiple servers using a script

As an Exchange Administrator, working with many Exchange Servers is not uncommon but when you have to deal with copying the latest Security Update (SU), Cumulative Update (CU) or updated SSL Certificates, it can be a tedious task to do it all manually. Luckily we have...

Simplify your Exchange 2019 task:- Quickly copy your SSL certificates or executables to multiple servers using a script

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 snapin. I...

Simplify your Exchange 2019 task:- Quickly copy your SSL certificates or executables to multiple servers using a script

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...

Simplify your Exchange 2019 task:- Quickly copy your SSL certificates or executables to multiple servers using a script

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...

Simplify your Exchange 2019 task:- Quickly copy your SSL certificates or executables to multiple servers using a script

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...

Simplify your Exchange 2019 task:- Quickly copy your SSL certificates or executables to multiple servers using a script

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 PowerShell can do...