4 Mar
2020
4 Mar
'20
6:36 p.m.
Hi, has someone created a single script or executable that end users can easily run that will install the client without me having to manually sit at each workstation and download and run all the commands by hand.? Probably easiest would be a zip file that contains an 'install.bat' that performs the following functions.
- Create new xymon folder in C:\Program Files\
- Extract preconfigured Xymon PSClient xml, ps1, and nssm files from zip and save them in the new C:\Program Files\xymon\ folder while making sure that Windows hasn't blocked them.
- Install the client by running the following PS commands with Admin privileges.? I've attempted a single script for this but can't get it to work. ??? Set-ExecutionPolicy RemoteSigned ??? cd 'C:\Program Files\xymon\' ??? .\xymonclient.ps1 install ??? .\xymonclient.ps1 start
-- Thank You, Kris Springer