CS_HelpDeskGoTo Contributor2 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 Contributor2 years ago Stopping a service PowerShell script. --- $service = $null $s = Get-Service $service if ($s.Status -eq 'running') { Stop-Service -InputObject $s -PassThru }
Recent DiscussionsLMI AV - Installation failed!SolvedUsername for remote controlling AzureAD/Entra/Intune computers seem inconsistent and unpredictable.Windows Update DisabledQuestion about Logmein AVSaved password is invalid, please log in manually - occurs with every new LogMein Client session