Page 1 of 1

NRDS_win [extensions]

Posted: Fri Aug 29, 2014 5:28 am
by srcadmin
Hi there!

There are only two file extension definitions in config.ini of NRDP windows client:

Code: Select all

[extensions] 
vbs = cscript //nologo $CHECK_COMMAND$ 
ps1 = powershell -ExecutionPolicy Bypass -File $CHECK_COMMAND$

I need to configure Nagiox server so that all configurations in »NRDS Config Manager« will on client-side include:

Code: Select all

[extensions] 
vbs = cscript //nologo $CHECK_COMMAND$ 
ps1 = powershell -ExecutionPolicy Bypass -File $CHECK_COMMAND$
wsf = cscript //nologo $CHECK_COMMAND$
How do I add this to config (I want config file to automatically updated so the change has to be done on Nagios server, not on client side).

Re: NRDS_win [extensions]

Posted: Fri Aug 29, 2014 9:34 am
by tmcdonald
I see you have opened a ticket for this, so I am going to close this thread and we can tackle it there.