Windows VBS script to backup Desktop and Laptop PROS AND CONS -No delta backup / no incremental (but robocopy only copy files changed) -No encryption (but only the user has access to its folder, check setACL function) -No compression (Could […]
Change the Service Account
Well as I posted bellow about the bug in NRPE_NT, it result I will have to change all my Nagios Plugins service set to a different account, the code bellow is how I will be doing this. I used the […]
NRPE_NT remote installation
. . If you ever had to manage a multi Domain where every time you need to execute even a batch file you would have to authenticate… Well I do use psexec.exe but since I had many problems where it […]
Executing Remote Code
Description: So I needed to run a script (.vbs) in 80 servers all in different domains. How can it be done? Well as everyone knows the tool psexec is a handy tool for the task. So I here is my […]