VBS Script to autmaticly send Alt-Tab and switch opened programs Option Explicit Dim objShell Set objShell = CreateObject(“WScript.Shell”) Do objShell.SendKeys “%+{TAB}” Wscript.Sleep 300000 Loop
nagios report
I have a custom script to generate monthly reports about Hosts and Services. The syntax is pretty simple: * /usr/local/nagios/libexec/report.pl –email=fel.h2o@gmail.com –type=monthlyservice –debug=0 /usr/local/nagios/libexec/report.pl –email=emailme@gmail.com –type=monthlyservice –debug=1 I usually add it to run once a month one for service and […]
outlook auto reply rule +2003
Exchange server-side Auto reply rule. Tested and it works on Exchange 2003 and Outlook 2003. 1. Open your Exchange System Manager 2. Expand your “global Settings Folder” 3. Right Click on “Internet Message Formats” 4. Select the “Advanced” tab 5. […]