Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Find Processes by Using Wildcard Characters

$
0
0

Summary: Learn how to use wildcard characters and Windows PowerShell to find processes.

Hey, Scripting Guy! Question How can I use Windows PowerShell to easily see all processes that contain the letters SV in the process name?

Hey, Scripting Guy! Answer Use the Get-Process cmdlet and a simple wildcard pattern, for example:

gps *sv*

Note   gps is an alias for Get-Process.


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>