Showing results for September 2013 - Page 2 of 13 - Scripting Blog [archived]

Sep 28, 2013
Post comments count0
Post likes count0

Weekend Scripter: Max Out PowerShell in a Little Bit of Time—Part 1

Doctor Scripto
Doctor Scripto

Summary: Microsoft PFE, Jason Walker, talks about how to maximize performance from Windows PowerShell in the enterprise. Microsoft Scripting Guy, Ed Wilson, is here. Jason Walker is our guest blogger this weekend. Today is Part 1 of a 2 part series. Here’s Jason… I work in an environment with widely dispersed datacenters and I am often...

Scripting Guy!Windows PowerShellscripting techniques
Sep 27, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Multiply Strings

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to multiply strings.  How can I use Windows PowerShell to display a string a number of times, without doing a lot of typing?  Multiply the string: PS C:\> "cat " *5 cat cat cat cat cat

Scripting Guy!Windows PowerShellPowerTip
Sep 27, 2013
Post comments count0
Post likes count0

The PowerShell Summit: Why You Should Care

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about the Windows PowerShell summit in Seattle, and why you should care.  Hey, Scripting Guy! Can you tell me why I should attend the Windows PowerShell summit in Seattle? I am wondering if it would be worth my while. I have been using Windows PowerShell for a while, and I feel like I know alm...

Scripting Guy!Windows PowerShellcommunity
Sep 26, 2013
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Find Example Code

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to find easy-to-use example code.  How can I find examples of using Windows PowerShell cmdlets and functions—in particular examples that begin with the verb Get?  Use the Get-Command cmdlet to find commands beginning with the verb Get, pipe the results to the Foreach-Object cm...

Scripting Guy!Windows PowerShellPowerTip
Sep 26, 2013
Post comments count0
Post likes count0

Scripting Wife Talks About the PowerShell Summit

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Teresa Wilson, talks about the Windows PowerShell Summit. Microsoft Scripting Guy, Ed Wilson, is here. Today the Scripting Wife wants to talk a bit about what the Windows PowerShell Summit means to her. Take it away Scripting Wife… Anyone who follows social media will know by now that today is my birthday. I see no se...

Scripting Guy!Windows PowerShellguest blogger