Showing results for Grouping - Scripting Blog [archived]

Apr 19, 2016
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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