My second MVP Summit took place in the week of March 23, 2026. Such a great event with all the MVPs from all around the world. In this blog post, I will show some highlights, pictures, and share information where it's not NDA 😉
Category: Social
Dutch PowerShell User Group Virtual Event December 3rd, 2025
DuPSUG had another Meetup event scheduled, which was changed from in-person to virtual on December 3rd, where I gave a session on how to code PowerShell scripts from anywhere. 🙂 In this blog post, I will highlight a few key points from the session.
It’s almost Scriptember!
I'm happy to announce that I will be part of Scriptember! It's a new event dedicated to celebrating PowerShell and the incredible community that surrounds it! In this blog post, I will give details about it!
Recent podcasts I was a guest on
I listen to podcasts often, but I also view a lot on YouTube or other channels... But being in one, that's something else 🙂 In this blog post, I will post the ones I was in this year. They are all PowerShell related, but I guess you already knew that 😀
Toot on Mastodon using API and PowerShell
I wrote blog posts about how to use an API for Slack and Twitter messages, but... Mastodon is also there now, and I thought... Ok, can I Toot in Mastodon using PowerShell? This blog post will show you how 😉
Create a Tweet on Twitter using PowerShell
In an earlier post about Slack, I showed you how to create a message there, but I also use Twitter a lot (I even met my girlfriend because of that!). In this blog post, I will show you how to create a Tweet using PowerShell 🙂
Create Slack messages using PowerShell
If you're a Slack user like myself, you can use PowerShell to send messages to your Slack channel. This is very useful for scripts that run during the day on which you want to receive information. This is done using the Invoke-Webrequest method, and in this blog post, I will show you how you can use it in your scripts.