We currently use Ivanti Security Controls to push patches to our Windows servers. It has an option to push scripts or executables down to the hosts being patched and I'd like to find some way to script out the entering and exiting of maintenance mode as well as muting alerts within Solarwinds during these patching tasks.
I understand Orion has an unmanage utility that can build cmd files with correlating XML files to be used with Task Scheduler but it seems since it relies on the executables and DLLs on the Orion server itself, thus the task has to run from the Orion server, which does not work for me. I don't need to automate this at scheduled times, I need to trigger it during a patch run and from the manage node itself, ideally.
I've seen articles regarding powershell scripts that can be used from the managed node perspective, but it requires the Solarwinds SDK to be deployed, which is not something I want to install on 500+ servers.
Both of those articles seem to be several years old so I'm hoping Solarwinds has developed a better option since then. Anyone have any ideas?