Summary: Ed Wilson talks about learning Windows PowerShell.
It seems that there are always new technologies. It is hard to keep up with them, and it is hard to predict which ones are even worth the time and effort to learn. As with agile development, it seems there are also agile computing technologies.
Over the years, I have been to many, ...
Summary: Learn a better way to view Windows PowerShell Help.
I like the Windows PowerShell Help files, but I do not like trying to read them in the Windows PowerShell console window. What is a better way to read the content?
Use the –ShowWindow parameter from Get-Help. ...
Summary: Microsoft Scripting Guy, Ed Wilson, continues his tips and tricks series by talking about select Windows PowerShell commands via Out-GridView.
Microsoft Scripting Guy, Ed Wilson, is here. One of the great things about getting a bunch of Windows PowerShell people together is that they begin to share tips and tricks they have figured ...
Summary: Learn how to easily find Windows PowerShell profiles.
How can I Question: You want to find the path to Windows PowerShell profiles?
Use the $Profile automatic variable, but pipe the output to the Format-List cmdlet and use the –Force parameter. ...
Summary: Microsoft Scripting Guy, Ed Wilson, talks about a module that provides extended command history.
Microsoft Scripting Guy, Ed Wilson, is here. One of the things that came up during the Charlotte Windows PowerShell User Group meeting was the HistoryPx module that was written by Windows PowerShell MVP, Kirk Munro. This module adds ...