PowerShell Debugging, Breaking on the fly!
Nope, this isn’t a blog about time travel, quantum physics, or Doctor Strange bending reality… But we are going to mess with the fabric of your PowerShell universe today! 😉…
Nope, this isn’t a blog about time travel, quantum physics, or Doctor Strange bending reality… But we are going to mess with the fabric of your PowerShell universe today! 😉…
Lately I’ve been focussing a lot on PowerShell related blogs and topics, so I thought it would be a good moment to go back to some Azure stuff again (and…
Yeah this ain’t no blog about Harry Potter (don’t even know if the title matches with a corresponding Harry Potter ‘spell’), but we are going to talk about some magic…
Yeah, we all know this right “STOP DOING THIS”, “STOP DOING THAT!” Yeah… that’s nice, but now what?! When you are already in the PowerShell field for some time and…
After a long period of time, only writing about event-driven topics, I thought it was time for something else. Let’s dive into something that isn’t very well-known by a lot…
Yes, to those loyal readers of my blogs, this is AEDB (Another Event Driven Blog 😆). Am I getting tired already of writing about event-driven architecture stuff? Hell no! As…
Imagine sitting by a campfire, watching the flames dance and crackle. Meanwhile, you don’t want to leave because the action is happening in real time. That’s exactly what Get-Content -Wait…
You know that moment when your script runs perfectly during testing, but then mysteriously breaks in production and you have NO idea what happened? Or when someone asks “what exactly…
Every PowerShell function has a little secret. When you call it with parameters, it quietly writes them down on a notepad before running the code. Most of the time we…
I’m excited to announce the release of AzPolicyCompare, a PowerShell module I’ve developed to help Azure professionals compare Azure Policy Initiatives with ease. Managing and aligning policies across multiple initiatives…