Showing archive results for 2015

Dec 14, 2015
Post comments count0
Post likes count0

What is Pester and Why Should I Care?

Doctor Scripto

Summary: Guest blogger, Dave Wyatt introduces a new test framework for PowerShell called Pester. This week we are honored to have one of the authors of Pester here with us on the Hey, Scripting Guys! Blog. It’s Dave Wyatt himself, a Cloud and Datacenter MVP. Dave, tell us all about Pester…    Note   This is a f...

Windows PowerShellguest bloggerDave Wyatt
Dec 13, 2015
Post comments count0
Post likes count0

PowerTip: Find List of PowerShell About Topics

Doctor Scripto

Summary: Find a list of Windows PowerShell About topics.  How can I find Help topics so I can learn about various Windows PowerShell concepts?  Use Get-Help and a wildcard character, for example: Get-Help about*

Scripting Guy!Windows PowerShellPowerTip
Dec 13, 2015
Post comments count0
Post likes count0

Weekend Scripter: Conceptual PowerShell Help

Doctor Scripto

Summary: Guest blogger, Tim Warner, talks about using Windows PowerShell conceptual Help.Microsoft Scripting Guy, Ed Wilson, is here. Welcome back Timothy Warner as our guest blogger today.Tim is an author and evangelist for Pluralsight, a premier online IT pro and development training company. Tim is the author of Windows PowerShell in 24 Hours, S...

Scripting Guy!Windows PowerShellguest blogger
Dec 12, 2015
Post comments count0
Post likes count0

PowerTip: Time How Long PowerShell Command Takes to Complete

Doctor Scripto

Summary: Easily time how long a Windows PowerShell command takes to complete.  How can I time how long a command takes to complete in Windows PowerShell?  Use the Measure-Command cmdlet—for example, to time how long it takes to Get-Process (gps is an alias)            to complet...

Scripting Guy!Windows PowerShellPowerTip
Dec 12, 2015
Post comments count0
Post likes count0

Weekend Scripter: PowerShell ASCII Bar Charts

Doctor Scripto

Summary: Microsoft PFE, Wei Hao Lim, presents a script that creates ASCII bar charts. Microsoft Scripting Guy, Ed Wilson, is here. Today we have a new guest blogger. Please welcome Wei Hao Lim. Wei is a Microsoft PFE from Australia who works primarily with enterprise customers helping to configure, deploy, maintain, and customize System Center impl...

Scripting Guy!Windows PowerShellguest blogger