Showing results for Classes - Scripting Blog [archived]

Sep 8, 2015
0
0

Adding Methods to PowerShell 5 Classes—The Video

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, presents a video about adding methods to Windows PowerShell 5 classes in Windows 10.Microsoft Scripting Guy, Ed Wilson, is here. Today I am presenting a video where I talk about adding methods to Windows PowerShell 5.0 classes in Windows 10. To be honest, a class with no methods does not do too much...

Scripting Guy!Windows PowerShellPowershell 5
Sep 7, 2015
0
0

Create PowerShell 5 Classes with Enums—The Video

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, presents a video about creating Windows PowerShell 5.0 classes by using enums in Windows 10.Microsoft Scripting Guy, Ed Wilson, is here. Today, I continue my video series about creating classes. I create a couple of enums and use them as types for my properties of the Car class.Note  For more inform...

Scripting Guy!Windows PowerShellPowershell 5
Sep 6, 2015
0
0

Weekend Scripter: Create a Simple PowerShell 5 Class—The Video

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, presents a video about adding members to Windows PowerShell 5.0 classes in Windows 10.Microsoft Scripting Guy, Ed Wilson, is here. Today I want to present a video I made that illustrates how to create a simple Windows PowerShell 5.0 class. In the video, I cover using the Class and Static keywor...

Scripting Guy!Windows PowerShellscripting techniques
Sep 5, 2015
0
0

Weekend Scripter: Introduction to PowerShell 5 classes—The Video

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, presents a video to introduce Windows PowerShell 5 classes in Windows 10.Microsoft Scripting Guy, Ed Wilson, is here. It is a wonderful morning here in central Florida. The sun is already shining, and I am thinking about heading out to take some cool nature pictures. The land around here is quite impress...

Scripting Guy!Windows PowerShellscripting techniques
Sep 4, 2015
0
0

Adding Methods to a PowerShell 5 Class

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about adding methods to a Windows PowerShell 5.0 class in Windows 10. Microsoft Scripting Guy, Ed Wilson, is here. Having a bunch of properties, although cool, is in the end, rather unsatisfying. I remember trying to teach VBScript and WMI in the old days. Although it was possible to glean lots of ...

Scripting Guy!Windows PowerShellscripting techniques