Behind the PowerShell Pipeline
Archives
Search
Subscribe
Exposing PowerShell Module Scope
Premium post · May 16, 2024
In the previous article, I demonstrated how to take advantage of the module scope. This is what allows you to have functions and variables available to...
Using Module Scope
Premium post · May 14, 2024
One of the most perplexing topics in PowerShell, especially for beginner scripters is scope. Referencing items like variables and functions that may or may...
More PSReadLine Power
Premium post · May 9, 2024
Last time, I showed you how to customize PSReadLine in your module by taking advantage of examples in the sample PSReadLine profile script. But since this...
PSReadLine Profile Power
Premium post · May 7, 2024
The PSReadLine module is one of the most useful tools we have in PowerShell. You utilize it every day without realizing it. An early version of the module...
Using Synchronized HashTables
Premium post · May 2, 2024
Last month, I introduced you to the topic of creating and using PowerShell runspaces. This is definitely and advanced topic and for those special use cases...
PowerShell Round-Up April 2024
April 30, 2024
Thank you for sticking around for another month. There's always something new to learn. Don't forget that premium subscribers have full access to the archive...
More PowerShell Runspace Fun
Premium post · April 25, 2024
In the last article, we began to explore how to use custom runspaces in our PowerShell scripting. Is still believe that using cmdlets like `Start-Job` and...
Scripting with PowerShell Runspaces
Premium post · April 23, 2024
A great deal of what we do in PowerShell is based on the use of runspaces. These are are configured containers, not in the Docker sense, that allow us to run...
Going Out with a Bang!
Premium post · April 18, 2024
I'm sure you'll agree that PowerShell is a terrific management and automation tool. The concept of passing objects through the pipeline is a powerful feature...
Cross-Platform PowerShell Scripting Tips
Premium post · April 16, 2024
I was at the PowerShell+DevOps Global Summit last week, helping to run the OnRamp program. I was demonstrating a PowerShell example in PowerShell 7 on my...
Defining WPF with XAML
Premium post · April 11, 2024
During our exploration of creating a Windows Presentation Foundation (WPF) PowerShell script, I've been taking a programmatic approach. That is, I've been...
Decorating Your PowerShell WPF Script
Premium post · April 9, 2024
Let's get back to exploring what we can do with Windows Presentation Foundation (WPF) PowerShell scripts. You've seen how to create a simple form using a...
PowerShell Regex Groupies
Premium post · April 4, 2024
Learn how to use regular expression named captures in PowerShell to extract data from log files, and created custom objects for structured data storage.
JSON Serialization Options
Premium post · April 2, 2024
In the previous article in this series, we explored PowerShell serialization. This is the process of converting an object into a format that can be stored or...
PowerShell Potluck - March 2024
March 28, 2024
Month-end recap: PowerShell presentations, Git aliases, Test-Path tips, future plans. Email behind@jdhitsolutions.com for questions.
Serialization Situation
Premium post · March 26, 2024
One of PowerShell's greatest strengths, and one of its greatest challenges, is its object-oriented nature. Once you get your head wrapped around this...
WPF PowerShell Applications
Premium post · March 22, 2024
In the last article, I demonstrated how to use common WPF controls in your script. There is a lot of code to write to create a WPF-based PowerShell script,...
More WPF Controls
Premium post · March 20, 2024
> I want to quickly apologize for the odd email you may have received. I was testing the Buttondown API for creating emails and I accidentally sent the email...
ps test
March 14, 2024
this is a sample document
Stacking Up with WPF
Premium post · March 14, 2024
Let's continue looking at how to create simple Windows Presentation Foundation (WPF) tools in PowerShell. This is a handy way to give users a graphical...
Newer archives
Older archives