Skip to main content

example for notepad++Pipe PowerShell's Get-Process into Select-Object.

Get-Process notepad++ | Select-Object pathExample command for Notepad++:

Output : Path

Get-Process notepad++ | Select-Object Path

DOutput:\Notepad++\notepad++.exe

Path
----
D:\Notepad++\notepad++.exe

example for notepad++

Get-Process notepad++ | Select-Object path

Output : Path

D:\Notepad++\notepad++.exe

Pipe PowerShell's Get-Process into Select-Object.

Example command for Notepad++:

Get-Process notepad++ | Select-Object Path

Output:

Path
----
D:\Notepad++\notepad++.exe
Source Link
Arijit Sur
  • 141
  • 1
  • 2

example for notepad++

Get-Process notepad++ | Select-Object path

Output : Path

D:\Notepad++\notepad++.exe