Hello,
Is there a way to push a custom sensor to some or all Remote Probes?
I'm creating a powershell script to return the value of the primary and secondary DNS on a given system (we have some problems with unknown employees thinking that Google's DNS servers would be a good ting on domain controllers).
Script is working well, however since this is executing a WMI request, the script must be placed on each server where this is required, meaning that I have to manually copy the script to a lot of different systems.
What are my options?
Add comment