VBScript to check if a windows patch is installed on a server or PC This a simple script that can be used if youn need to check if a specific patch is installed
Windows backup vbscript
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 […]
vbs to list all local users of Adminisitrator
VBS Script to list all local users of Adminisitrator and Remote Desktop,id,desctiption,enable/disable, last_login(if local) Here is the script:
Nagios check_con
I wrote a simple plugin to check the number of established connections to a windows server. Just execute: cmd /c netstat -an |find /i “estab” /c I also wrote a script for Windows Here is the code I have also […]