PowerShell 29 February 2020 It's Likely We're Living in a PSSession PowerShell remoting is a truly powerful tool, but sometimes your scripts need a little help finding their way. How can you tell when you're in a PSSession and what info is available about the session itself?
PowerShell 9 January 2020 PowerShell's Secret Wildcard It's funny how you can be a daily PowerShell user for years and completely miss something about a feature you regularly use... such as the "like" operators accepting more than two different wildcards.
Nugget 5 October 2019 Quick Ternary Operator Revisit: Can It Elseif? I was thinking about the new Ternary Operator and had a random thought... can it handle elseif logic?
Meta 30 September 2019 Roll Your Sleeves Up, It's Hacktoberfest Time! I'm gearing up for my fourth Hacktoberfest event, and so should you. You could even come away from this month with a fancy new t-shirt!
PowerShell 14 February 2019 RSAT as a Feature: I Thought I Was Going to Love It, Until I Saw It in Action I'm a little late to this particular party, but I only just had the 1809 update on my workstation today.
PowerShell 24 August 2018 Pre-Migration Housekeeping: Finding Orphaned Shared Mailboxes Time for a bit of Exchange flavoured spring cleaning? Let's find some un-needed shared mailboxes!
PowerShell 30 June 2018 PS Scheduled Jobs: Exploring Your Options We've been looking into PowerShell Scheduled Jobs lately, today let's have a quick look at the "options" available to us.
PowerShell 28 May 2018 Downloading an Image for Local Use This has been sitting as an open issue on the project for a long time and given how quick of a fix it was I'm disappointed that I didn't get to it sooner.
PowerShell 19 April 2018 All I Want Is a Damned CSV! CSVs are pretty handy, right? And there is a cmdlet that'll handle this for you!
PowerShell 6 November 2017 Avoiding DateTime Headaches Sometimes PowerShell just throws the system culture out the window and assumes that you meant to supply the date in the American style.