Skip to main content

All Questions

Tagged with
-1 votes
1 answer
543 views

Strange entry in the Services list

(Please forgive me if I've posted this in the wrong exchange). We had an issue with one of our servers this morning, due to a generator test. On examining the services more closely we found that one ...
Paul's user avatar
  • 125
0 votes
2 answers
1k views

Wsservice fails while attempting to fix Windows Store 8.1

My Metro Apps are not loading. They return: This App can't run Using this command in Powershell: powershell -ExecutionPolicy Unrestricted Add-AppxPackage -DisableDevelopmentMode -Register $Env:...
Gabriel's user avatar
  • 2,950
16 votes
3 answers
66k views

How to check whether a specific service exists using Powershell?

Introduction According to this documentation it is possible to check which services have been stopped on Windows by executing the following command: Get-Service | Where-Object {$_.status -eq "...
030's user avatar
  • 2,718
3 votes
3 answers
4k views

Synchronously stop a remote service with Powershell

I have a custom deployment script written in Powershell. This script needs to update a service on a remote machine, and as such, it first needs to stop it to be able to modify the executable files. ...
zneak's user avatar
  • 1,059

15 30 50 per page
1
2