Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

PowerShell Spotlight: Three Upcoming Spotlight Events

Summary: Windows PowerShell MVP, Teresa Wilson, spotlights three Windows PowerShell events. (image)  Microsoft Scripting Guy, Ed Wilson, is here. I was talking with Teresa (The Scripting Wife) about some ideas she had for sharing information with IT professionals. We came up with the idea for her to write a blog post once a month called ...
Comments are closed.0 0

Rounding Numbers—PowerShell Style

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to round numbers. (image)  Hey, Scripting Guy! I think your series about formatting numbers has been pretty interesting. However, everything you have shown has a major problem—and that is that you convert numbers into strings. I would love to be ...

PowerTip: Express Percentage in PowerShell

Summary: Learn an easy method to express a percentage in Windows PowerShell. (image)  How can I use Windows PowerShell to express a two-decimal place percentage? For example, I have multiple            calculations in a Windows PowerShell script, and I am tired of always dividing two numbers, multiplying &...