Sort Services by Property in List Format with PowerShell on Windows - DevPops-Inc/windows GitHub Wiki
• Type Get-Service | Sort-Object -property < type property you wish to sort by > | Format-List < property >
and press Enter key to sort services by property in list format.
•