Skip to content

Get Services with Parameters in Grid View with PowerShell on Windows

Vic Phan edited this page Apr 26, 2023 · 1 revision

• 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.
image

• The services and parameters will appear in the grid view.
image

Viccy GitHub

Clone this wiki locally