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 default it will start the popup when its 7 days […]
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 run each hour. In case any changes happen on the […]
vbs script to check services
Script to check services, check_services.vbs I tried developing it so the services could be passed via arguments, but using check_nt (NC_Net) and vbscript I found it impossible when we came along multiple arguments containing spaces, its a shame 🙁 Maybe […]
script to check event viewer
I have written similar script to check for a single server but this time it scans a list of server. It still not integrated with nagios because of the time it takes to execute such script. It does requires 7z.exe […]
nagios check events
This is a much usefull plugin that can verify the Windows Event Viewer via nagios remote check I tested using the NC_NET on Windows 2003 and 2000. There is one tweek that needs to be done for it to work […]
Enumerate exchange mailboxes script
I had already written a simillar script, that would go thru an entire Cluster and SGs, these one implements same theory but it is more flexible and easy to use. Basically you will get 3 types of info and all […]
Enumerate all IIS websites script
These script can be usefull when we want to know or map where are all our websites located. It is also capable of querying remote servers like getAllWebSistesIIS.vbs WEB2 I did like getAllWebSistesIIS.vbs WEB2 >> web2sites.txt and then I imported […]