Brien Posey
Blogs, Articles, and Posts
How to Use Microsoft PowerShell Core on Linux Virtual Machines
(techgenix.com)
PowerShell was designed as a Windows management tool, but Microsoft has created cross-platform
By: Brien Posey submitted:Oct 7 2022
PowerShell was designed as a Windows management tool, but Microsoft has created cross-platform
versions of PowerShell. That way, you can use a standard command line interface to manage a variety of system types. This article explains how to install PowerShell on a Linux virtual machine as well as the differences between PowerShell and PowerShell Core.
By: Brien Posey submitted:Oct 7 2022
PowerShell Advanced Functions: Cmdlet Bindings and Parameters
(itprotoday.com)
Part 1 of this series on advanced PowerShell functions introduces the key concepts, including cmdlet
By: Brien Posey submitted:Aug 11 2023
Part 1 of this series on advanced PowerShell functions introduces the key concepts, including cmdlet
bindings and common parameters like ErrorAction.
By: Brien Posey submitted:Aug 11 2023
Taking Your PowerShell Variables to the Next Level
(techgenix.com)
PowerShell allows you to do much more than just declare and use variables. In this article, you'll
By: Brien Posey submitted:Dec 9 2022
PowerShell allows you to do much more than just declare and use variables. In this article, you'll
learn how to create constants and rename variables, taking your PowerShell variable usage to the next level.
By: Brien Posey submitted:Dec 9 2022
What does $_. mean in PowerShell?
(techgenix.com)
If you follow my work on this site, then you know that I write a whole lot of PowerShell-related
By: Brien Posey submitted:Jun 15 2022
If you follow my work on this site, then you know that I write a whole lot of PowerShell-related
content. One of the expressions that I tend to use in my PowerShell scripts on a regular basis is dollar sign underscore dot, (or $_.). Recently, I had someone ask me what those characters meant, and I realized that I have never really taken the time to explain the significance of this series of characters, or why they are used so frequently. So I want to take the opportunity to do that now.
By: Brien Posey submitted:Jun 15 2022
Working with Different PowerShell Wildcard Expressions
(techgenix.com)
In PowerShell, a wildcard can be used to take the place of one or more characters. This is
By: Brien Posey submitted:Dec 16 2022
In PowerShell, a wildcard can be used to take the place of one or more characters. This is
especially useful when working with variables or when manipulating text strings. In this article, I'll discuss some of the many things that you can do with wildcards in PowerShell.
By: Brien Posey submitted:Dec 16 2022