Showing archive results for August 2015

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 28, 2015
Post comments count0
Post likes count0

PowerTip: See Number of Errors in PowerShell Session

Doctor Scripto
Doctor Scripto

Summary: Learn how to determine how many errors there are in the Windows PowerShell session.  How can I determine how many current errors there are in my Windows PowerShell session?  Use the Count property from the Error object array: $error.count

Scripting Guy!Windows PowerShellPowerTip
Aug 28, 2015
Post comments count0
Post likes count0

August 2015 PowerShell Spotlight

Doctor Scripto
Doctor Scripto

Summary: Microsoft PowerShell MVP, Teresa Wilson, talks about community activities.Microsoft Scripting Guy, Ed Wilson, is here. In case you haven’t noticed, I have been turning the keyboard over to Teresa (PowerShell MVP, and my real life wife, aka the Scripting Wife) once a month so she can spotlight community happenings. Today is the day fo...

Scripting Guy!Windows PowerShellguest blogger
Aug 27, 2015
Post comments count0
Post likes count0

PowerTip: Find Numeric Value of Enum in PowerShell

Doctor Scripto
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
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