MySQL

Email Forwarding Stats

I had the opportunity to write a quick script to query Active Directory for accounts that were forwarded and store those forwarded email addresses in a MySQL database to run a couple of reports against. This was pretty fun for me. I’ve attached the C# source code. I used the MySQL db driver located here.

Linux Task Execution Automation

We have a set of 11 linux servers that function as our VMware hosts. While these systems are not necessarily all the same hardware, they need to look identical as it relates to software and kernel versions. I’ve been working on system to automate the tasks done on these machines. What I’ve come up with has so far and will work pretty well.