Changes between Version 1 and Version 2 of RemoteVBS


Ignore:
Timestamp:
09/24/08 14:59:54 (5 years ago)
Author:
tborger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteVBS

    v1 v2  
    55'''Requirements:''' 
    66 
    7 1.) one Domain Administrator account which is able to manage all windows based clients[[BR]] 
    8 2.) a server share which store's the new NSClient++ Version as unpacked zip archive.[[BR]] 
    9 3.) a configuration file where the definitions from each windows server is configured[[BR]] 
     71.) one Domain Administrator account which is able to manage all windows based clients 
     82.) a server share which store's the new NSClient++ Version as unpacked zip archive. 
     93.) a configuration file where the definitions from each windows server is configured 
    1010 
    1111'''Example:''' 
     
    1818}}} 
    1919 
    20 The options for the vbs script are explained in the file servers.txt which is attached ont this howto.[[BR]] 
    21 The VBScript file is also attached here. 
     20'''Where''' 
     21a) @c:\tmp\nsclient_updates.txt 
     22 
     23is a simple text file with one servername per line which is used through psexec 
     24 
     25b) cscript \\server6\share1\NSClient++\nsclient_update.vbs 
     26the VBScript that install/update NSClient on each server in a) 
     27 
     28c) /S:\\server6\share1\NSClient++ 
     29server share where the server which should be updatet should get the new NSClient++ version 
     30 
     31d) /v:0.3.4 
     32the new NSClient++ version 
     33 
     34f) /c:\\server6\share1\Nagios\servers.txt 
     35a simple text file which syntax is explained in the file itself. 
     36 
     37example line: 
     38 
     39servernama1:Y:N 
     40servername1 = name of server which should be updated or installed 
     41 
     42Y                 = should the existing NSC.ini file to keep? 
     43 
     44N                 = should the existing "scripts" folder to keep 
     45 
     46The VBScript and the config file "servers.txt" are attached here. 
     47