Standard Reader
PowerShell Pocket Blog
intro

PowerShell Pocket Blog

A Posh Little Pocket Blog about PowerShell

@mrpowershell.com0readers8posts8d ago
LatestRecent writing
Events are Easy
Jun 2, 2026
Events are easy. Events let you know when something happened, and respond to it if you choose. Events are incredibly useful.
PowerShellIntro
Mastering Markdown
May 26, 2026
I've loved Markdown since the day it was a Daring Fireball post. It's a simple rich text format that gets the job done, and it's used everywhere. Markdown is supported out of the box on PowerShell 6+, using the ConvertFrom-Markdown command.
PowerShellIntro
Freeform Functions
May 11, 2026
We all yearn for freedom. We want to be free from tyranny. We want to be free to live. We want to be free to do things we enjoy. Some of us yearn to be free of PowerShell's parameter structure.
PowerShellIntro
PowerShell Profiles
May 10, 2026
I've been using PowerShell for a pretty long time, and I have some thoughts on profiles. Let's share some of what I think makes a good profile and a bad profile. The profiles are the script run when a PowerShell launched. Any user can have a profile, and all users can have a profile.
PowerShellIntro
Splatting the GitHub CLI
May 10, 2026
Brevity may be the soul of wit, but I may be bad at it. But let's try to make a quick post about a little daily PowerShell timesaver: splatting the GitHub CLI. I'm going to show you how you can save typing and time with the GitHub CLI.
PowerShellIntro
Static Sites are Simple
Feb 24, 2026
Static Sites are simple. They're just files, and mostly text. Here's a PowerShell one-liner to make a really simple static site: We make static sites with whatever language we want, and we can publish them about anywhere for free.
PowerShellIntro
The PowerShell Wiggum Loop
Feb 1, 2026
One of the best things about PowerShell is that you can interactively explore anything. Long before the Wiggum Loop was a thing, PowerShell let you explore interactively with prompting. Here's how you can embody the spirit of Ralph Wiggum and find your way around PowerShell. All parts of the PowerShell Wiggum Loop are as old as PowerShell itself. To be fair, the Simpsons did it first (1989).
PowerShellIntro
Hello World
Jan 27, 2026
I'm James, and the code above is Hello World in PowerShell. Long ago, I worked on the PowerShell team and helped build a really beautiful and interesting scripting language. In the past couple of decades I've been continuing to explore and grow the capabilities of the language, and have beamed with pride as more and more people have been inspired.
PowerShellHTML
You've reached the end.