Showing tag results for scripting techniques

Sep 14, 2015
Post comments count0
Post likes count0

Backwards Compatibility in PowerShell

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about backwards compatibility in Windows PowerShell. Hey, Scripting Guy! I wrote a script on a system with Windows PowerShell 4.0 installed. Is there an easy way to find out the earliest version of Windows PowerShell on which it will run?—DH Hello DH,Microsoft Scripting Guy, Ed...

Scripting Guy!Windows PowerShellscripting techniques
Sep 12, 2015
Post comments count0
Post likes count0

Weekend Scripter: Overloaded Class Constructors in PowerShell 5—The Video

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, introduces a video about overloaded class constructors in Windows PowerShell 5.0 in Windows 10.Microsoft Scripting Guy, Ed Wilson, is here. This is my birthday weekend, so today the Scripting Wife decided to take me to Tampa for the air show. As it turns out, my buddy and Microsoft evangelist, Blain...

Scripting Guy!Windows PowerShellscripting techniques
Sep 11, 2015
Post comments count0
Post likes count0

Overriding Inheritance in PowerShell 5 Classes

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about overriding inheritance in Windows PowerShell 5.0 classes. Microsoft Scripting Guy, Ed Wilson, is here. One of the things that is pretty cool about Windows PowerShell 5.0 classes, is that I can override the things I inherit from a base class. This offers a lot of flexibility because it means t...

Scripting Guy!Windows PowerShellscripting techniques
Sep 9, 2015
Post comments count0
Post likes count0

PowerShell 5 Classes: Constructor Overloading

Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about using the new Windows PowerShell 5.0 class feature in Windows 10 and doing constructor overloading. Microsoft Scripting Guy, Ed Wilson, is here. Today I want to talk about overloaded constructors. I know, I know, I know… It sounds like some sort of engineering failure. But that is not the c...

Scripting Guy!Windows PowerShellscripting techniques
Sep 6, 2015
Post comments count0
Post likes count0

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

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