Scott Parker - 2013-10-02

Settings are modified in the "settings.xml" file.

Master AD account is hard codded in the frmMain.cs file in the following two vars:
private string domainUser = "SomeUser";
private string domainPassword = "SomePassword";

I will be changing this in the future to allow this to be stored and modified in the "settings.xml" file.