High Class PowerShell: Objects and Classes in PowerShell

preview_player
Показать описание
Presented on April 6, 2016 by Robert Cain, SQL Server MVP
In this session we will focus on the ability to create custom objects in PowerShell, covering PowerShell versions 3 to 5. We'll then look at the new Class and Enum types included with PowerShell 5, and how to incorporate classes into your own modules.

This session is for people already familiar with PowerShell and are wanting to take their skills to the advanced level by learning how to create their own objects and classes.
Комментарии
Автор

It was created 8 years back and i'm watching now, this is excellent. Although I'm a Senior PowerShell developer with several years of experience, the way he taught was just fantastic.

sakthipro_YT
Автор

Best explanation of objects and classes in PowerShell. Well done.

uxus-ohqk
Автор

Thanks a lot! I was looking for quite a while before finding this. It demonstrated exactly what I wanted to know :)

spragucm
Автор

Really like the style of this, picked up a few tricks I didn't have already (though I did watch it on 2x because gotta go fast.)

hamsandwich
Автор

I just cant get $myObject = Create-Object -Schema 'MySchema' -Table 'MyTable' -Comment 'MyComment' to work

razadaza
Автор

cancel my last comment. I was trying it on a test PC that I had WMF 5 or powershell v5

razadaza