Let PSReadline Handle PowerShell — Part 5
by Jeff Hicks
In this series, Jeff Hicks discusses PowerShell and PSReadline.
by Jeff Hicks
In this series, Jeff Hicks discusses PowerShell and PSReadline.
by Jeff Hicks
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.
Learn how to create professional-looking class-based DSC resources in just a few easy steps.
with 1 Comment by Jeff Hicks
Jeff Hicks wraps up his series on XML and PowerShell by walking you through the process of importing complex XML into PowerShell.
by Jeff Hicks
In the seventh installment in this series, Jeff demonstrates how to properly import XML data into PowerShell.
by Jeff Hicks
The fifth installment of this series demonstrates another technique to assemble an XML document from scratch using the .NET Framework.
by Jeff Hicks
In the fourth installment of this series on working with XML in PowerShell, you will learn how to assemble an XML file from a variety of parts.
by Jeff Hicks
Sometimes, you have to take matters into your own hands to create the exact XML format that you need. Learn how to create custom XML in PowerShell.
by Jeff Hicks
I'm having fun with this series and hope you are as well. In my previous article, I introduced you to PowerShell classes and I built a class that I can use with my movie data file. If you are just joining us, you really should take a few minutes to read the previous articles (Making Data… Read More
by Jeff Hicks
PowerShell sensei Jeff Hicks continues his look at working with data in PowerShell and introduces us to classes in PowerShell v5.
with 1 Comment by Jeff Hicks
PowerShell MVP Jeff Hicks demonstrates some additional techniques with PowerShell and shows how easy it is to work with basic data and use the DataTable object.
by Jeff Hicks
Learn some useful tips for using the open source project called Pester with PowerShell, which you can use for testing and more.
by Jeff Hicks
Looking for an Advanced PowerShell HTML HotFix Report script? Jeff Hicks shows you how to make them.
by Jeff Hicks
PowerShell professional Jeff Hicks dives into a tricky string replacement problem and demonstrates some advanced regular expression tricks.
by Jeff Hicks
PowerShell MVP Jeff Hicks demonstrates how to find and remove empty Active Directory organizational units with simple PowerShell scripts.