While debugging PowerShell code outside of Visual Studio Code, it's always difficult to keep drilling down into all the Properties with nested objects inside of them, etc. With DumPS, this is a lot easier. In this blog post, I will show you how it works.
Month: July 2026
Microsoft PowerShell MVP 2026-2027!
Yesterday, it was that time of the year again... The annual review for all MVPs and... I got that special email again, extended for another year! In this small blog post, I want to thank a few people and all you readers!
Using ErrorAction in PowerShell
The ErrorAction Parameter for PowerShell cmdlets is very helpful for... Handling errors 🙂 In this blog post, I will show you the different options it offers and which to use when.
Using the PowerShell Webserver Module
Ever needed to start a web server without installing IIS or a similar web server? Then the Webserver PowerShell Module could be something for you 🙂 In this blog post, I will show you how it works.