Webcast: The Top Five Ways to Keep Your Boss Out of Jail

http://www.quest.com/events/listdetails.aspx?contentid=7495&technology=89&prod=&prodfamily=&loc=
Presented by Keri Farrell, Product Manager, eDiscovery

It’s your job to keep your messaging system operating smoothly, so users aren’t impacted.  If that’s not enough, you also have to keep your data secure and comply with regulatory requirements.  Because if you don’t, someone might go to jail.

In this informative webcast, Quest product manager Keri Farrell shares five best practices you can quickly implement to securely store and manage messaging data, efficiently report on e-mail usage, and rapidly respond to e-discovery requests.

Keep your messaging system compliant and your colleagues out of jail – access this webcast now.

Exchange 2007 Server Builds

You know sometimes you need to like automate as much of an Exchange build as possible.  Well I came across this the other day.  This was a small hole that needed to be fixed in my build.

So we know that we need a few additional components for Exchange before you can install it.  I discovered the System Optional Component Manager aka sysocmgr and this allows you to add or remove windows components.

It uses an answer file that is dead easy to setup and with one command line you could install WWW, IIS Manager, IIS Common Files and COM+

So the answer file to add these components would look like this:

[components]
complusnetwork=on
iis_common=on
iis_www=on
iis_inetmer=on

so we if save this as answerfile.inf.  We can then install these components by running this:

sysocmgr /i:%windir%infsysoc.inf /u:c:tempanswerfile.inft’s that simple. 

This seems a full list of the components you can install or in fact remove using the same process