We have a simple check running that I have tested on one of our servers. It is using a Powershell script in the plugins directory.
check_xi_ncpa!-t '<token>' -P 5693 -M 'plugins/CheckNetworkCategory.ps1' -q "args=DomainAuthenticated"!!!!!!!
My question is, do I need to upload this script to the plugins directory on every server we want to monitor, or is it possible to store it centrally and point all servers to the one centralised script (UNC path or similar)? For example,
check_xi_ncpa!-t '<token>' -P 5693 -M '\\fileserver.domain\Share\script.ps1' -q "args=DomainAuthenticated"!!!!!!!