Showing results for December 2014 - Page 2 of 13 - Scripting Blog [archived]

Dec 29, 2014
0
0

Top PowerShell Scripts of 2014

Doctor Scripto
Doctor Scripto

Summary: Windows PowerShell MVP, Teresa Wilson, talks about the top Windows PowerShell scripts of 2014 in the Script Center Script Repository. Microsoft Scripting Guy, Ed Wilson, is here. Windows PowerShell MVP, Teresa Wilson, also known as "The Scripting Wife" is here today to tell us the five most popular scripts that were downloaded from the Scr...

Scripting Guy!Windows PowerShellguest blogger
Dec 28, 2014
0
0

Weekend Scripter: Playing with PowerShell Prompt

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about playing with the Windows PowerShell prompt. Microsoft Scripting Guy, Ed Wilson, is here. It is time to round up all of those end-of-the-year kinds of things. This is, in fact, the last weekend Hey, Scripting Guy! Blog post of 2014. Not sure what that means; but it is true, this is the last we...

Scripting Guy!Windows PowerShellscripting techniques
Dec 27, 2014
0
0

PowerTip: Explore PowerShell Help

Doctor Scripto
Doctor Scripto

Summary: Use Out-GridView to easily explore Windows PowerShell Help.  How can I easily explore Windows PowerShell cmdlets and then see the cmdlet Help from them?  Use the Get-Command cmdlet, pipe the output to Out-GridView with the -Wait parameter,            and then p...

Scripting Guy!Windows PowerShellPowerTip
Dec 27, 2014
0
0

PowerTip: Round Numbers with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Easily use Windows PowerShell to round numbers.  How can I use Windows PowerShell to easily round numbers?  Use the Round static method from the System.Math class, for example: PS C:\> 22/7 3.14285714285714 PS C:\> [math]::Round(22/7) 3 PS C:\> 

Scripting Guy!Windows PowerShellPowerTip
Dec 27, 2014
0
0

Weekend Scripter: Exploring IP Address Functions

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell with TCP/IP. Microsoft Scripting Guy, Ed Wilson, is here. This morning, I decided to make a cup of orange spice tea. I did not even do it manually. I used a tea bag. I know, I know, I know. But hey, sometimes I like the convenience of opening a tea bag and filling the...

Scripting Guy!Windows PowerShellscripting techniques