Test M365 Connectivity

Before we can automate a script and just having it fail, I wrote a script that will allow you to test connectivity to M365 Services. This way we can report out that we are not connected instead of the script failing and leaving us to figure out why it failed. The script can be found […]

GPO Backup Script

In my previous positions I have had to manage AD for a large enterprises and small businesses. I needed a tool to be able to track the changes from day to day as well as notify user(s) of the changes in the past 24 hours, send a list of the changed GPO(s), and automatically create […]

PowerShell Module Update Comparison

As I am working on a large script I need to be able to keep track on PowerShell module(s) version changes and new modules installed. I could not find one so I created a quick little script to output the current PowerShell Module(s) installed and the version information. The next time you run the script […]