Showing results for displaying output - Scripting Blog [archived]

Dec 16, 2013
0
0

PowerShell Above and Beyond the Minimum Requirements

Doctor Scripto
Doctor Scripto

Summary: Two Microsoft Windows PowerShell experts get extreme with the standard Hello World script. Microsoft Scripting Guy, Ed Wilson, is here. Last month at the Charlotte PowerShell User Group meeting, we played around with some scenarios, and we had each of the attendees work through the tasks to see the various ways they would come up with to s...

Scripting Guy!Windows PowerShellscripting techniques
Feb 2, 2013
0
0

Weekend Scripter: Sort Process Names by Length of Name

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, takes some time out to play around with the Format-Wide cmdlet. Microsoft Scripting Guy, Ed Wilson, is here. Well, the Scripting Wife and I are hanging out on the beach this weekend. Because I have a long weekend (thanks to a way cool Scripting Manager) I feel like it is a holiday or something. Well, wha...

Scripting Guy!Windows PowerShellscripting techniques
Jan 31, 2013
0
0

Create a Custom Hyper-V Resource Metering Reset Report

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, shows you how to create a custom Hyper-V Resource Metering reset report by using Windows PowerShell 3.0. Microsoft Scripting Guy, Ed Wilson, is here. Well, I found a pretty cool Pandora app for my Windows RT Surface, and so I am listening to a cool Rolling Stones song as I type this. Actually I am s...

Scripting Guy!Windows PowerShellscripting techniques
Nov 19, 2011
0
0

Query AD for Computers and Use Ping to Determine Status

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to query Active Directory for computers, ping for status, and display in green/red.   Microsoft Scripting Guy Ed Wilson here. While the Scripting Wife and I were out in California speaking to the Microsoft Premier Field Engineers (PFE) about Windows PowerShell, a question arose. The PFE said he had ...

Scripting Guy!Windows PowerShellscripting techniques
Nov 11, 2011
0
2

Use PowerShell to Easily Convert Decimal to Binary and Back

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to easily convert decimal to binary and back, and simplify custom subnet mask calculations.   Microsoft Scripting Guy Ed Wilson here. Today is 63. Yep, that is right, today is 63. That is what you get when you see 11 11 11 represented as binary. This appears here.   PS C:\> 1+2+4+8+16+32 63...

Scripting Guy!Windows PowerShellscripting techniques