<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Exchange Server Pro &#187; Books</title>
	<atom:link href="http://exchangeserverpro.com/tag/books/feed" rel="self" type="application/rss+xml" />
	<link>http://exchangeserverpro.com</link>
	<description>Microsoft Exchange Server News - Tips - Tutorials</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:00:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Review: Microsoft Exchange 2010 PowerShell Cookbook</title>
		<link>http://exchangeserverpro.com/review-microsoft-exchange-2010-powershell-cookbook</link>
		<comments>http://exchangeserverpro.com/review-microsoft-exchange-2010-powershell-cookbook#comments</comments>
		<pubDate>Tue, 09 Aug 2011 00:30:01 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=3904</guid>
		<description><![CDATA[Review of the book Microsoft Exchange 2010 PowerShell Cookbook.]]></description>
			<content:encoded><![CDATA[<p><a rel="nofollow"  href="http://www.amazon.com/dp/1849682461?tag=0407xghs-20"><img src='http://ecx.images-amazon.com/images/I/512IIo-ZrBL._SL160_.jpg' rel='1849682461' class='alignleft' width='130' height='160' alt='Microsoft Exchange 2010 PowerShell Cookbook'  /></a>PowerShell is hands down one of the most important skills than an Exchange administrator can learn. You can do a lot in <a href="http://exchangeserverpro.com">Exchange Server 2010</a> using the GUI administration tools, but eventually you&#8217;re going to have to drop into the shell to do some deeper administration or simply to save time on bulk admin.</p>
<p>My first contact with PowerShell was when Exchange Server 2007 was released. I dipped into the shell only when absolutely necessary, preferring to stay in the GUI whenever possible.  As time went on I found myself using the shell more and more, and developing a few scripts in my tool kit for some of the repetitive tasks that came with working primarily on Exchange deployments and migrations.</p>
<p>Today I&#8217;m working on a team that manages an Exchange Server environment of over 80,000 mailboxes, so using PowerShell on a regular basis is pretty much mandatory. Because of this I&#8217;ve been on the lookout for a good book that deals specifically with PowerShell for Exchange Server 2010.</p>
<p>Well it looks like that book has finally arrived in <a rel="nofollow"  href="http://www.amazon.com/dp/1849682461?tag=0407xghs-20">Microsoft Exchange 2010 PowerShell Cookbook</a> by Mike Pfeiffer.</p>
<p>Mike is an Exchange MVP, a Microsoft Certified Master on Exchange 2010, and someone whose blog I&#8217;ve followed for quite a while now. When my copy of his book arrived I decided to have a quick look at it just before I went to bed. Over an hour later I was still reading, it is just that good!</p>
<h2>PowerShell Key Concepts</h2>
<p>The first chapter of the book dives into the fundamentals of PowerShell and how they apply to Exchange Server 2010. Back when I first started learning PowerShell I started with a book that was about the topic in general, rather than being specifically written about Exchange. I think that is one of the reasons I was not immediately enthusiastic about learning PowerShell, because I wasn&#8217;t learning skills that I could use immediately.</p>
<p>Mike has done well to introduce PowerShell for the reader in an interesting way and kept it on topic for Exchange through the entire first chapter. I really like the way it delivers value straight away with this approach.</p>
<h2>Routine Exchange Server Administration</h2>
<p>The next few chapters of <a rel="nofollow"  href="http://www.amazon.com/dp/1849682461?tag=0407xghs-20">Microsoft Exchange 2010 PowerShell Cookbook</a> go through the use of PowerShell to perform the sorts of tasks an Exchange Server administrator would encounter on a daily basis &#8211; mailboxes, distribution groups, public folders and so on.</p>
<p>Next Mike dives into each of the Exchange 2010 server roles. Every section of these chapters delivers a useful command or sample script, such as creating an ActiveSync device report, performing message tracking log searches on multiple Transport servers at once, or reporting on average mailbox sizes.</p>
<p>The style of delivery is perfect for these chapters, following a simple but effective &#8220;What we want to do&#8221;, &#8220;How to do it&#8221;, and &#8220;How it works&#8221; pattern.</p>
<h2>Advanced Exchange Server Administration</h2>
<p>The last few chapters of <a rel="nofollow"  href="http://www.amazon.com/dp/1849682461?tag=0407xghs-20">Microsoft Exchange 2010 PowerShell Cookbook</a> get into more advanced territory. Mike has written some in-depth advice on topics such as:</p>
<ul>
<li>Scripting the deployment of Exchange Server 2010 high availability</li>
<li>Compliance and auditing</li>
<li>Monitoring and troubleshooting</li>
</ul>
<p>There is also a closing chapter on scripting with the Exchange Web Services API, so that guys like me can throw away our dusty old VBS scripts for sending emails and use PowerShell with EWS instead, and create scripts for deeper reporting on mailbox content.</p>
<h2>Summary</h2>
<p>Like I said earlier I&#8217;ve been looking for the perfect book for using PowerShell with Exchange Server 2010, and this book has finally filled that need. If you&#8217;re an Exchange Server administrator looking to be more efficient, or you want to learn the skills to win you a job in bigger Exchange Server environments, then I definitely recommend you pick up a copy of <a rel="nofollow"  href="http://www.amazon.com/dp/1849682461?tag=0407xghs-20">Microsoft Exchange 2010 PowerShell Cookbook</a>.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/powershell-script-create-mailbox-size-report-exchange-server-2010" title="Get-MailboxReport.ps1 &#8211; PowerShell Script to Generate Mailbox Reports">Get-MailboxReport.ps1 &#8211; PowerShell Script to Generate Mailbox Reports</a></li><li><a href="http://exchangeserverpro.com/test-mailflow-exchange-2003-servers" title="Using Test-Mailflow with Exchange 2003 Servers">Using Test-Mailflow with Exchange 2003 Servers</a></li><li><a href="http://exchangeserverpro.com/health-check-exchange-2010-mailbox-server" title="How to Health Check an Exchange 2010 Mailbox Server">How to Health Check an Exchange 2010 Mailbox Server</a></li><li><a href="http://exchangeserverpro.com/set-automated-exchange-2010-database-backup-alert-email" title="How to Set Up an Automated Exchange 2010 Database Backup Alert Email">How to Set Up an Automated Exchange 2010 Database Backup Alert Email</a></li><li><a href="http://exchangeserverpro.com/powershell-script-check-exchange-2010-database-backups" title="PowerShell Script: Check Exchange 2010 Database Backups">PowerShell Script: Check Exchange 2010 Database Backups</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/review-microsoft-exchange-2010-powershell-cookbook">Review: Microsoft Exchange 2010 PowerShell Cookbook</a> is © 2011 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/review-microsoft-exchange-2010-powershell-cookbook/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Exchange Server 2010 Training</title>
		<link>http://exchangeserverpro.com/exchange-server-2010-training</link>
		<comments>http://exchangeserverpro.com/exchange-server-2010-training#comments</comments>
		<pubDate>Sun, 17 Jul 2011 13:54:37 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=3765</guid>
		<description><![CDATA[Learn about the options available for Exchange Server 2010 training, from completely free, to low cost, to premium training.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-3485" title="Exchange Server 2010 Logo" src="http://exchangeserverpro.com/wp-content/uploads/2011/05/exchange-2010-logo.png" alt="Exchange Server 2010 Logo" width="70" height="70" />I&#8217;m often asked which is the best way to learn <a href="http://exchangeserverpro.com">Exchange Server 2010</a>. People are interested in either learning about Exchange Server 2010 for their job, or they want to learn about it so that they can pass the Microsoft certification exams.</p>
<p>The best Exchange Server 2010 training option for you will really depend on how you prefer to learn new skills. Some people like books, some like videos, and some just like to get hands on. So here are my recommendations for the different ways for you to do Exchange Server 2010 training.</p>
<h2>How to Learn Exchange Server 2010 for Free</h2>
<p>The cheapest way to do Exchange Server 2010 training is, obviously, to do it for <strong>free</strong>.</p>
<p class="alert">You can get free beginner&#8217;s training in the <a href="http://exchangeserverpro.com/training">Exchange 2010 Boot Camp</a>, which is a free video training series that I have produced.</p>
<p>Or if you&#8217;d prefer to use different training materials, then all it takes is a little bit of effort to seek out the resources that you will need.</p>
<p>First of all there is the software. The basic components you will need are:</p>
<ul>
<li><strong>Windows Server 2008 64-bit</strong> &#8211; you can download the 180-day evaluation version <a href="http://technet.microsoft.com/en-us/evalcenter/ee175713.aspx">here</a>.</li>
<li><strong>Exchange Server 2010</strong> &#8211; you can download the <a href="http://www.microsoft.com/download/en/details.aspx?id=28190">SP2 build here</a>, and it will run for 120 days in trial mode. The certification exams are mostly aligned with RTM, and SP1 did change a few things so make sure you learn the differences if you plan to sit the exams.</li>
</ul>
<p>If you&#8217;d rather get a pre-configured Exchange 2010 lab environment you could also download the <a href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=5002">Exchange Server 2010 VHD packages</a>.</p>
<p>If you are willing to spend a little money getting a <a href="http://technet.microsoft.com/en-us/subscriptions/buy.aspx">TechNet subscription</a> makes it a lot easier to get access to Microsoft software and run it for longer than the normal evaluation periods.</p>
<p>The next thing you need if you plan to sit the certification exams is the exam preparation guides.</p>
<ul>
<li>For <a title="Training for Exchange Server 2010 70-662 Exam" href="http://exchangeserverpro.com/training-exchange-server-2010-70662-exam">exam 70-662</a> (MCTS: Microsoft Exchange Server 2010, Configuring) the preparation guide is <a href="http://www.microsoft.com/learning/en/us/exam.aspx?id=70-662#tab2">here</a></li>
<li>For <a title="Training for Exchange Server 2010 70-663 Exam" href="http://exchangeserverpro.com/training-exchange-server-2010-70663-exam">exam 70-663</a> (MCITP: Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010) the preparation guide is <a href="http://www.microsoft.com/learning/en/us/exam.aspx?id=70-663#tab2">here</a></li>
</ul>
<p>Work through the list of skills measured for each, and seek out the documentation that explains each of those items.</p>
<p>You&#8217;ll find all of it documented in the <a href="http://technet.microsoft.com/en-us/exchange/dd203064.aspx">Exchange Server TechCenter</a> on TechNet. The TechNet information for Exchange Server 2010 is actually very good, though sometimes it would benefit from more diagrams. The biggest downsides to using TechNet is that the content is not always structured in a way that makes sense for training.</p>
<h2>Exchange Server 2010 Training Books</h2>
<p>If you&#8217;re looking for more of an structured, instructional approach to learning Exchange 2010 then the official training kits from Microsoft Press are a good option.</p>
<a rel="nofollow"  href="http://www.amazon.com/dp/0735627169?tag=0407xghs-20"><img src='http://ecx.images-amazon.com/images/I/41aSyveUXnL._SL160_.jpg' rel='0735627169' class='alignleft' width='127' height='160' alt='MCTS Self-Paced Training Kit (Exam 70-662): Configuring Microsoft Exchange Server 2010 (Pro - Certification)'  /></a>
<p>These training kits align with the skills measured in the exam preparation guides. They are written as a learning tool, with good explanations and step by step demonstrations, rather than being a reference like TechNet.</p>
<p>I used to avoid getting training books because their size and weight made it impractical to carry them with me each day, but these days with ebooks and the Kindle for PC software it is a lot more convenient to have a library of these types of technical books on hand for training and reference.</p>
<p>Each exam has it&#8217;s own training kit. The books for <a rel="nofollow"  href="http://www.amazon.com/dp/0735627169?tag=0407xghs-20">exam 70-662</a> and exam <a rel="nofollow"  href="http://www.amazon.com/dp/0735658080?tag=0407xghs-20">exam 70-663</a> are both available now.</p>
<p>If you&#8217;re shopping for books I also recommend you pick up a copy of <a rel="nofollow"  href="http://www.amazon.com/dp/0735627193?tag=0407xghs-20">Microsoft Exchange Server 2010 Best Practices</a> which is an invaluable reference.</p>
<h2>Exchange Server 2010 Training Programs</h2>
<p>For the last few years my personal favourite learning method has been video training. For some reason I just enjoy the format more and tend to learn faster. I can sit through a few hours of video in one session, whereas with books I tend to last only an hour or so without taking lots of breaks.</p>
<p>I also like that video lets me <em>see</em> Exchange Server 2010 in action even at times when I am away from any Exchange servers to work with. And most video training also comes with audio versions as well. I&#8217;ve spent a lot of time in my car driving long distances for work while listening to Exchange 2010 training MP3s on my iPod.</p>
<p>For Exchange Server 2010 certification I used the video training from Train Signal. I wrote reviews of the two courses they sell &#8211; for <a title="Training for Exchange Server 2010 70-662 Exam" href="http://exchangeserverpro.com/training-exchange-server-2010-70662-exam">exam 70-662 here</a>, and <a title="Training for Exchange Server 2010 70-663 Exam" href="http://exchangeserverpro.com/training-exchange-server-2010-70663-exam">exam 70-663 here</a>.</p>
<p>The video training costs more than books, but if you prefer video and audio like I do then they are worth paying the extra for. I scored 978 and 962 when I sat the two exams and I think the Train Signal courses had a lot to do with that.</p>
<h2>Which Exchange Server 2010 Training is Best for You?</h2>
<p>So with all of these options available which one should you choose? My recommendations are:</p>
<ul>
<li>If you&#8217;re on a tight budget and have no money to spend, start with the <a href="http://exchangeserverpro.com/training">Exchange 2010 Boot Camp</a>, or download the trial software or the VHD images and use TechNet to get started</li>
<li>If you&#8217;ve got a little money to spend then go for the Microsoft Press training books</li>
<li>If you can afford the video training courses and like me you learn faster from video, then order those</li>
<li>If you can afford a TechNet subscription to go along with any of the above training options, I highly recommend you get one</li>
</ul>
<p>I hope you found that useful in answering some of your Exchange Server 2010 training questions. If you have any further questions please feel free to ask them in the comments below or get in touch with me using the contact form on this site.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/training-exchange-server-2010-70663-exam" title="Training for Exchange Server 2010 70-663 Exam">Training for Exchange Server 2010 70-663 Exam</a></li><li><a href="http://exchangeserverpro.com/training-exchange-server-2010-70662-exam" title="Training for Exchange Server 2010 70-662 Exam">Training for Exchange Server 2010 70-662 Exam</a></li><li><a href="http://exchangeserverpro.com/microsoft-exchange-server-training-portal" title="Microsoft Exchange Server Training Portal">Microsoft Exchange Server Training Portal</a></li><li><a href="http://exchangeserverpro.com/microsoft-exam-70-236-exchange-server-2007-configuration-mcts" title="Microsoft Exam 70-236: Exchange Server 2007 Configuration (MCTS)">Microsoft Exam 70-236: Exchange Server 2007 Configuration (MCTS)</a></li><li><a href="http://exchangeserverpro.com/review-microsoft-exchange-2010-powershell-cookbook" title="Review: Microsoft Exchange 2010 PowerShell Cookbook">Review: Microsoft Exchange 2010 PowerShell Cookbook</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/exchange-server-2010-training">Exchange Server 2010 Training</a> is © 2011 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/exchange-server-2010-training/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook 2010 Inside Out for Exchange Server Pros</title>
		<link>http://exchangeserverpro.com/outlook-2010-inside-out-for-exchange-server-pros</link>
		<comments>http://exchangeserverpro.com/outlook-2010-inside-out-for-exchange-server-pros#comments</comments>
		<pubDate>Mon, 02 Aug 2010 09:00:15 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Outlook 2010]]></category>

		<guid isPermaLink="false">http://exchangeserverpro.com/?p=1807</guid>
		<description><![CDATA[One of my favorite things about working with Exchange Server is the way it exposes you to every layer of IT. With so much to understand I look for resources that are good for both fast learning and ongoing reference material.  Which is why I am excited to see the release of Microsoft Outlook 2010 Inside Out from MS Press.]]></description>
			<content:encoded><![CDATA[<p><a href="http://exchangeserverpro.com/recommends/outlook2010insideout"><img class="alignright size-full wp-image-1809" title="outlook2020insideout" src="http://exchangeserverpro.com/wp-content/uploads/2010/08/outlook2020insideout.jpg" alt="" width="200" height="252" /></a>One of my favorite things about working with Exchange Server is the way it exposes you to every layer of IT.</p>
<p>From the data center to the end user and everything in between, Exchange Server pros need experience with such a broad range of concepts, products and technologies that it can sometimes be overwhelming.</p>
<p>At the end user level there is the Outlook client itself, the most heavily used application in many businesses.  So much of our back-end server architecture and administration is for the benefit of the end user experience.</p>
<p>Think about new Exchange Server 2010 features such as Mail Tips and Rights Management integration, and other common scenarios such as delegation and shared mailbox access.  These types of daily usage scenarios make Outlook one of the most important applications an Exchange Server admin needs to know and understand.</p>
<p>With so much to understand I look for resources that are good for both fast learning and ongoing reference material.  Which is why I am excited to see the release of <a href="http://exchangeserverpro.com/recommends/outlook2010insideout">Microsoft Outlook 2010 Inside Out</a> from MS Press.</p>
<p>At just over 1000 pages long this book is the ultimate Outlook reference for Exchange Server pros.  It covers the total end user functionality and also includes a section decicated to using Outlook with Exchange Server.</p>
<p>Definitely a must have for your Exchange Server library.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/review-microsoft-exchange-2010-powershell-cookbook" title="Review: Microsoft Exchange 2010 PowerShell Cookbook">Review: Microsoft Exchange 2010 PowerShell Cookbook</a></li><li><a href="http://exchangeserverpro.com/exchange-server-2010-training" title="Exchange Server 2010 Training">Exchange Server 2010 Training</a></li><li><a href="http://exchangeserverpro.com/find-meeting-rooms" title="How to Find Available Meeting Rooms">How to Find Available Meeting Rooms</a></li><li><a href="http://exchangeserverpro.com/autodiscover-ssl-warnings-exchange-2010-migration" title="Autodiscover and SSL Warnings during Exchange 2010 Migration">Autodiscover and SSL Warnings during Exchange 2010 Migration</a></li><li><a href="http://exchangeserverpro.com/outlook-error-view-30-calendars" title="Outlook Error: You Cannot View More Than 30 Calendars">Outlook Error: You Cannot View More Than 30 Calendars</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/outlook-2010-inside-out-for-exchange-server-pros">Outlook 2010 Inside Out for Exchange Server Pros</a> is © 2010 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/outlook-2010-inside-out-for-exchange-server-pros/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Ultimate Exchange Server 2007 Toolkit</title>
		<link>http://exchangeserverpro.com/the-essential-exchange-server-2007-toolkit</link>
		<comments>http://exchangeserverpro.com/the-essential-exchange-server-2007-toolkit#comments</comments>
		<pubDate>Tue, 30 Mar 2010 05:02:04 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[Exchange 2007]]></category>

		<guid isPermaLink="false">http://www.capslockassassin.com/2008/11/07/the-essential-exchange-server-2007-toolkit/</guid>
		<description><![CDATA[Make sure you always have the essential tools you need for working with Exchange Server 2007 by downloading my toolkit.]]></description>
			<content:encoded><![CDATA[<p>If you are regularly deploying or administering Exchange Server 2007 environments then chances are there are some pieces of software and documentation that you regularly need to make use of.  Today I thought I would share with you what is in my own Exchange 2007 toolkit.</p>
<h2>Software</h2>
<h3>Operating Systems</h3>
<p>Naturally it pays to have copies of the Windows Server CD media on hand.  If you don’t like carrying CD’s then having ISOs that you can mount is usually just as good.</p>
<ul>
<li>Windows Server 2003 32-bit and 64-bit (both Standard and Enterprise, and R2) CD media, <a href="http://www.exchangeserverpro.com/2008/02/19/slipstreaming-service-pack-2-into-your-windows-server-2003-r2-media/" target="_blank">slipstreamed with SP2</a>.</li>
<li>Windows Server 2008 32-bit and 64-bit DVD media (includes all the bits for both Standard and Enterprise on it) with SP2.</li>
</ul>
<h3>Exchange Pre-Requisites</h3>
<p>When deploying Exchange 2007 on Windows Server 2003 there are several pre-requisites needed.  Having these ready to copy to the server saves a lot of time finding and downloading them:</p>
<ul>
<li>.NET 2.0 with Service Pack 1 (<a href="http://www.microsoft.com/downloads/details.aspx?familyid=79BC3B77-E02C-4AD3-AACF-A7633F706BA5&amp;displaylang=en" target="_blank">x86</a> and <a href="http://www.microsoft.com/downloads/info.aspx?na=40&amp;p=2&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=79bc3b77-e02c-4ad3-aacf-a7633f706ba5&amp;u=http%3a%2f%2fwww.microsoft.com%2fdownloads%2fdetails.aspx%3fFamilyId%3d029196ED-04EB-471E-8A99-3C61D19A4C5A%26displaylang%3den" target="_blank">x64</a>)</li>
<li>MMC 3.0 (<a href="http://www.microsoft.com/downloads/details.aspx?familyid=4C84F80B-908D-4B5D-8AA8-27B962566D9F&amp;displaylang=en" target="_blank">x86</a> and <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=B65B9B17-5C6D-427C-90AA-7F814E48373B&amp;displaylang=en" target="_blank">x64</a>)</li>
<li>PowerShell (<a href="http://www.microsoft.com/downloads/details.aspx?familyid=10EE29AF-7C3A-4057-8367-C9C1DAB6E2BF&amp;displaylang=en" target="_blank">x86</a> and <a href="http://www.microsoft.com/downloads/info.aspx?na=47&amp;p=3&amp;SrcDisplayLang=en&amp;SrcCategoryId=&amp;SrcFamilyId=10ee29af-7c3a-4057-8367-c9c1dab6e2bf&amp;u=details.aspx%3ffamilyid%3d8913EEC8-B8AD-4889-AD85-A113F13441C5%26displaylang%3den" target="_blank">x64</a>)</li>
</ul>
<p>Even though production Exchange systems are only deployed on 64-bit servers I include both the 32-bit and 64-bit pre-requisites in my toolkit for situations where the Exchange 2007 schema extension is <a href="http://www.exchangeserverpro.com/2008/03/17/apply-the-exchange-server-2007-schema-extension-using-a-32-bit-schema-master/" target="_blank">performed on a 32-bit domain controller</a>.</p>
<p>Windows Server 2008 deployments don’t need any special software because all of the Exchange 2007 pre-requisites can be <a href="http://www.exchangeserverpro.com/2008/03/27/installing-exchange-server-2007-pre-requisites-on-windows-server-2008/" target="_blank">installed via the command line</a>.</p>
<h3>Exchange Installation Source</h3>
<p>The latest build of Exchange 2007 is SP3 and is available as a complete install (ie, doesn’t require you to install RTM and then apply SP3).  Again even though only 64-bit is used for production Exchange servers I still carry the 32-bit version with me for <a href="http://www.exchangeserverpro.com/2008/03/17/apply-the-exchange-server-2007-schema-extension-using-a-32-bit-schema-master/" target="_blank">schema extensions</a> and for <a href="http://support.microsoft.com/kb/555841" target="_blank">installing the management tools on administrative workstations</a>.</p>
<p>You can download both 32-bit and 64-bit install source <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=1687160b-634a-43cb-a65a-f355cff0afa6&amp;displaylang=en" target="_blank">here</a>.</p>
<p><strong>Planning, Deployment and Troubleshooting Tools</strong></p>
<p>When you are planning or testing a new Exchange Server 2007 deployment these tools are are essential.</p>
<ul>
<li>Exchange 2007 Mailbox Server Role Storage Requirements Calculator (<a href="http://msexchangeteam.com/files/12/attachments/entry438481.aspx">download here</a>)</li>
<li>Microsoft Exchange Server Jetstress Tool (<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=94B9810B-670E-433A-B5EF-B47054595E9C&amp;displaylang=en">x86</a> and <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=73DFE056-0900-4DBB-B14A-0932338CECAC&amp;displaylang=en">x64</a>)</li>
<li>Exchange Load Generator (<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=DDEC1642-F6E3-4D66-A82F-8D3062C6FA98&amp;displaylang=en">x86</a> and <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=0FDB6F14-1E42-4165-BB17-96C83916C3EC&amp;displaylang=en">x64</a>)</li>
<li>Exchange Server Stress and Performance Tool (<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=7F944850-945F-4E60-B6D6-CF7341D7F9C3&amp;displaylang=en">x86</a> and <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=B9E200D5-18B9-4734-B9D9-9E6EFC48BCB6&amp;displaylang=en">x64</a>)</li>
<li>Microsoft Exchange Server Profile Analyzer (<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=8F575F60-BD80-44AA-858B-A1F721108FAD&amp;displaylang=en">x86</a> and <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=C009C049-9F4C-4519-A389-69C281B2ABDA&amp;displaylang=en">x64</a>)</li>
<li>Microsoft Exchange <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=DBAB201F-4BEE-4943-AC22-E2DDBD258DF3&amp;displaylang=en">Best Practices Analyzer v2.8</a></li>
<li>2007 Office System Converter: Microsoft Filter Pack <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=60C92A37-719C-4077-B5C6-CAC34F4227CC&amp;displaylang=en">here</a>, plus the reg script <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;944516">here</a></li>
<li><a href="http://geekswithblogs.net/ksellenrode/archive/2008/12/31/128271.aspx">FBA Editor</a>, for customizing ISA/TMG logon forms</li>
<li><a href="http://support.microsoft.com/kb/321046">DNSLint</a>, for AD replication troubleshooting</li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?familyid=cb42fc06-50c7-47ed-a65c-862661742764&amp;displaylang=en">Microsoft Active Directory Topology Diagrammer</a> for generating Visio diagrams</li>
<li><a href="http://admodify.codeplex.com/releases/view/6065">ADmodify</a> for bulk object editing, useful in GAL segregation scenarios</li>
<li>Microsoft Exchange Server <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=635BE792-D8AD-49E3-ADA4-E2422C0AB424&amp;displaylang=en">Public Folder DAV-based Administration Tool</a></li>
<li>Microsoft Exchange <a href="http://www.microsoft.com/downloads/details.aspx?familyid=4BDC1D6B-DE34-4F1C-AEBA-FED1256CAF9A&amp;displaylang=en">Troubleshooting Assistant v1.1</a></li>
<li>Exchange 2007 <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=805EAF35-EBB3-43D4-83E4-A4CCC7D88C10&amp;displaylang=en">Anti Spam Migration Tool</a></li>
<li><a href="http://mfcmapi.codeplex.com/">MFCMAPI</a></li>
<li>Automatic Fix-It package for <a href="http://support.microsoft.com/kb/940845">installing Exchange on Domain Controllers</a></li>
</ul>
<h2>Documentation</h2>
<p>Microsoft provides downloadable help files for Exchange 2007 that are invaluable when out in the field, especially if you happen to be without internet access and need information fast.</p>
<ul>
<li><a href="http://www.microsoft.com/downloads/details.aspx?familyid=85C5EF71-6A1F-4EB0-9FF3-3FEEE6057E96&amp;displaylang=en" target="_blank">Microsoft Exchange Server 2007 Service Pack 2 Help</a></li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=ab3523a9-d502-420d-9719-9373fa2427ba&amp;displaylang=en" target="_blank">Microsoft Exchange Server 2007 Service Pack 2 Shell Help</a></li>
</ul>
<p>While there are many good Exchange 2007 books around most of them are too big and heavy to carry out in the field.  That is why I carry the Administrator’s Pocket Consultant with me.  However will also list here the other books that I keep in the office for reference:</p>
<ul>
<li><a href="http://www.amazon.com/gp/product/0735625867?ie=UTF8&amp;tag=thecapsassa-20&amp;link_code=as3&amp;camp=211189&amp;creative=373489&amp;creativeASIN=0735625867" target="_blank">Microsoft Exchange Server 2007 Administrator’s Pocket Consultant</a> (Second Edition)</li>
<li><a href="http://www.amazon.com/gp/product/0672329204?ie=UTF8&amp;tag=thecapsassa-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=0672329204" target="_blank">Microsoft Exchange Server 2007 Unleashed</a></li>
<li><a href="http://www.amazon.com/gp/product/1597491373?ie=UTF8&amp;tag=thecapsassa-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=1597491373" target="_blank">How to Cheat at Configuring Exchange Server 2007</a></li>
</ul>
<h2>Want to work with Exchange Server 2007?</h2>
<p>If you’re interested in working with Exchange Server 2007 you may want to:</p>
<ul>
<li>Get certified.  I’ve completed both the <a href="http://www.exchangeserverpro.com/2007/10/02/microsoft-exam-70-236-exchange-server-2007-configuration-mcts/" target="_blank">MCTS certification</a>, and MCITP certification for Exchange 2007 using these <a href="http://www.amazon.com/gp/product/0735624097?ie=UTF8&amp;tag=thecapsassa-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=0735624097" target="_blank">two</a> <a href="http://www.amazon.com/gp/product/0735624119?ie=UTF8&amp;tag=thecapsassa-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=0735624119" target="_blank">books</a>.</li>
<li>Download my <a href="http://exchangeserverpro.com/exchange-2007-transition-guide">Exchange Server 2007 Transition Guide</a> to learn how to migrate from Exchange 2003 to Exchange 2007.</li>
<li>Read my <a href="http://www.exchangeserverpro.com/2008/02/10/project-coconut-an-exchange-server-2000-to-2007-transition-introduction/" target="_blank">Project Coconut series</a>, a real world Exchange 2007 deployment I recently worked on.</li>
<li><a href="http://feeds.feedburner.com/TheCapslockAssassin" target="_blank">Subscribe to my RSS feed</a>, so you can keep up to date with all of my Exchange related blog posts.</li>
</ul>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/microsoft-exam-70-236-exchange-server-2007-configuration-mcts" title="Microsoft Exam 70-236: Exchange Server 2007 Configuration (MCTS)">Microsoft Exam 70-236: Exchange Server 2007 Configuration (MCTS)</a></li><li><a href="http://exchangeserverpro.com/exchange-server-2010-training" title="Exchange Server 2010 Training">Exchange Server 2010 Training</a></li><li><a href="http://exchangeserverpro.com/microsoft-exchange-server-training-portal" title="Microsoft Exchange Server Training Portal">Microsoft Exchange Server Training Portal</a></li><li><a href="http://exchangeserverpro.com/which-exchange-certification-should-you-pursue" title="Which Exchange certification should you pursue?">Which Exchange certification should you pursue?</a></li><li><a href="http://exchangeserverpro.com/free-microsoft-exchange-ebooks" title="Free Microsoft Exchange ebooks">Free Microsoft Exchange ebooks</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/the-essential-exchange-server-2007-toolkit">The Ultimate Exchange Server 2007 Toolkit</a> is © 2010 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/the-essential-exchange-server-2007-toolkit/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Free Microsoft Exchange ebooks</title>
		<link>http://exchangeserverpro.com/free-microsoft-exchange-ebooks</link>
		<comments>http://exchangeserverpro.com/free-microsoft-exchange-ebooks#comments</comments>
		<pubDate>Wed, 03 Dec 2008 02:34:07 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Exchange 2007]]></category>

		<guid isPermaLink="false">http://www.capslockassassin.com/2008/12/03/free-microsoft-exchange-ebooks/</guid>
		<description><![CDATA[From MSExchange.org: &#160; Configuring Microsoft Exchange for Fast Recovery is a free e-book available from Realtime Publishers. Microsoft Exchange is the premiere authority for email in today’s global marketplace. With the impact email has on the workplace and corporate communications, along with the advent of Exchange Server 2007, maintaining an optimal environment is vital.&#160; This [...]]]></description>
			<content:encoded><![CDATA[<p>From MSExchange.org:</p>
<blockquote><p>&#160;</p>
<p><a href="http://nexus.realtimepublishers.com/ESCMEFR.htm">Configuring Microsoft Exchange for Fast Recovery</a> is a free e-book available from Realtime Publishers. </p>
<p>Microsoft Exchange is the premiere authority for email in today’s global marketplace. With the impact email has on the workplace and corporate communications, along with the advent of Exchange Server 2007, maintaining an optimal environment is vital.&#160; This includes building a resilient environment that can recover from unexpected interruptions.</p>
<p>The Essentials Series: Configuring Microsoft Exchange for Fast Recovery will provide you with the tools for configuring hardware backup and restoration strategies to help return Exchange to full function with minimal downtime.</p>
</blockquote>
<p>The download is available <a href="http://nexus.realtimepublishers.com/ESCMEFR.htm" target="_blank">here</a> at the Realtime Publishers website.&#160; There are other free ebooks available as well, but be warned you need to jump through some registration and personal information hoops to get access to them.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/google-announces-email-continuity-exchange-server" title="Google Announces Email Continuity for Exchange Server">Google Announces Email Continuity for Exchange Server</a></li><li><a href="http://exchangeserverpro.com/the-essential-exchange-server-2007-toolkit" title="The Ultimate Exchange Server 2007 Toolkit">The Ultimate Exchange Server 2007 Toolkit</a></li><li><a href="http://exchangeserverpro.com/some-recent-articles" title="Some Recent Articles">Some Recent Articles</a></li><li><a href="http://exchangeserverpro.com/exchange-server-2007-backup-and-recovery" title="Exchange Server 2007 Backup and Recovery">Exchange Server 2007 Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/enterprise-systems-backup-and-recovery-book" title="Enterprise Systems Backup and Recovery (Book)">Enterprise Systems Backup and Recovery (Book)</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/free-microsoft-exchange-ebooks">Free Microsoft Exchange ebooks</a> is © 2008 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/free-microsoft-exchange-ebooks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enterprise Systems Backup and Recovery (Book)</title>
		<link>http://exchangeserverpro.com/enterprise-systems-backup-and-recovery-book</link>
		<comments>http://exchangeserverpro.com/enterprise-systems-backup-and-recovery-book#comments</comments>
		<pubDate>Tue, 25 Nov 2008 10:53:45 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Disaster Recovery]]></category>

		<guid isPermaLink="false">http://www.capslockassassin.com/2008/11/25/enterprise-systems-backup-and-recovery-book/</guid>
		<description><![CDATA[Dan lets us know that the book Enterprise Systems Backup and Recovery: A Corporate Insurance Policy written by local guru Preston De Guise is available now.&#160; The book is a platform-agnostic guide to comprehensive backup and recovery systems and should be compulsory reading for IT decision makers. In the author’s own words: &#160; Instead of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.penguinpunk.net/blog/?p=112">Dan</a> lets us know that the book <strong>Enterprise Systems Backup and Recovery: A Corporate Insurance Policy</strong> written by local guru <a href="http://www.enterprisesystemsbackup.com/Enterprise_Systems_Backup/About_the_Book.html">Preston De Guise</a> is <a title="Amazon.com - Enterprise Systems Backup and Recovery: A Corporate Insurance Policy" href="http://www.amazon.com/Enterprise-Systems-Backup-Recovery-Corporate/dp/1420076396?ie=UTF8&amp;s=books&amp;qid=1221104920&amp;sr=8-1">available now</a>.&#160; The book is a platform-agnostic guide to comprehensive backup and recovery systems and should be compulsory reading for IT decision makers.</p>
<p>In the author’s own words:</p>
<blockquote><p>&#160;</p>
<p>Instead of focusing on any individual backup product, this book recommends corporate procedures and policies that need to be established for comprehensive data protection.</p>
<p>It provides relevant information to any organisation, regardless of which operating systems or applications are deployed, what backup system is in place, or what planning has been done for business continuity.</p>
<p>It explains how backup must be included in every phase of system planning, development, operation, and maintenance. It also provides techniques for analyzing and improving current backup system performance.</p>
</blockquote>
<p><img title="9781420076394" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 5px 0px 0px; border-right-width: 0px" height="154" alt="9781420076394" src="http://www.exchangeserverpro.com/wp-content/uploads/2008/11/9781420076394.jpg" width="104" align="left" border="0" />I’ve tangled with <a href="http://www.symantec.com/business/backup-exec-for-windows-servers">many</a> <a href="http://www.ca.com/us/data-loss-prevention.aspx">different</a> <a href="http://www.symantec.com/business/netbackup">backup</a> <a href="http://support.microsoft.com/kb/814583">systems</a> in my career and in at least half of those environments the problems with the backup systems were not due to sloppy implementation, rather they were due to unclear corporate policies and lack of high level support for a proper investment in data protection.</p>
<p><strong>Enterprise Systems Backup and Recovery: A Corporate Insurance Policy </strong>covers everything from basic concepts, common myths, human responsibilities, retention policies, recovery strategies, handling of media, through to advanced enterprise concepts, how to provide documentation and training, and how to monitor an enterprise backup system.</p>
</p>
<p><strong>Buy it now:</strong> <a href="http://www.amazon.com/Enterprise-Systems-Backup-Recovery-Corporate/dp/1420076396?ie=UTF8&amp;s=books&amp;qid=1221104920&amp;sr=8-1">Amazon</a> | <a href="http://www.crcpress.com/shopping_cart/products/product_detail.asp?id=&amp;parent_id=&amp;sku=AU6396&amp;isbn=9781420076394&amp;pc=">CRCPress</a> | <a href="http://www.booktopia.com.au/enterprise-systems-backup-and-recovery-a-corporate-insurance-policy/prod9781420076394.html">Booktopia</a></p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/exchange-2010-passive-database-copies-included-backups-dag-members" title="Exchange 2010: Are Passive Database Copies Included in Backups of DAG Members?">Exchange 2010: Are Passive Database Copies Included in Backups of DAG Members?</a></li><li><a href="http://exchangeserverpro.com/review-exchange-server-2010-backup-recovery-training" title="Review: Exchange Server 2010 Backup and Recovery Training">Review: Exchange Server 2010 Backup and Recovery Training</a></li><li><a href="http://exchangeserverpro.com/some-recent-articles" title="Some Recent Articles">Some Recent Articles</a></li><li><a href="http://exchangeserverpro.com/exchange-server-2007-backup-and-recovery" title="Exchange Server 2007 Backup and Recovery">Exchange Server 2007 Backup and Recovery</a></li><li><a href="http://exchangeserverpro.com/free-microsoft-exchange-ebooks" title="Free Microsoft Exchange ebooks">Free Microsoft Exchange ebooks</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/enterprise-systems-backup-and-recovery-book">Enterprise Systems Backup and Recovery (Book)</a> is © 2008 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/enterprise-systems-backup-and-recovery-book/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Certification – The Mark Russinovich Exam</title>
		<link>http://exchangeserverpro.com/microsoft-certification-the-mark-russinovich-exam</link>
		<comments>http://exchangeserverpro.com/microsoft-certification-the-mark-russinovich-exam#comments</comments>
		<pubDate>Wed, 30 Jul 2008 20:00:55 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[Exams]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.capslockassassin.com/2008/07/31/microsoft-certification-the-mark-russinovich-exam/</guid>
		<description><![CDATA[Microsoft has released information for exam 70-660, TS: Windows Internals.&#160; This might be an odd sounding title to anyone who has never heard of Mark Russinovich or Sysinternals.&#160; From the MS Learning site: &#160; This exam validates deep technical skills in the area of Windows Internals. Including troubleshooting operating systems that are not performing as [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has released information for <a href="http://www.microsoft.com/learning/en/us/Exams/70-660.aspx" target="_blank">exam 70-660, TS: Windows Internals</a>.&nbsp; This might be an odd sounding title to anyone who has never heard of Mark Russinovich or Sysinternals.&nbsp; From the MS Learning site:</p>
<blockquote><p>&nbsp;</p>
<p>This exam validates deep technical skills in the area of Windows Internals. Including troubleshooting operating systems that are not performing as expected or applications that are not working correctly, identifying code defects, and developing and debugging applications that run unmanaged code or that are tightly integrated with the operating system, such as Microsoft SQL Server, third party applications, antivirus software, and device drivers.</p>
</blockquote>
<p>If that makes little sense take a look at <a href="http://blogs.technet.com/markrussinovich/default.aspx" target="_blank">Mark&#8217;s blog on Technet</a> and you&#8217;ll see the type and depth of content they are talking about.</p>
<blockquote><p>&nbsp;</p>
<p>Candidates for this exam are engineers, developers, or IT staff who work with Windows at a level that requires Windows Internals knowledge. Candidates for this exam are typically in the upper echelon of the technical staff at their companies. These individuals typically hold such positions as escalation engineer, technical lead, and software design engineer. Their level of knowledge spans products both inside and outside the Microsoft Corporation.&nbsp; These individuals are involved in resolving problems that require deep understanding of Windows Internals rather than problems about planning and infrastructure development or how to use or configure a product that runs on Windows. </p>
</blockquote>
<p>Sounds like a pretty tough exam, and the preparation looks even tougher.&nbsp; Though the exam is (apparently) available from October 10th this year, currently the preparation materials listed are as follows:</p>
<ul>
<li>Classroom Training &#8211; There is no classroom training currently available.</li>
<li>Microsoft E-Learning &#8211; There is no Microsoft E-Learning training currently available.</li>
<li>Microsoft Press Books &#8211; There are no Microsoft Press books currently available.</li>
<li>Practice Tests &#8211; There are no practice tests currently available.</li>
</ul>
<p>So that makes preparing for a tough exam pretty difficult.&nbsp; But its a pretty safe bet that the exam is going to cover the topics listed in Mark&#8217;s two books, <a href="http://www.amazon.com/gp/product/0735619174/002-7589951-8461669?ie=UTF8&amp;tag=0407xghs-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=0735619174" target="_blank">Windows Internals 4th Edition</a> (for 2000, XP, and 2003) and <a href="http://www.amazon.com/gp/product/0735625301/002-7589951-8461669?ie=UTF8&amp;tag=0407xghs-20&amp;linkCode=xm2&amp;camp=1789&amp;creativeASIN=0735625301" target="_blank">Windows Internals 5th Edition</a> (for Vista and 2008).</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/exchange-server-2010-training" title="Exchange Server 2010 Training">Exchange Server 2010 Training</a></li><li><a href="http://exchangeserverpro.com/the-essential-exchange-server-2007-toolkit" title="The Ultimate Exchange Server 2007 Toolkit">The Ultimate Exchange Server 2007 Toolkit</a></li><li><a href="http://exchangeserverpro.com/microsoft-exam-70-236-exchange-server-2007-configuration-mcts" title="Microsoft Exam 70-236: Exchange Server 2007 Configuration (MCTS)">Microsoft Exam 70-236: Exchange Server 2007 Configuration (MCTS)</a></li><li><a href="http://exchangeserverpro.com/microsoft-exam-70-350-implementing-microsoft-internet-security-and-acceleration-isa-server-2004" title="Microsoft Exam 70-350: Implementing Microsoft Internet Security and Acceleration (ISA) Server 2004">Microsoft Exam 70-350: Implementing Microsoft Internet Security and Acceleration (ISA) Server 2004</a></li><li><a href="http://exchangeserverpro.com/modifying-ris-images-for-smaller-hard-disks" title="Modifying RIS Images For Smaller Hard Disks">Modifying RIS Images For Smaller Hard Disks</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/microsoft-certification-the-mark-russinovich-exam">Microsoft Certification – The Mark Russinovich Exam</a> is © 2008 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/microsoft-certification-the-mark-russinovich-exam/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Exam 70-236: Exchange Server 2007 Configuration (MCTS)</title>
		<link>http://exchangeserverpro.com/microsoft-exam-70-236-exchange-server-2007-configuration-mcts</link>
		<comments>http://exchangeserverpro.com/microsoft-exam-70-236-exchange-server-2007-configuration-mcts#comments</comments>
		<pubDate>Tue, 02 Oct 2007 08:30:38 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://www.capslockassassin.com/2007/10/02/microsoft-exam-70-236-exchange-server-2007-configuration-mcts/</guid>
		<description><![CDATA[This morning I sat and passed the 70-236 exam from Microsoft, which is titled TS: Exchange Server 2007, Configuring. Passing this exam earns you MCTS: Microsoft Exchange Server 2007 &#8211; Configuration certification status, and also earns credit towards the MCITP: Enterprise Messaging Administrator certification. I don&#8217;t like to dance around the exam NDA and give [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I sat and passed the 70-236 exam from Microsoft, which is titled <strong>TS: Exchange Server 2007, Configuring</strong>.</p>
<p>Passing this exam earns you <a href="http://www.microsoft.com/learning/mcp/mcts/exchangeconfig/default.mspx" target="_blank" title="MCTS Exchange Server 2007 Configuration">MCTS: Microsoft Exchange Server 2007 &#8211; Configuration </a>certification status, and also earns credit towards the <a href="http://www.microsoft.com/learning/mcp/mcitp/exchange2007/messaging/default.mspx" target="_blank" title="MCITP Enterprise Messaging">MCITP: Enterprise Messaging Administrator </a>certification.</p>
<p>I don&#8217;t like to dance around the exam NDA and give away too much about the exam content but I will offer the following advice and suggestions for training resources if you are planning to sit this exam.</p>
<ul>
<li>As with any Microsoft exam always review the <a href="http://www.microsoft.com/learning/exams/70-236.mspx" target="_blank" title="70-236 Preparation Guide">Preparation Guide</a>.</li>
<li>In the absence of the <a href="http://www.microsoft.com/MSPress/books/10936.aspx" target="_blank" title="MCTS Self-Paced Training Kit (Exam 70-236): Configuring Microsoft® Exchange Server 2007">official MS Press training kit</a> I recommend <a href="http://www.amazon.com/exec/obidos/ASIN/0672329204/ref=nosim/thecapsassa-20" target="_blank" title="Microsoft Exchange Server 2007 Unleashed at Amazon.com">Microsoft Exchange Server 2007 Unleashed</a>.  At 1200 pages it is not an easy read, but it will go a long way to preparing you for this exam, the <a href="http://www.microsoft.com/learning/exams/70-237.mspx" target="_blank" title="Designing Messaging Solutions with Microsoft Exchange Server 2007">design</a> and <a href="http://www.microsoft.com/learning/exams/70-238.mspx" target="_blank" title="Deploying Messaging Solutions with Microsoft Exchange Server 2007">deployment</a> exams, many real world deployment and migration scenarios including integration with other products such as Sharepoint, and is a handy desk reference for your daily Exchange administrative duties.</li>
<li>Make use of the <a href="http://www.microsoft.com/technet/prodtechnol/exchange/virtuallab/default.mspx" target="_blank" title="TechNet Virtual Labs: Exchange Server">Technet Virtual Labs</a>.</li>
<li>If you are new to Exchange and like webcasts, the <a href="http://www.microsoft.com/events/series/tnexchangeserver.aspx?tab=webcasts&amp;id=42340" target="_blank" title="24 Hours of Exchange Server 2007 Webcast Series">24 Hours of Exchange Server 2007 webcast series </a>is a good start.</li>
<li>If you prefer reading documents, the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=B7BAD09F-6952-4E54-B482-9FCD30D6C245&amp;displaylang=en" title="Deploying a Simple Exchange Server 2007 Organization">Simple</a> and <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=6BD13B0C-88B4-4DEB-B55D-7D70916C660C&amp;displaylang=en" target="_blank" title="Deploying a Standard Exchange Server 2007 Organization">Standard</a> deployment guides are excellent reading.</li>
<li>Either the <a href="https://www.microsoft.com/downloads/details.aspx?FamilyID=692a6e3c-81c9-4d8a-93fa-266d651735dc&amp;DisplayLang=en" target="_blank" title="Microsoft Exchange Server 2007 VHD - 32-bit version">Exchange Server 2007 Virtual Hard Disk </a>or the <a href="https://www.microsoft.com/downloads/details.aspx?familyid=444C259E-605F-4A82-96D5-A2F448C9D4FF&amp;displaylang=en" target="_blank" title="Exchange Server 2007 - Evaluation Software">Exchange Server 2007 Evaluation </a>software for hands on experience.</li>
<li>Know your Exchange Management Shell commands.  This is essential for passing the exam.  If you know the Exchange Management Console back to front but have not learned the shell commands you will fail the exam.  At least 90% of the questions I faced involved selecting the correct shell command or commands to achieve the desired result.</li>
</ul>
<p>Good luck.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/exchange-server-2010-training" title="Exchange Server 2010 Training">Exchange Server 2010 Training</a></li><li><a href="http://exchangeserverpro.com/the-essential-exchange-server-2007-toolkit" title="The Ultimate Exchange Server 2007 Toolkit">The Ultimate Exchange Server 2007 Toolkit</a></li><li><a href="http://exchangeserverpro.com/microsoft-exchange-server-training-portal" title="Microsoft Exchange Server Training Portal">Microsoft Exchange Server Training Portal</a></li><li><a href="http://exchangeserverpro.com/inside-look-at-the-microsoft-certified-master-program-for-exchange-server-2007" title="Inside look at the Microsoft Certified Master program for Exchange Server 2007">Inside look at the Microsoft Certified Master program for Exchange Server 2007</a></li><li><a href="http://exchangeserverpro.com/powershell-script-create-mailbox-size-report-exchange-server-2010" title="Get-MailboxReport.ps1 &#8211; PowerShell Script to Generate Mailbox Reports">Get-MailboxReport.ps1 &#8211; PowerShell Script to Generate Mailbox Reports</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/microsoft-exam-70-236-exchange-server-2007-configuration-mcts">Microsoft Exam 70-236: Exchange Server 2007 Configuration (MCTS)</a> is © 2007 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/microsoft-exam-70-236-exchange-server-2007-configuration-mcts/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft Exam 70-350: Implementing Microsoft Internet Security and Acceleration (ISA) Server 2004</title>
		<link>http://exchangeserverpro.com/microsoft-exam-70-350-implementing-microsoft-internet-security-and-acceleration-isa-server-2004</link>
		<comments>http://exchangeserverpro.com/microsoft-exam-70-350-implementing-microsoft-internet-security-and-acceleration-isa-server-2004#comments</comments>
		<pubDate>Thu, 05 Jul 2007 02:31:38 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Certification]]></category>
		<category><![CDATA[ISA 2004]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.capslockassassin.com/2007/07/05/microsoft-exam-70-350-implementing-microsoft-internet-security-and-acceleration-isa-server-2004/</guid>
		<description><![CDATA[This morning I sat the Microsoft certification exam 70-350 for ISA Server 2004.  I&#8217;d been putting this one off for a while, having already worked through the Microsoft Press training guide, a lot of whitepapers, and worked with the product for a lot of different customers over the last couple of years.  I passed the [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I sat the<a target="_blank" href="http://www.microsoft.com/learning/exams/70-350.mspx" title="Preparation Guide for Exam 70-350 at Microsoft.com"> Microsoft certification exam 70-350 </a>for ISA Server 2004.  I&#8217;d been putting this one off for a while, having already worked through the Microsoft Press training guide, a lot of whitepapers, and worked with the product for a lot of different customers over the last couple of years.  I passed the exam with plenty of room to spare.</p>
<p>Someone gave me the tip that the exam is not particularly difficult.  I tend to agree, but that would largely have to do with all of the work and study I&#8217;ve put into it beforehand.  ISA Server 2004 is a great product, and the new versions are excellent too.  The biggest hurdles in understanding it seem to be early on when you first start using it.</p>
<p>If you&#8217;re looking to do some training on ISA Server 2004 with the goal of certifying then I would strongly recommend the <a target="_blank" href="http://www.amazon.com/exec/obidos/ASIN/0735621691/ref=nosim/roblog-21" title="MCSA/MCSE Self-Paced Training Kit (Exam 70-350): Implementing Microsoft Internet Security and Acceleration Server 2004 at Amazon.com">Microsoft Press training guide</a>.  The books contents will thoroughly prepare you for the exam provided you work through the material properly and don&#8217;t skimp on the practical exercises or review questions.</p>
<p>You can also make use of the extensive <a href="http://www.microsoft.com/technet/isa/2004/library/default.mspx" title="ISA 2004 Technical Library at Microsoft.com">ISA 2004 Technical Library </a>on the Microsoft website.  The documentation there could be used for all of your training instead of using the training guide, but won&#8217;t take you through the subject in the same fashion.  However it does make for excellent complimentary material for your training and for your real world work with the product.</p>
<p>I would give you tips on which areas to focus on but really the exam questions I faced pretty well broadly covered the entire product.  There was no particular areas to focus on to the exclusion of others.  I would certainly recommend though that you do not sit the exam until you are thoroughly familiar with fundamental networking concepts such as subnetting and routing, and with the ISA Server 2004 networking model.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/exchange-server-2010-training" title="Exchange Server 2010 Training">Exchange Server 2010 Training</a></li><li><a href="http://exchangeserverpro.com/the-essential-exchange-server-2007-toolkit" title="The Ultimate Exchange Server 2007 Toolkit">The Ultimate Exchange Server 2007 Toolkit</a></li><li><a href="http://exchangeserverpro.com/microsoft-certification-the-mark-russinovich-exam" title="Microsoft Certification – The Mark Russinovich Exam">Microsoft Certification – The Mark Russinovich Exam</a></li><li><a href="http://exchangeserverpro.com/microsoft-exam-70-236-exchange-server-2007-configuration-mcts" title="Microsoft Exam 70-236: Exchange Server 2007 Configuration (MCTS)">Microsoft Exam 70-236: Exchange Server 2007 Configuration (MCTS)</a></li><li><a href="http://exchangeserverpro.com/tom-shinder-on-hardware-firewalls" title="Tom Shinder on “hardware” firewalls">Tom Shinder on “hardware” firewalls</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/microsoft-exam-70-350-implementing-microsoft-internet-security-and-acceleration-isa-server-2004">Microsoft Exam 70-350: Implementing Microsoft Internet Security and Acceleration (ISA) Server 2004</a> is © 2007 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/microsoft-exam-70-350-implementing-microsoft-internet-security-and-acceleration-isa-server-2004/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Security Books</title>
		<link>http://exchangeserverpro.com/two-security-books</link>
		<comments>http://exchangeserverpro.com/two-security-books#comments</comments>
		<pubDate>Sat, 31 Mar 2007 01:40:31 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Books]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.capslockassassin.com/2007/03/31/two-security-books/</guid>
		<description><![CDATA[Secrets and Lies: Digital Security in a Networked World is written by the internationally renowned security expert Bruce Schneier.  Bruce has authored several books on security and this one is a fascinating read that is sure to open your mind up to new ways of thinking about security in everyday business matters.  This book has [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Secrets and Lies: Digital Security in a Networked World</strong> is written by the internationally renowned security expert <a target="_blank" href="http://www.schneier.com">Bruce Schneier</a>.  Bruce has authored several books on security and this one is a fascinating read that is sure to open your mind up to new ways of thinking about security in everyday business matters.  This book has definitely had a positive impact on the way I approach security in my daily work.  I feel it has opened up more potential for my career and has made some aspects of my job much more interesting and challenging.</p>
<p>You can read more about the book <a target="_blank" href="http://www.schneier.com/book-sandl.html">here</a>.</p>
<p><a href="http://www.exchangeserverpro.com/wp-content/uploads/2007/03/secretsandlies.jpg" title="secretsandlies.jpg"><img src="http://www.exchangeserverpro.com/wp-content/uploads/2007/03/secretsandlies.jpg" alt="secretsandlies.jpg" /></a></p>
<p># Secrets and Lies: Digital Security in a Networked World<br />
# Hardcover: 432 pages<br />
# Publisher: John Wiley &amp; Sons; 1 edition (August 14, 2000)<br />
# ISBN: 0471253111</p>
<p><strong>Protect Your Windows Network: From Perimeter to Data</strong> is written by two of Microsoft&#8217;s top security personnel &#8211; <a target="_blank" href="http://msinfluentials.com/blogs/jesper/">Jesper Johansson</a> and <a target="_blank" href="http://blogs.technet.com/steriley/">Steve Riley</a>.  Note that Jesper has left Microsoft for a new security role at Amazon.com.  I have been in the audience when both of these guys have presented and they always deliver a captivating and entertaining performance.  This book is no different &#8211; as someone who works in the Microsoft space I had a few eye-opening experiences in this book and loaded myself up with plenty of ammo to take into the workplace.</p>
<p><a href="http://www.exchangeserverpro.com/wp-content/uploads/2007/03/protectyourwindowsnetwork.jpg" title="protectyourwindowsnetwork.jpg"><img src="http://www.exchangeserverpro.com/wp-content/uploads/2007/03/protectyourwindowsnetwork.jpg" alt="protectyourwindowsnetwork.jpg" /></a></p>
<p># Protect Your Windows Network: From Perimeter to Data<br />
# Paperback: 608 pages<br />
# Publisher: Addison-Wesley Professional; Bk&amp;CD-Rom edition (May 20, 2005)<br />
# ISBN: 0321336437</p>
<p>If security interests you then these books make a great starting point, much better than just diving in with a hardening guide or technical whitepaper.</p>
<h3  class="related_post_title">Related posts:</h3><ul class="related_post"><li><a href="http://exchangeserverpro.com/microsoft-exam-70-350-implementing-microsoft-internet-security-and-acceleration-isa-server-2004" title="Microsoft Exam 70-350: Implementing Microsoft Internet Security and Acceleration (ISA) Server 2004">Microsoft Exam 70-350: Implementing Microsoft Internet Security and Acceleration (ISA) Server 2004</a></li><li><a href="http://exchangeserverpro.com/exchange-2010-wildcard-ssl-certificates" title="Exchange 2010 FAQ: Are Wildcard SSL Certificates Supported?">Exchange 2010 FAQ: Are Wildcard SSL Certificates Supported?</a></li><li><a href="http://exchangeserverpro.com/what-is-an-open-relay" title="Email Fundamentals: What is an Open Relay?">Email Fundamentals: What is an Open Relay?</a></li><li><a href="http://exchangeserverpro.com/review-microsoft-exchange-2010-powershell-cookbook" title="Review: Microsoft Exchange 2010 PowerShell Cookbook">Review: Microsoft Exchange 2010 PowerShell Cookbook</a></li><li><a href="http://exchangeserverpro.com/exchange-ssl-certificate-management-survey" title="Exchange SSL Certificate Management Survey">Exchange SSL Certificate Management Survey</a></li></ul><hr />
<p>This article <a href="http://exchangeserverpro.com/two-security-books">Two Security Books</a> is © 2007 ExchangeServerPro.com</p>
<p>Get more <a href="http://exchangeserverpro.com">Exchange Server tips</a> at <a href="http://exchangeserverpro.com">ExchangeServerPro.com</a></p>]]></content:encoded>
			<wfw:commentRss>http://exchangeserverpro.com/two-security-books/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

