Behind the PowerShell Pipeline
Archives
Search
Subscribe
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,...
Creating a GitHub Repository Tool
Premium post · October 8, 2024
Not that long ago, I saw something on social media that got me thinking, and as usually happens, one thing leads to another and before I knew it I was heads...
Automatic Traditional Modules
Premium post · October 4, 2024
In the last email, I demonstrated how to use the New-Module command to create a dynamic module. The result was a temporary module that existed only in...
Automatic PowerShell Modules
Premium post · October 1, 2024
In a previous email I demonstrated PowerShell code that generated custom PowerShell functions. This is a clever way to create commands with a very specific...
PowerShell Potluck - September 2024
September 27, 2024
Welcome back to another PowerShell Potluck, and you didn't have to bring a thing, other than a little curiosity and a willingness to try new things. Here's a...
Creating a PowerShell Code Factory
Premium post · September 24, 2024
I am always on the look out for ways to get more done faster and with less effort. Especially when it comes to writing PowerShell code. I have lots of VSCode...
What Is That Thing Called?
Premium post · September 20, 2024
Recently, I was looking at a friend's new module on GitHub. He is by no means a beginner, but hasn't written many modules. He was creating a module based on...
Master Your Environment Part 3
Premium post · September 17, 2024
Note: I am aware that code samples are not respecting HTML tags and rendering some characters with their HTML codes. Buttondown is working on this issue. I...
Master Your Environment Variables
Premium post · September 13, 2024
In the previous email, we started looking at ways to use the [System.Environment] .NET class. Even though the ENV: PSDrive exposes some of the class's...
Master Your Environment
Premium post · September 10, 2024
PowerShell, as its name implies, is a shell. It is an interactive command-line interface to the underlying operating system. PowerShell is designed so that...
Creating Pandoc PowerShell Tools Part 2
Premium post · September 6, 2024
I've been sharing my experiences in building Pandoc-based PowerShell tools. My ultimate goal is to create a tool that will convert a Markdown README file...
Creating Pandoc PowerShell Tools
Premium post · September 4, 2024
One of the things I enjoy about creating a PowerShell-based tool is discovery. When writing code, I will realize that it would be helpful if I could use a...
August 2024 PowerShell Potluck
August 30, 2024
Here we are again at the end of another month. I hope you found this month's content helpful. I am always open to suggestions on topics that you'd like to...
Pandoc, PDFs, and PowerShell
Premium post · August 27, 2024
I hope that you've been intrigued by the possibilities of Pandoc. It's a powerful tool that can help you convert documents between a wide variety of formats....
More Pandoc and PowerShell Possibilities
Premium post · August 23, 2024
Let's pick up where we left off, exploring how to use the pandoc utility to convert markdown files to HTML. In the previous post, we looked at the basics of...
Document Tricks with Pandoc and PowerShell
August 20, 2024
Today's content is a little different. I'm not going to focus on a specific PowerShell topic, but rather something I think of as "PowerShell adjacent." You...
Accelerating Your PowerShell Help Documentation
Premium post · August 16, 2024
If you are creating PowerShell modules, I hope you are creating external help documentation. The easiest way to do this is with the platyPS module which you...
Creating PowerShell Custom Formatting
Premium post · August 13, 2024
We all know the importance of objects in PowerShell. PowerShell works with objects and lets you manipulate them in the pipeline. At the end of the process,...
Location Tricks with PowerShell
Premium post · August 9, 2024
I'm sure it comes as no surprise to you that I spend a lot of time at a PowerShell prompt. I am always looking for ways to minimize the amount of typing I...
Creating ANSI Progress Bars in PowerShell
Premium post · August 7, 2024
Let's wrap up our exploration of ANSI alternatives and look at one last item. In the previous article in this series, I shared some code you could use to...
Newer archives
Older archives