Exchange 2016 PowerShell

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

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

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

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

PowerShell:- Get the DNS server IP’s on all Exchange Servers

PowerShell:- Keeping my session alive with keyboard strokes

When running installations, some systems are set to lock after a certain period of inactivity even though the installation is running in the background. Recently I was testing CIS Group Policy policies and my labs kept locking and it becomes frustrating to keep having...