From the Exchange Management Shell Run the following command GCM exsetup |%{$_.Fileversioninfo} Note the ProductVersion number Check against Microsoft Exchange version referrence http://technet.microsoft.com/en-us/library/hh135098.aspx
Articles
Syntax Highlighter Evolved AutoIT Brush Plugin

Here is my second Syntax Highlighter Brush attempt. This one was far more complex than the last Arduino / Wiring Brush I made. There are still a few things that need to be worked out such as multiline comments and there seems to be a bug in WordPress / Syntax Highlighter that adds a semicolon in various places where one didn't exist before. I noticed this because the semicolon is used to denote comments in ...
Syntax Highlighter Evolved Arduino / Wiring Brush Plugin

I finally got around to making a custom plugin also called a "brush" for Syntax Highlighter that properly highlights the Arduino language called Wiring. I haven't fully worked out the colors for the different themes but so far the colors I have chosen look nice with the Default theme and the Emacs theme. I'm going to work on the colors more and make specific colors for each theme in the future. Check out the before and ...
LogFlush Tool Source Code

I have completed the LogFlush tool less a few extra features which I plan to add later. In the meantime here is the source code for the project. The tools is divided into 2 executables, 1 for the configuration and another which is the main task. The configuration data is stored in the registry and the task executable can be called at any time from a scheduler and it will call the last saved settings from the registry. Completed ...
Macbook Pro Unibody Hard Drive Disk Activity Light – MOD

Recently I started to run low on space so I decided to buy a new hard drive and although the speed increase from the faster drive was a nice bonus I still felt like something was missing, oh thats right an HD ACTIVITY LIGHT APPLE! I can see Steve Jobs making this call while saying something along the lines of it distracting from the cleanliness of the design and he probably called it an obsolete ...
SAS/SATA LSI Hardware PCI-e RAID under $50

SAS/SATA LSI Hardware PCI-e RAID under $50, say what? Yes its true and I will show you how. Recently I was shopping for some Raid controllers for our Dell PowerEdge 2950's at work which typically use a Dell PERC 5/i or you can outfit them with something better but I was looking for the OEM solution. I was hunting on eBay when I started to notice most of these cards where under $50, in fact ...
Slow Disk to Disk File Transfers (Caching)

Recently I ran into an issue that I would like to share with you and it had to do with slow file transfers. To make a long story short I am upgrading my server which has a RAID 5 and I am replacing the onboard RAID with a hard controller. To do this I am going to need to back up all my data on the RAID Array but this is where I ran into ...
MySQL Root Access Denied fix for Plesk

When you setup a Dedicated server with a host like 1and1 they setup an admin account for root access on MySQL but the password is a mystery and login from outside the localhost isn't possible anyway. After tons of frustration and searching I finally found the fix for this. The reason this is so important is mainly for backups, there's no other way to backup all of you databases quickly other than using an account ...
Setup Dedicated (VPS) Virtual Private Server from the ground up (1and1 hosting specific)

By now you should already have your server purchased and ready to go, if not go watch a movie while its being "set up" and come back here, I'll be here I promise. I know when I got my first dedicated server from 1and1 Web Hosting it took forever for them to "set it up" or whatever it is they do. I read on the website it normally takes about 24 hours but in my ...
WordPress prompts for FTP credentials when trying to update plugins and themes

There is a simple fix for this annoying prompt and I will cut to the short of it. FTP to your WordPress installation directory and copy the wp-config.php to your local machine. Open the file in your favorite editor and paste the following code right into the file near the top or bottom it doesn't matter which.