Weekend Scripter: Create Objects from Strings—The Video
Summary: Ed Wilson, Microsoft Scripting Guy, talks about using Windows PowerShell 5.0 to create objects from strings in this video.Microsoft Scripting Guy, Ed Wilson, is here. One of the great things...
View ArticlePowerTip: Use PowerShell to Find Current Connection Profile
Summary: Use Windows PowerShell to find your current connection profile. How can I use Windows PowerShell to see what connection profile my computer is using? Use the Get-NetConnectionProfile cmdlet.
View ArticleWeekend Scripter: Parse NetStat with PowerShell 5—The Video
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...
View ArticlePowerTip: Find Network Adapters that Are Up
Summary: Find your network adapters that are available. How can I use Windows PowerShell to find which network adapters on my computer are up? Use the Get-NetAdapter cmdlet and filter on the status,...
View ArticleVerify PowerShell Module Manifests
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...
View ArticlePowerTip: Find Path to PowerShell Module
Summary: Easily find the path to a Windows PowerShell module. How can I easily find the location where a Windows PowerShell module is installed? Use the Path property from the PSModuleInfo object that...
View ArticleAdd Default Values for PowerShell Module Manifest
Summary: Ed Wilson, Microsoft Scripting Guy, talks about adding default values to your Windows PowerShell module manifest. Hey, Scripting Guy! I kind of like the idea of creating a manifest for my...
View ArticlePowerTip: Find Custom Default PowerShell Parameter Values
Summary: Learn how to find custom default Windows PowerShell parameter values. How can I find what custom default Windows PowerShell parameter values I have set up on my Windows PowerShell...
View ArticleNew PowerShell 5 Feature: Enumerations
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...
View ArticlePowerTip: See Enumeration Value in PowerShell
Summary: Learn how to retrieve an enumeration value in Windows PowerShell. How can I see enumeration allowed values in Windows PowerShell?Place the enumeration name in square brackets, and use the...
View ArticleWorking with Enums in PowerShell 5
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...
View ArticlePowerTip: Find Numeric Value of Enum in PowerShell
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...
View ArticleAugust 2015 PowerShell Spotlight
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...
View ArticlePowerTip: See Number of Errors in PowerShell Session
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...
View ArticleWeekend Scripter: PowerShell Module Manifests—The Video
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...
View ArticlePowerTip: Find Specific Help Articles with PowerShell
Summary: Learn how to easily find specific Help articles with Windows PowerShell. How can I use Windows PowerShell to find a Help article about automatic variables, if I am not sure of the title? Use...
View ArticleWeekend Scripter: PowerShell 5 Enums—The Video
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...
View ArticlePowerTip: Retrieve Last Token with PowerShell
Summary: Learn how to use Windows PowerShell to retrieve the last token and avoid retyping. I used Get-Process to view a process I launched, and later I wanted to stop the process. How can I do this...
View ArticleIntroduction to PowerShell 5 Classes
Summary: Ed Wilson, Microsoft Scripting Guy, talks about Windows PowerShell 5 classes in Windows 10.Microsoft Scripting Guy, Ed Wilson, is here. It is an interesting morning. We are up early, looking...
View ArticlePowerTip: Float PowerShell Help
Summary: Learn how to display your Windows PowerShell Help in a new window. How can I keep my Windows PowerShell Help open so I can look at it while I am trying my new code? Use the ShowWindow...
View Article