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