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"
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…
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 …
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 …
Warn when password is about to expire
This script can be used to check if a user’s password is about to expire
and throws a popup windows alerting the user, and explaining to change the password.
By …
check local administrator group
We needed a way to know if anyone has added itself to the Local Administrator group on any servers.
So I wrote this script and setup on schedulle task to …