4 years ago
Run an Ad Hoc PowerShell Command?
Is it possible to run a PowerShell command as needed without having to script out a datasource?
We have a 3rd party program running on the collector that periodically needs the Windows service restarted in order to apply an update. I have over 50 collectors that we need to do this on a regular basis. If I can accomplish this using the remote capabilities of LogicMonitor, it would be great.
I'm just looking to be able to run the PS command: Stop-Service "servicename" then confirm on a web portal that it is not communicating, then send the command Start-Service "servicename"