Showing results for Powershell 5 - Scripting Blog [archived]

Aug 29, 2015
Post comments count0
Post likes count0

Weekend Scripter: PowerShell Module Manifests—The Video

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson presents a recap video where he talks about Windows PowerShell module manifests.Microsoft Scripting Guy, Ed Wilson, is here. It has been stormy for the last couple of days. It makes for a great time to spend offline playing around with my Windows 10 laptop or Surface Pro 3. Watching the power of the storms is great fun, espe...

Scripting Guy!Windows PowerShellscripting techniques
Aug 27, 2015
Post comments count0
Post likes count0

Working with Enums in PowerShell 5

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about working with enums in Windows PowerShell 5.0 in Windows 10. Microsoft Scripting Guy, Ed Wilson, is here. Yesterday, I talked about the new stealth feature in Windows PowerShell 5.0 in Windows 10 that permits me to easily create an enum. Enums are great because they provide a concise way for m...

Scripting Guy!Windows PowerShellscripting techniques
Aug 26, 2015
Post comments count0
Post likes count0

New PowerShell 5 Feature: Enumerations

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about creating enumerations in Windows PowerShell 5.0. Microsoft Scripting Guy, Ed Wilson, is here. It is nearly a stealth feature in Windows PowerShell 5.0—there is an Enum keyword. Yep, that's right, there is an Enum keyword. I wonder what it does? Probably has something to do with cre...

Scripting Guy!Windows PowerShellscripting techniques
Aug 24, 2015
Post comments count0
Post likes count0

Verify PowerShell Module Manifests

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about verifying Windows PowerShell module manifests. Microsoft Scripting Guy, Ed Wilson, is here. One of the things that is cool about Windows PowerShell is that it is self-describing. I can type Get-Member or Get-Command and find out what a Windows PowerShell cmdlet is all about. Then there is Get...

Scripting Guy!Windows PowerShellPowershell 5
Aug 23, 2015
Post comments count0
Post likes count0

Weekend Scripter: Parse NetStat with PowerShell 5—The Video

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, shares a video he made that illustrates parsing NetStat with Windows PowerShell 5.0.Microsoft Scripting Guy, Ed Wilson, is here. For someone who loves working at the command line, the new ConvertFrom-String cmdlet is awesome. I mean, I can do things in a single line of code that in the past, took 15 or 2...

Scripting Guy!Windows PowerShellWeekend Scripter