Difference between revisions of "Sc.exe"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "$sumohost = "myhostname"; Invoke-Command -ComputerName $sumohost -ScriptBlock { sc.exe failure sumo-collector reset=3600 actions= restart/30000 }")
(No difference)

Revision as of 21:27, 1 June 2021

$sumohost = "myhostname"; Invoke-Command -ComputerName $sumohost -ScriptBlock { sc.exe failure sumo-collector reset=3600 actions= restart/30000 }