Skip to main content
PowerShell

PowerShell Sorting output and Out-GridView

By February 21, 2014September 12th, 2022No Comments

Being able to use the PowerShell pipeline is paramount is conquering the scripting langage and today we look at how we can very simply sort the output using … well sort and the GUI tool Out.Grid-View makes a welcome appearance.

Get-Service | sort status
Get-Service | Out-GridView