Get Services with Parameters in Grid View with PowerShell on Windows - DevPops-Inc/windows GitHub Wiki
• Type Get-Service | Select-Object < desired parameters > | Out-Gridview
and press the Enter key to get the services with the desired parameters in grid view.
•
• The services and parameters will appear in the grid view.
•