My first post was in April 2022, 4 years later, I'm at 250 posts 🙂 In this blog post, I want to look back and thank all the people I met since then who helped me, left comments, or contributed to my scripts.
Month: April 2026
Check mail records using the DomainHealthChecker PowerShell Module
Verifying DNS records for Exchange Online is something that I do for migrations or security scans. I wrote a function for that in the past, but the DomainHealthChecker module is pretty extensive! In this small blog post, I will show you how to use it.
PowerShell MSI Package Deprecation starting with the new preview updates (v7.7 Preview 1)
PowerShell always had an MSI package that you could download and distribute yourself to install and update, starting with Preview 1 of v7.7, which has changed to MSIX. In this short blog post, I will explain what this means.
Check PowerShell Scripts for deprecated Azure AD or MSOnline Cmdlets
You might have read it a few times… The Azure AD and MSOnline PowerShell modules are deprecated, and scripts that use Cmdlets from these modules should be updated to use Microsoft Graph Cmdlets. In this blog post, I will show you a script to scan for them and also which replacement Cmdlets you should use instead.