Showing tag results for getting started

Jul 4, 2015
Post comments count0
Post likes count0

Weekend Scripter: Welcome to the PowerShell Information Stream

Doctor Scripto

Summary: Learn about the Windows PowerShell information stream in this guest post by June Blender. Microsoft Scripting Guy, Ed Wilson, is here. Today we have another guest blog post by Honorary Scripting Guy and Sapien technical evangelist, June Blender. Take it away June... Note  This post is updated on August 3, 2015 for the Windows Pow...

Scripting Guy!Windows PowerShellguest blogger
Jun 28, 2015
Post comments count0
Post likes count0

PowerTip: Select Two Random Numbers from 20 Possibilities

Doctor Scripto

Summary: Use Windows PowerShell to select two random numbers from twenty possible numbers.  How can I use Windows PowerShell to select two of twenty attendees at user group to receive prizes?  Create a range of input numbers with the Get-Random cmdlet, then use the –Count parameter to retrieve     ...

Scripting Guy!Windows PowerShellscripting techniques
Jun 28, 2015
Post comments count0
Post likes count0

Weekend Scripter: Fun with Number Ranges and PowerShell

Doctor Scripto

Summary: Use Windows PowerShell to split arrays of numbers into contiguous ranges. Microsoft Scripting Guy, Ed Wilson, is here. Today I have a cool post from guest blogger, Zachary Loeber. Here is a little bit about Zachary: Zachary Loeber is a solution architect with PSC Group. Zachary is a seasoned network and systems architect and an administra...

Scripting Guy!Windows PowerShellguest blogger
Jun 20, 2015
Post comments count0
Post likes count1

Weekend Scripter: Understanding Quotation Marks in PowerShell

Doctor Scripto

Summary: Guest blogger, Don Walker, explores using single and double quotation marks in Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. Welcome new guest blogger, Don Walker. Don is a coworker of guest blogger, Tim Bolton, and he worked with Tim on a project that Tim blogged about on June 18, 2015, Using PowerShell Grid View for Us...

Scripting Guy!Windows PowerShellguest blogger
Jun 19, 2015
Post comments count0
Post likes count2

PowerTip: Line Continuation in PowerShell

Doctor Scripto

Summary: Ensure a line continuation in Windows PowerShell.  What the line continuation character should use to ensure my Windows PowerShell code            continues to the next line?  The line continuation character in Windows PowerShell is the backtick.            Type a <sp...

Scripting Guy!Windows PowerShellPowerTip