PowerShell for Admins Tips and Tricks Tools

Basic Exchange Monitoring

Matt Laird
2 min read
Share:

Hello Powershell.org!  This is the first time I’ve posted for anyone outside of my own powershell blog site PowerShellMasters.com and I just want to thank PowerShell.org for everything they do for our community.  I think most of you would agree that this site is one of the best PowerShell sites out there today and I am grateful for the opportunity to reach so many PowerShell people.  OK enough with the touchy-feely stuff. 🙂

If you’ve been a Sys Admin for any extended time then you’ve probably had your fair share of run-ins with Exchange.  Whether you are a full-time Exchange Admin or just doing it as part of your “other duties” I think we all know you have to keep an eye on this system or it can get away from you!  

Now there are dozens of monitoring solution out there that can help us monitor our Exchange environments and the are great especially in detailed reports.  But who has time to pour over screen after screen of stats?  I wrote the script Exchange_Basic_Monitor.ps1 because I wanted a simple one-page report to check each morning when I get to the office.  There’s nothing fancy or overly complicated about this script, but it will definitely let you know where you stand with your Exchange environment.  If you want to read more about this script just follow the link below.  When you are done make sure to come back and check out some more of PowerShell.org’s site.

Exchange 2013: Basic Monitoring

Like I said I’m pretty new to this whole blogging thing, but so far it’s been really fun (and a little theraputic too!).  If you have some comments, questions or advice I’m happy to hear it.  Thanks for reading and I hope everyone likes the article.

Thanks

Matt

Related Articles

Dec 16, 2020

Media Sync: Organize Your Photos and Videos with PowerShell

Do you have photos and videos that you have taken over the years that are scattered all over the place? Do you want to have all your photos and videos organized? Do you want all your photos and videos to have a standardized naming scheme? If you answered YES to these questions, then this is the post for you. In this post, I will provide you with the PowerShell code and examples for how to use the Media Sync script.

Aug 31, 2020

NetNeighbor Watch: The PowerShell Alternative To Arpwatch

In this post, we are going to setup NetNeighbor Watch on a Raspberry Pi. NetNeighbor Watch can keep an eye on your network and send you an email when a new host is discovered. NetNeighbor Watch is done completely in PowerShell. The results are very similar to those of arpwatch. NetNeighbor Watch is for anyone that wants more visibility into the wireless or wired devices on their network. We will also setup a weekly email report with all of the known hosts on your network.

Jun 17, 2020

Simple PowerShell GUI

Over the years, I have supported and created multiple types of GUIs. I finally decided a few years ago to create a very simple menu driven PowerShell GUI. I wanted something that was very powerful yet very simple to maintain. I really enjoy automating manual administrative tasks, so that is what drove this project in the first place. Before I created the menu driven PowerShell GUI, I had directories and directories of very specific scripts to do specific tasks.