PowerShell Stop-Service Cmdlet

PowerShell Stop-Service Cmdlet Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed Set-Service and New-Service cmdlets in PowerShell. https://cloudaffaire.com/powershell-set-service-and-new-service-cmdlets/ In this blog post, we will discuss Stop-Service cmdlet in PowerShell. You can use Stop-Service cmdlet to stop windows services. Stop-Service cmdlet stops a service by sending a stop message to the windows service controller. You can use parameters like 'name','displayname' or 'inputobject' to pass the service…

Comments Off on PowerShell Stop-Service Cmdlet