maxjamakovic

Comments

  • it would be nice to have alert action for SolarWinds Agnet , where scripts could be distributed on each node to C:\ProgramData\SolarWinds\Agent\Scrips similar to VMware Tools vSphere Guest API
  • Create "2" action alerts C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy unrestricted -command "C:\SWAgentRestart\execommandswagent.ps1 '${N=SwisEntity;M=Description}'" PowerShell Script param([string]$AgentName) Get-Service -ComputerName $AgentName -Name SolarWindsAgent64 | Restart-Service…