Jeffery Hicks is an IT veteran with over 30 years of experience, much of it spent as an IT infrastructure consultant specializing in Microsoft server technologies with an emphasis on automation and efficiency. He is a multi-year recipient of the Microsoft MVP Award.
Last Update: Sep 04, 2024
Need to search for a string inside a string? Never fear, PowerShell substring is here! In this article, I guide you through how to ditch objects and search inside strings. The PowerShell substring I love being on social media because I always come across something interesting related to PowerShell. Sometimes it is a trick I…
Last Update: Sep 04, 2024
In this article, I will show you how to test network connectivity between two endpoints using the PowerShell Test-Connection cmdlet. PowerShell Test-Connection vs Ping Since the first time computers were networked together, people have had to test their connections. Just like a dial tone that tells you the phone is ready to use, many IT…
Last Update: Sep 04, 2024
Grep (Global Regular Expression Print) is a commonly used Linux command for searching strings of characters in text files. There’s is no such thing as PowerShell grep. But naturally, you can get the same functionality in PowerShell. You’ll just need to use the Select-String cmdlet instead. In this article, I’ll show you how to get…
Last Update: Sep 04, 2024
One of the features that both makes PowerShell so easy to use yet sometimes difficult to learn is its focus on objects. I have taught PowerShell objects to many people over the last 10 years and this is not as difficult as people make it out to be. That is to say, I think many…
Last Update: Sep 04, 2024
PowerShell is an object-oriented shell for Windows, Linux, and macOS. And as such, you will need to understand how to work with PowerShell objects to get the best out of it. In this article, PowerShell expert Jeff Hicks takes you through the different ways you can use the PowerShell Select-Object cmdlet. I think by nature…
Last Update: Sep 04, 2024
Unless you’ve been stuck in a data center server rack, you’ve most likely heard about the next version of PowerShell, referred to as PowerShell Core.
Last Update: Sep 04, 2024
For those of you jumping into PowerShell on Linux, here are 5 things you’ll want to keep in mind.
Last Update: Sep 04, 2024
Jeff Hicks discusses Microsoft releasing the next generation of PowerShell tools as PowerShell 6.0.
Last Update: Sep 04, 2024
Jeff Hicks shares great information about the PSReadline module, which is now a default part of PowerShell.
Last Update: Sep 04, 2024
In this series, Jeff Hicks discusses PowerShell and PSReadline.