CS_HelpDeskGoTo Contributor3 years agoRemote Execution - PowerShell Script Repository Welcome to the Remote Execution - Powershell Script Repository! What is it? A library of scripts to help you execute automated tasks and manage your Central computers without having to access t...Show More
CS_HelpDeskGoTo Contributor3 years ago Stopping a service PowerShell script. --- $service = $null $s = Get-Service $service if ($s.Status -eq 'running') { Stop-Service -InputObject $s -PassThru }
Recent DiscussionsHow to prevent printer mapping in LogMeIn CentralComputer Inventory reportingFile Transfer Access DeniedAntivirus won't download over slow connectionsCached Credentials no longer work?Solved