Showing results for getting started - Scripting Blog [archived]

May 3, 2016
0
0

The top three tips for effective sorting in PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn the top three tips to effectively use Windows PowerShell to sort data in this blog post by the Microsoft Scripting Guy, Ed Wilson. One of the fundamental things that I need to do when I look at any kind of data is sort it so that I can make sense of what I am looking at. It doesn’t matter if I am looking at Yelp for restaurant recom...

getting startedHey Scripting Guysorting
Apr 19, 2016
0
0

Use a script block to create custom groupings in PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to use a script block with the Group-Object cmdlet in Windows PowerShell to create custom groupings in this article by Microsoft Scripting Guy Ed Wilson. Good morning. Ed Wilson the Microsoft Scripting Guy is here. This week, I have been hanging out with a group of writers. It has been both fun and educational. It is always good...

Scripting Guy!Windows PowerShellgetting started
Apr 18, 2016
0
0

Discover relationships by using Group-Object in PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to use one of the most basic Windows PowerShell cmdlets, the Group-Object cmdlet, to see relationships among different objects. There are some things in life that just seem to always go together: jasmine flowers and green tea, scones and English breakfast tea, or even peanut butter and apples. In the world of Windows PowerShell,...

Scripting Guy!Windows PowerShellscripting techniques
Feb 23, 2016
0
0

Overview of the PowerShellGet module to find scripts

Doctor Scripto
Doctor Scripto

Summary: In this blog post, I provide a quick overview of the PowerShellGet module and its various commands. Believe it or not, the Windows PowerShell Saturday event in Tampa, Florida is coming up pretty quickly. There are still some tickets available, but they have been going pretty quickly lately. There are some awesome speakers coming to Tampa ...

Scripting Guy!Windows PowerShellgetting started
Feb 2, 2016
0
0

PowerTip: Learn about PowerShell default parameter values

Doctor Scripto
Doctor Scripto

Summary: Learn about the default parameter values in Windows PowerShell.  How can I find more about default parameter values in Windows PowerShell?  Use the Get-Help cmdlet and search for *defaultParameter*. The following command returns a            list of Help topics that provide this inform...

Scripting Guy!Windows PowerShellPowerTip