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 …
System Administrator
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 …
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 …
VBS Script to list all local users of Adminisitrator and Remote Desktop,id,desctiption,enable/disable, last_login(if local) Here is the script: script src="http://gist-it.appspot.com/github/xoroz/scripts-windows/blob/master/listadminrdp.vbs"
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.
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…
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 …
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 …