Lesson series: PowerShell Classes

You can also find this series in our PowerShell playlist at our YouTube channel!

Sign up for our Newsletter
Twitter: https://twitter.com/HeyMinionWare
Linkedin: https://www.linkedin.com/company/minionware/

Powershell Classes: Part 1 – Let’s begin

Ever want to create your own classes in PowerShell? Ever wonder what a class is? Here I’m teaching a live session that explains what classes are, and the basics of creating classes.

Powershell Classes: Part 2 – Properties and Help

Here I’m continuing my live class in writing classes in PowerShell. We go over adding some useful properties and developing a help system.

Powershell Classes: Part 3 – Hidden classes and Fire hazards

In this lesson, we start by going over homework and then get into hidden classes and creating a fire hazard in our code.

Powershell Classes: Part 4 – Inheritance

Here we’re talking about inheritance in Powershell and what it’s for. We go through a real example of how and where to use inheritance.

Powershell Classes: Part 5 – Inheritance, continued


Here we finish up the discussion on inheritance and we fix the problem from the previous lesson. We talk about the difference between USING MODULE and IMPORT-MODULE.

Powershell Classes: Part 6 – Static Properties

Here we’re solving problems with static class properties and methods.