{"id":76553,"date":"2016-01-25T03:59:00","date_gmt":"2016-01-25T03:59:00","guid":{"rendered":"https:\/\/blogs.technet.microsoft.com\/heyscriptingguy\/2016\/01\/25\/powertip-find-running-services-with-powershell\/"},"modified":"2019-02-18T09:20:07","modified_gmt":"2019-02-18T16:20:07","slug":"powertip-find-running-services-with-powershell","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/scripting\/powertip-find-running-services-with-powershell\/","title":{"rendered":"PowerTip: Find running services with PowerShell"},"content":{"rendered":"<p><b>Summary<\/b>: Use Windows PowerShell to find running services.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/29\/2019\/02\/q-for-powertip.jpg\" alt=\"Hey, Scripting Guy! Question\" \/>\u00a0How can I use Windows PowerShell to quickly produce a sortable list of running services on my computer?<\/p>\n<p style=\"margin-left: 30px\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/29\/2019\/02\/a-for-powertip.jpg\" alt=\"Hey, Scripting Guy! Answer\" \/>\u00a0Use the\u00a0<b>Get-Service<\/b>\u00a0cmdlet to return the services, and the\u00a0<b>Out-GridView<\/b>\u00a0to produce a sortable list:<\/p>\n<p style=\"margin-left: 30px;padding-left: 120px\">gsv | ogv<\/p>\n<p style=\"margin-left: 60px\"><b>Note<\/b>\u00a0\u00a0\u00a0<b>gsv<\/b>\u00a0is an alias for\u00a0<b>Get-Service<\/b>, and\u00a0<b>ogv<\/b>\u00a0is an alias for\u00a0<b>Out-GridView<\/b>.<\/p>\n<p style=\"margin-left: 30px\"><img decoding=\"async\" src=\"https:\/\/devblogs.microsoft.com\/wp-content\/uploads\/sites\/29\/2019\/02\/7610.Dr.ScriptoForTips.jpg\" alt=\" \" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Summary: Use Windows PowerShell to find running services. \u00a0How can I use Windows PowerShell to quickly produce a sortable list of running services on my computer? \u00a0Use the\u00a0Get-Service\u00a0cmdlet to return the services, and the\u00a0Out-GridView\u00a0to produce a sortable list: gsv | ogv Note\u00a0\u00a0\u00a0gsv\u00a0is an alias for\u00a0Get-Service, and\u00a0ogv\u00a0is an alias for\u00a0Out-GridView.<\/p>\n","protected":false},"author":597,"featured_media":87096,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[356,3,45],"class_list":["post-76553","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-scripting","tag-powertip","tag-scripting-guy","tag-windows-powershell"],"acf":[],"blog_post_summary":"<p>Summary: Use Windows PowerShell to find running services. \u00a0How can I use Windows PowerShell to quickly produce a sortable list of running services on my computer? \u00a0Use the\u00a0Get-Service\u00a0cmdlet to return the services, and the\u00a0Out-GridView\u00a0to produce a sortable list: gsv | ogv Note\u00a0\u00a0\u00a0gsv\u00a0is an alias for\u00a0Get-Service, and\u00a0ogv\u00a0is an alias for\u00a0Out-GridView.<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/posts\/76553","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/users\/597"}],"replies":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/comments?post=76553"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/posts\/76553\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/media\/87096"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/media?parent=76553"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/categories?post=76553"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/scripting\/wp-json\/wp\/v2\/tags?post=76553"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}