Jeff Hicks profile picture

Follow Jeff

Jeff Hicks

Petri Contributor

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.

LATEST

PowerShell

Use a PowerShell Substring to Search Inside a String

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…

View Article
PowerShell

Test Network Connectivity with PowerShell Test-Connection

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…

View Article
PowerShell

How to Use PowerShell Grep: Select-String and RegEx Real World Examples

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…

View Article
PowerShell

Understanding PowerShell Objects

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…

View Article
PowerShell

Using PowerShell Select-Object

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…

View Article

5 Things to Know About PowerShell Core on Windows

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.

View Article

5 Things to Know About PowerShell Core on Linux

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.

View Article

Drilling into PowerShell Core

Last Update: Sep 04, 2024

Jeff Hicks discusses Microsoft releasing the next generation of PowerShell tools as PowerShell 6.0.

View Article

More Efficient PowerShell with PSReadline — Part 6

Last Update: Sep 04, 2024

Jeff Hicks shares great information about the PSReadline module, which is now a default part of PowerShell.

View Article

Let PSReadline Handle PowerShell — Part 5

Last Update: Sep 04, 2024

In this series, Jeff Hicks discusses PowerShell and PSReadline.

View Article
Go to page