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 …
Windows VBS script to backup Desktop and Laptop
PROS AND CONS
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"
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 …