Behind the PowerShell Pipeline
Archives
Search...
Subscribe
Understanding .NET Enumerations
Premium post · June 15, 2023
I want to continue my introduction to the .NET Framework by discussing enumerations. This is a programming structure that is often used in PowerShell. Most...
.NET for IT Pros
Premium post · June 13, 2023
Not that long ago, I asked for feedback on this newsletter. One of the things I was looking for was content suggestions. I can’t promise I’ll cover...
Creating a PowerShell Weather Command Part 8
Premium post · June 8, 2023
I truly hope you’ve been learning something about developing a PowerShell tool and writing Pester tests. You can easily knock out a quick and dirty script or...
Creating a PowerShell Weather Command Part 7
Premium post · June 6, 2023
After a brief break, let’s return to the weather tool and Pester tests. When we ended last time, we had a function to get a location that could be piped to...
Getting Your Group On
Premium post · May 25, 2023
I thought I’d give you a break from the weather function and Pester test. We’ll pick that series later. In the meantime, I thought I’d dive into one of my...
Creating a PowerShell Weather Command Part 6
Premium post · May 23, 2023
Get-OMLocation
Creating a PowerShell Weather Command Part 5
Premium post · May 18, 2023
Parameter Validation
Creating a PowerShell Weather Command Part 4
Premium post · May 16, 2023
Weather Codes
Creating a PowerShell Weather Command Part 3
Premium post · May 11, 2023
Adding command validation
Feedback Follow-Up
Premium post · May 10, 2023
This is a quick follow-up survey for my premium subscribers only. I’d like to get an idea of the number of articles showing up in your email. I’d also like a...
Creating a PowerShell Weather Command Part 2
Premium post · May 9, 2023
Test-Driven Development
I Need to Hear From You
May 5, 2023
When I started this newsletter, I had some ideas about the type of content I wanted to create. I very much wanted to get into the intangible qualities of...
Creating a PowerShell Weather Command
Premium post · May 4, 2023
Part 1
Parameter Power
Premium post · May 2, 2023
When creating a PowerShell function, you've often heard me say, "Think about who will use it and what are their expectations?" As a corollary, you want to...
Data Files as Script Files
Premium post · April 25, 2023
Last year, I wrote an article about the importance of separating PowerShell code from the data you need to run that code. I still believe this is a critical...
Switch Hitting with PowerShell
Premium post · April 20, 2023
Last time we started diving into using the Switch construct in PowerShell scripting. I think this is an excellent alternative if you need to build a large...
Switching Things Up in PowerShell
Premium post · April 18, 2023
Learning the mechanics and syntax of PowerShell is not that difficult. Anyone can read the documentation for a concept like an IF statement and understand...
Logging with PowerShell Transcripts
Premium post · April 13, 2023
Over the course of the last several articles, we’ve been exploring how to use and manage PowerShell transcript files. Before we move on, I wanted to show you...
PowerShell Transcript Tools
Premium post · April 11, 2023
In the previous article, we looked at PowerShell’s transcription feature. Running Start-Transcript is a terrific way to maintain an audit log or history of...
PowerShell Transcript Techniques
Premium post · April 6, 2023
A helpful PowerShell feature that I don’t think many people take advantage of is transcription. It is very easy to create a text-based log file. The log file...
Newer archives
Older archives