Solarwinds has a good monitoring program, plus a number of free tools. The lastest allows you to enable SMNP. See:, http://www.solarwinds.com/products/freetools/snmp-enabler-for-windows/enable-snmp.aspx
Month: May 2011
Audit files opened on a server — without turning on auditing
The security officer contacted me with was concern about an administrator looking at files in a user’s home directory. I was asked whether I could watch the files being opened without turning on auditing. OpenFilesUserSessionAuditor.vbs parses session data, and compiles a list of what files are opened by users over time. The data is written to a temporary database…
Snooze via VBScript
Snooze.vbs is the VBScript implementation of the VBA code I previously published to snooze pending Outlook reminders until 1 minutes before start time.
Outlook VBA: Reply to All as Text
I am a messaging old-timer, going back to the days of PINE and ELM and RBBSMail. I like to reply to message like this: >You said I reply. Actually the old days the mail client did it by initials so it looked like this: YS>You said AK>I reply. I get a lot of HTML mail,…
Outlook VBA: Snooze until one minute prior to start
I spend a lot of time on the phone for conference calls. If I snooze until 5 minutes before I am too early. 0 minutes before and I am too late. The following is VBA code to snooze open reminders until one minute prior to starting. I put it into a module and mapped it to…
Monitor the SCCM Software and Hardware Inventory Process
We rely on SCCM to know the status of our systems. After laptops are manually updated in the office, we want the SCCM inventory data to be sent before the computer is handed off to the user. Knowing when the inventory data has been sent can involve a tedious view of the logs. That is why I…
Too many permissions in AD
From MSKB 2001769: When you propagate the permissions on an object such as an organizational unit (OU), group, user, or computer in Active Directory, you may receive the following error: “Unable to save permission changes on ObjectName. A constraint violation occurred.” Cause: This will happen when the Access Control List (ACL) size on the object…