PowerShell Suspend-Service Cmdlet

PowerShell Suspend-Service Cmdlet Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed Restart-Service cmdlet in PowerShell. https://cloudaffaire.com/powershell-restart-service-cmdlet/ In this blog post, we will discuss Suspend-Service cmdlet in PowerShell. You can use Suspend-Service cmdlet to suspend windows services. Suspend-Service cmdlet suspend a windows service by sending a suspend message to the windows service controller. Suspend service does not stops a service buy only suspend its actions and…

Comments Off on PowerShell Suspend-Service Cmdlet