Behind the PowerShell Pipeline
Archives
Search
Subscribe
Creating GitHub Extension PowerShell Tools
Premium post · December 20, 2024
In the last newsletter, I introduced you to extensions in the gh.exe command-line tool for managing GitHub. I showed you some PowerShell code I had written...
Extending the GitHub CLI
Premium post · December 17, 2024
I know I've mentioned the GitHub command line tool, gh.exe, in the past. This is a great tool for working with GitHub repositories from the command line. I...
Taking It Apart with PowerShell
Premium post · December 13, 2024
In the last issue, I explored techniques and concepts for putting things together with PowerShell. This time, I'm going to take things apart. There's nothing...
Putting It Together in PowerShell
Premium post · December 10, 2024
It should come as no surprise that we often use PowerShell to build things, and I mean more than custom object output. We often need to build strings,...
Learning How to Learn
Premium post · December 6, 2024
Photo by Kaushal Moradiya: https://www.pexels.com I have always valued the importance of learning how to learn or how to teach yourself. This concept is much...
Super Size Your Snippets
Premium post · December 3, 2024
Today I want to return to a topic I've covered, at least briefly, in the past and that is taking advantage of snippets in Visual Studio Code. The PowerShell...
November 2024 PowerShell Potluck
November 29, 2024
I'm back with another PowerShell Potluck! This month, I have a variety of topics to share with you. I have a new module for working with Bluesky, a new...
October 2024 Scripting Challenge Solution
Premium post · November 26, 2024
Last month I left you with a PowerShell scripting challenge. I hope you take the time to at least begin working on a solution. I believe that the best way to...
Dynamic Parameter Validation - Part 2
Premium post · November 22, 2024
Last time I demonstrated a technique you can use in PowerShell 7 as an alternative to the static [ValidateSet()] parameter validation attribute. There is an...
Dynamic Parameter Validation
Premium post · November 19, 2024
I want to continue exploring parameter validation with a new technique introduced in PowerShell 7. If you are still on Windows PowerShell, don't run away....
PowerShell Parameter Validation Part 2
Premium post · November 15, 2024
Let's continue exploring the world of parameter validation in your PowerShell scripts and functions. As I mentioned in the previous article, you can't make...
PowerShell Parameter Validation
Premium post · November 12, 2024
I've mentioned before that I'm an old-school IT Pro and scripter. I used to worry about my scripts failing halfway through because of bad data or values....
Tool Time - WiFi Info
Premium post · November 8, 2024
I want to continue the introduction of a new set of PowerShell tools I've been working on. Today's tool was developed to solve a problem I had, although the...
A Registry Scripting Challenge Solution
November 5, 2024
In the September 2024 round-up, I gave you a PowerShell scripting challenge. The best way to learn PowerShell and improve your skills is to do it. The...
October 2024 PowerShell Potluck
October 30, 2024
Here we are once again at the end of another month. I hope the content this month has been helpful and informative. If you are not a premium subscriber, I...
New Tools - File and Folder Archiver
Premium post · October 25, 2024
Let's continue with recent additions to my PowerShell toolbox. Another recurring task is that I often want to create a ZIP file of selected files from a...
Tool Time - Clipboard History
Premium post · October 22, 2024
A reminder that all previous articles can be found in the online archive. Premium subscribers have full access. As I've worked with PowerShell over the...
Creating a GitHub Repository Tool - Part 4
Premium post · October 18, 2024
I've come a long way with the project and the end is in sight. Hopefully, we can wrap up building my GitHub repository tool today. At this point, I have a...
Creating a GitHub Repository Tool - Part 3
Premium post · October 15, 2024
We've come pretty far in building a PowerShell tool around a command-line utility. The fact that gh.exe can output JSON makes all the difference in the...
Creating a GitHub Repository Tool - Part 2
Premium post · October 11, 2024
I've been sharing my experiences and work process in building a PowerShell tool to manage my GitHub repositories. Instead of fussing with the GitHub API,...
Newer archives
Older archives