Slight problem today with emails stuck in users’ outboxes in Outlook and for OWA users their messages were moving to the Drafts folder without being sent. Problem was that a [...]
Feb
2009
Removing Old IIS Logs
Simple powershell script to remove old IIS logs (or any other file for that matter). $pathToLogs = “C:\WINDOWS\system32\LogFiles\W3SVC1″;$LogAgeTarget = 183; # Number of days of logs to keep$dteNow = Get-Date [...]
Feb
2009
Swap Space Labels
A few issues today with a machine that had been left to boot with its swap space on the SAN. So I wanted to tell the machine to use the [...]
Feb
2009
MySQL Converting ISAM to MyISAM
Some old database tables needed to be converted. This can be done at the mysql command prompt with: ALTER TABLE tbl_name TYPE = MYISAM; Or using the script ‘mysql_convert_table_format’ which [...]
Feb
2009
Problem Adding Exchange Profile
Setting up the email account for Outlook results in the message: ”The action cannot be completed. The connection to Microsoft Exchange is unavailable. Outlook must be online or connected to [...]

