2 x Microsoft MVP | #PowerShell Evangelist | Living apart together with @Eve_023 | Consultant | *Core | Google Pixel | #Espresso | https://linktr.ee/HarmVeenstra
Harm Veenstra
Loading...
Microsoft released Coreutils for Windows at the beginning of this month, command-line tools that are native to Linux, macOS, and WSL. In this blog post, I will show you how they work and if you can use them with PowerShell, too :-)
#PowerShell #Coreutils
powershellisfun.com/2026/06/11/p...
powershellisfun.com
Microsoft released Coreutils for Windows at the beginning of this month, command-line tools that are native to Linux, macOS, and WSL. In this blog post, I will show you how they work and if you can…
Giving PowerShell scripts to people often results in questions like, “How do I start this?” or “I ran this, but nothing happens…” In this blog post, I will show you how to create an executable of a script and its limitations.
#PowerShell #PS2Exe
powershellisfun.com/2026/05/22/c...
Thanks @ExpertsExchange ❤️ #Swag
Still one of my favorite certifications, extended it for another year :-)
#Microsoft #KeepOnLearning
I attended my third PSConfEU event, this time it was in Wiesbaden (Germany). In this long blog post, I will recap the week, the sessions, the event, the people I met, and everything else surrounding it.
#Microsoft #PowerShell #PSConfEU
powershellisfun.com/2026/05/31/p...
In scripts, I often use Methods to perform actions or retrieve information. In this small blog post, I will show you how to discover and use them 🙂
#PowerShell #Methods
powershellisfun.com/2026/05/15/p...
Just checked in and got my badge for this year's PSConfEU event! Thanks InSpark | Innovate to Accelerate for making this possible, such a great community event!
#Microsoft #PowerShell #Community #PSConfEU
Sometimes updating isn't the right time... Connect-ExchangeOnline doesn't work anymore after updating my MacBook to 26.5.0...
#PowerShell #ExchangeOnlineManagement
Giving PowerShell scripts to people often results in questions like, “How do I start this?” or “I ran this, but nothing happens…” (When sending a script that contained…
I attended my third PSConfEU event, this time it was in Wiesbaden (Germany). In this long blog post, I will recap the week, the sessions, the event, the people I met, and everything else surroundin…
Had a talk with a colleague about whether to use IsPresent or PSBoundParameters to validate if a Switch or Parameter was used in a Script or Function. In this blog, I will explain what they do and how you can use both.
#PowerShell #Validating
powershellisfun.com/2026/05/29/u...
The Get-Help Cmdlet is great for showing information about Cmdlets, but there are also the About Topics with conceptual help to better help you understand how PowerShell works. In this small blog post, I will show you how to query and use them.
#PowerShell #Help
powershellisfun.com/2026/05/08/u...
Had a talk with a colleague about whether to use IsPresent or PSBoundParameters to validate if a Switch or Parameter was used in a Script or Function. In this blog, I will explain what they do and …
The Get-Help Cmdlet is great for showing information about Cmdlets, but there are also the About Topics with conceptual help to better help you understand how PowerShell works. In this small blog p…