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
check schedulle task nagios
Script to get failed schedulle jobs (plugin for Nagios/Centreon) REQUIRES: schtasks.exe Tested only Windows 2003 For configuring NSCP/NRPE create a .bat file because when called like cscript script/file.vbs does not work! here is the script:
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:
Windows Enumerate Servers
Back to some VBS scripting… This script enumerates all Servers on the current domain and test it with a ping then writes to a server.txt file.
vbs ftp sync script
We are using this script with jenkins to deploy “upload” a specific folder to a remote FTP. I used the winscp.exe synchronize command for it. ‘ script para envio de diretorio via FTP ‘ Felipe Ferreira Setembro 2014 ‘ Para […]
check iis cpu
This nagios plugin VBS script, gets exactly the amount of CPU a specific Aplication Pool is using, it helps a lot to identify witch site is using more CPU. It was tested on Windows 2003 only. I had the help […]
nagios check printer
Script in vbs that will check if a printer is working correctly and is processing its Documents. In case the same number of documents are in the Queue it will alert, this can be used in nagios with a retry […]