Advanced

Creating Advanced Functions in PowerShell

Microsoft PowerShell MVP Jeff Hicks gives us the low-down on creating advanced functions in PowerShell in this detailed tutorial.

Last Update: Apr 17, 2023

LATEST

Extending Objects in Windows PowerShell, Part 1

Last Update: Oct 10, 2022

PowerShell MVP Jeff Hicks shares beginning tips and tricks for getting started with extending objects in Windows PowerShell.

View Article

PowerShell Problem Solver: PowerShell String Parsing with Named Captures and REGEX

Last Update: Aug 11, 2022

PowerShell MVP Jeff Hicks shows us how to achieve PowerShell string parsing with named captures and REGEX.

View Article

Using Conditional Breakpoints in PowerShell Scripts

Last Update: Aug 08, 2022

Understand how to use conditional breakpoints in PowerShell to test and debug different scripts and functions.

View Article
PowerShell

Import Scheduled Tasks with PowerShell

Last Update: Jul 23, 2022

You’ve learned to export scheduled tasks, but what’s next? Learn to import scheduled tasks using PowerShell, SchTasks.exe and Microsoft Management Console.

View Article

PowerShell Problem Solver: Identify Folders with Blocked Inheritance Using PowerShell

Last Update: May 03, 2022

In this PowerShell Problem Solver, Jeff Hicks shows us how to leverage PowerShell to identify, enable, and reset folders with blocked inheritance.

View Article

Testing URIs and URLs with PowerShell

Last Update: Apr 21, 2022

Learn how to test URIs and URLs with PowerShell in this how-to article by Windows PowerShell Microsoft MVP Jeff Hicks.

View Article

How to Copy Files with PowerShell Remoting

Last Update: Apr 21, 2022

Jeff Hicks shares tips for copying files between computers with PowerShell remoting, as an alternative to the common system administrator task.

View Article

Let PSReadline Handle PowerShell — Part 5

In this series, Jeff Hicks discusses PowerShell and PSReadline.

View Article

Let PSReadLine Handle PowerShell — Part 4

PSReadline can take advantage of something called a key handler. You have already seen some of them in action like the Up and Down arrow keys.

View Article
Go to page