I wrote a new way of checking Exchange Backups, simple just needed to check the in AD the “Last time backup” of the Storage Group. I wrote the much simpler and much more precise script to monitor Exchange Servers Backup. […]
CheckFileSize VBS for Nagios
Nagio/NRPE_NT VBS Script to check the size of file(s) inside a Folder. IMPORTANT, From nagios you Must pass double slashes Usage: check_filesize -p “path” -f “file(s)” -w -c Example1(script localy using cscript ): check_filesize -p “E:mdbdata” -f priv1.edb,priv1.stm,pub1.edb,pub1.stm -w 5000 […]
Exchange Top Senders Nagios Plugin
Well I just went back to this old script, I rewrote so it will now work with Nagios. The output is simple and just reports total Top emailers, the script also requires/takes 3 arguments topemailers.vbs 3 5000 10000 would report […]
Outlook Macro to forward emails
. . I just wrote my first Outlook VBA code, it searches the body of the email for a email and forwards that email to it. Just creat a new rule right click on the email and call it, it […]
Scripts VBS, Perl, Batch
. . Well you are looking for a script. I let you browse to my personal collection of scripts, most of then were written by me. CATEGORY: ACTIVE DIRECTORY – generic query AD (VBS) ARCHIVE – logs filling up your […]
Install BackTrack USB
BackTrack is one of the best Live Linux out there, it is complete with many network secuirty tools. Yes you can also just burn the CD version, but the USB is more complete its RW and smaller to carry around. […]
Executing Remote Code
Description: So I needed to run a script (.vbs) in 80 servers all in different domains. How can it be done? Well as everyone knows the tool psexec is a handy tool for the task. So I here is my […]