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

PowerTip: Get Specific Service Information with PowerShell

$
0
0

Summary: Learn how to use Windows PowerShell to get specific service information.

Hey, Scripting Guy! Question How can I use Windows PowerShell to find information about services, if I do not want to include any service
            that has a name that begins with the letter “s”?

Hey, Scripting Guy! Answer Use the Exclude parameter from the Get-Service cmdlet, for example:

gsv -Exclude s*

Note  Gsv is an alias for the Get-Service cmdlet.


Viewing all articles
Browse latest Browse all 3333

Trending Articles



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