Showing results for April 2015 - Scripting Blog [archived]

Apr 30, 2015
0
0

It’s Not Too Late to Learn PowerShell

mredwilson
mredwilson

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, many ...

Scripting Guy!Windows PowerShellgetting started
Apr 30, 2015
0
0

PowerTip: Better Way to View PowerShell Help

Doctor Scripto
Doctor Scripto

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. This ...

Scripting Guy!Windows PowerShellscripting techniques
Apr 30, 2015
0
0

Select History Via PowerShell Out-Gridview

Doctor Scripto
Doctor Scripto

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 out. ...

Scripting Guy!Windows PowerShellscripting techniques
Apr 29, 2015
0
0

PowerTip: Find PowerShell Profiles

Doctor Scripto
Doctor Scripto

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. Here is...

Scripting Guy!Windows PowerShellPowerTip
Apr 29, 2015
0
0

PowerShell Tips and Tricks: Extended History

Doctor Scripto
Doctor Scripto

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 additional ...

Scripting Guy!Windows PowerShellscripting techniques