//
sign in
Profile
by @danabra.mov
Profile
by @dansshadow.bsky.social
Profile
by @jimpick.com
AviHandle
by @danabra.mov
AviHandle
by @dansshadow.bsky.social
AviHandle
by @katherine.computer
EventsList
by @katherine.computer
ProfileHeader
by @dansshadow.bsky.social
ProfileHeader
by @danabra.mov
ProfileMedia
by @danabra.mov
ProfilePlays
by @danabra.mov
ProfilePosts
by @danabra.mov
ProfilePosts
by @dansshadow.bsky.social
ProfileReplies
by @danabra.mov
Record
by @atsui.org
Skircle
by @danabra.mov
StreamPlacePlaylist
by @katherine.computer
+ new component
ProfilePosts









Loading...
Still one of my favorite certifications, extended it for another year :-) #Microsoft #KeepOnLearning
Thanks @ExpertsExchange ❤️ #Swag
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...
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...
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
21d
26d
19d
6d
17d
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...
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...
13d
1mo
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…
powershellisfun.com
powershellisfun.com
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…
PowerShell is fun :)PSConfEU 2026
PowerShell is fun :)Using Get-Help About_ in PowerShell
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...
1mo
Harm Veenstra
Harm Veenstra
Harm Veenstra
Harm Veenstra
Harm Veenstra
Harm Veenstra
Harm Veenstra
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...
Harm Veenstra
Sometimes updating isn't the right time... Connect-ExchangeOnline doesn't work anymore after updating my MacBook to 26.5.0... #PowerShell #ExchangeOnlineManagement
26d
1mo
Harm Veenstra
Harm Veenstra
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…
powershellisfun.com
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 …
powershellisfun.com
PowerShell is fun :)PowerShell and the new Coreutils for Windows
PowerShell is fun :)Using PSBoundParameters or IsPresent when checking PowerShell Switch or Parameters usage
In scripts, I often use Methods to perform actions or retrieve information. In this blog post, I will show you how to discover and use them :-)
powershellisfun.com
PowerShell is fun :)PowerShell Methods
powershellisfun.com
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…
PowerShell is fun :)Create executables of PowerShell scripts