How to Monitor Windows Events in Real-Time Using PowerShell
For the trusted readers of my blog 😉 yes, this is another event driven architecture topic! And this time we’ll be diving into WMI Events with PowerShell! PowerShell is more…
For the trusted readers of my blog 😉 yes, this is another event driven architecture topic! And this time we’ll be diving into WMI Events with PowerShell! PowerShell is more…
PowerShell is an object-oriented scripting language, which means it processes code from top to bottom, right? Well, think again! PowerShell is a nice combination of .NET and some low end…
This is not the first time I’ll be writing about event-driven architecture, nor will it probably be the last time 😊. I was checking my previous blog posts about event-driven…
If you have been following my blogs for a while, you already know that I have a special place in my heart for event-driven architecture. There is just something elegant…
Many Azure resources support the configuration of managed identities which help you grant permissions to your resource(s). For instance, you need to grant your WebApp permissions to KeyVault to get…
Azure Functions can be of great benefit to your automation flows! They can get data and perform business logic on request. They can even connect to your on-premises environment on…
If I need to address right now a type of technology which really makes me happy it would be ‘event driven architecture’. For me this is a real game changer…