Showing tag results for scripting techniques

Aug 30, 2015
Post comments count0
Post likes count0

Weekend Scripter: PowerShell 5 Enums—The Video

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, presents a video where he recaps his blog posts about Windows PowerShell 5.0 enums.Microsoft Scripting Guy, Ed Wilson, is here. Today I decided to make a video to summarize my technique for working with enums in Windows PowerShell 5.0 in Windows 10.Note  For more information, refer to New PowerShell...

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

Weekend Scripter: PowerShell Module Manifests—The Video

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

PowerTip: Find Numeric Value of Enum in PowerShell

Doctor Scripto

Summary: Learn how to easily find the numeric value of an enum in Windows PowerShell.  How can I use Windows PowerShell to easily find the numeric value of an enumeration?  Use square brackets to call the enum, call the enumeration property as a static property, and reference3            the value__ ...

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

Working with Enums in PowerShell 5

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

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