<?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>Techibee.com &#187; Exchange 2010</title>
	<atom:link href="http://techibee.com/category/exchange-2010/feed" rel="self" type="application/rss+xml" />
	<link>http://techibee.com</link>
	<description>A System Administrator&#039;s Blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 09:40:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The attempt to connect to http://servername.domain.com/PowerShell using Kerberos authentication failed</title>
		<link>http://techibee.com/exchange-2007/the-attempt-to-connect-to-httpservername-domain-compowershell-using-kerberos-authentication-failed/1329</link>
		<comments>http://techibee.com/exchange-2007/the-attempt-to-connect-to-httpservername-domain-compowershell-using-kerberos-authentication-failed/1329#comments</comments>
		<pubDate>Tue, 17 Jan 2012 08:12:43 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[exchange 2007]]></category>
		<category><![CDATA[exchange 2010]]></category>
		<category><![CDATA[problems in opening exchange console]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1329</guid>
		<description><![CDATA[&#8220;The attempt to connect to http://ExchangeServer.domain.com/PowerShell using &#8220;Kerberos&#8221; authentication failed: connecting to remote server failed with the following error message : The WinRM client cannot complete the operation within the time specified.  Check if the machine name is valid and is reachable over the network and firewall exception for Windows Remote Management service is enabled.  [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-13300"></div></div><blockquote><p>&#8220;The attempt to connect to http://ExchangeServer.domain.com/PowerShell using &#8220;Kerberos&#8221; authentication failed: connecting to remote server failed with the following error message : The WinRM client cannot complete the operation within the time specified.  Check if the machine name is valid and is reachable over the network and firewall exception for Windows Remote Management service is enabled.  For more information, see the about_Remote_Troubleshooting Help topic.&#8221;</p></blockquote>
<p>You might notice above error message after opening a Exchange Management Console. This error message indicates that connecting to given exchange server using WinRM has failed. Today I received the same error and verified that exchange is doing well on this box. I tried opening the console from different server and it worked file. So, it appeared some sort of profile problem to me.</p>
<p>I did the following to resolve the issue.</p>
<ol>
<li>Close Exchange Management Console MMC</li>
<li>Go to %appdata%\Microsoft\MMC</li>
<li>Rename &#8220;Exchange Management Console&#8221; file to &#8220;Exchange Management Console.old&#8221;</li>
<li>Launch the console again.</li>
</ol>
<p>Hope this helps&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/exchange-2007/the-attempt-to-connect-to-httpservername-domain-compowershell-using-kerberos-authentication-failed/1329/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to verify the public folder replication status in Exchange 2010</title>
		<link>http://techibee.com/exchange-2010/how-to-verify-the-public-folder-replication-status-in-exchange-2010/1138</link>
		<comments>http://techibee.com/exchange-2010/how-to-verify-the-public-folder-replication-status-in-exchange-2010/1138#comments</comments>
		<pubDate>Thu, 03 Nov 2011 16:22:06 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[get public folders replication status]]></category>
		<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=1138</guid>
		<description><![CDATA[Yesterday I got a requirement to verify if a given list of folders are replicated to new installed PF server or not. I added the new sever to replica list of required PF folders and now I need to verfiy if the replication is completed so that I can remove the old PF server from [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-11390"></div></div><p>Yesterday I got a requirement to verify if a given list of folders are replicated to new installed PF server or not. I added the new sever to replica list of required PF folders and now I need to verfiy if the replication is completed so that I can remove the old PF server from the replica list.</p>
<p>Either Exchange management console or the exfolder util(utility to manage PF replicas and permissions) is not having the option to verify the replication status. Exfolder.exe is helpful to some extent as it is showing the list of items in that PF so that I can compare and confirm that all mails are replicated. I can do this for folders which has less number of items, but if the folder has more number of emails, then it is not a ideal way of doing it.</p>
<p>After researching for time, I found the way that solves my problem. The &#8220;Get-PublicfolderStatistics&#8221; cmdlet is the right choice here. I used this and generated the email items count in a PF from a particular PF server. After that ran two queries (listed below) and directed the output to a file for comprison. I tried to assign the output of each command to a variable and tried to compare-object cmdlet to compare the contents of both the output variables, but it didn&#8217;t work as exepcted for some weird reason. Let me know if it works for you.</p>
<pre class="PowerShellColorizedScript"><span style="color: #0000ff;">Get-PublicFolderStatistics</span> <span style="color: #000080;">-Server</span> <span style="color: #8a2be2;">PFServer1</span>
<span style="color: #0000ff;">Get-PublicFolderStatistics</span> <span style="color: #000080;">-Server</span> <span style="color: #8a2be2;">PFServer2</span></pre>
<p>Hope this helps&#8230;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/exchange-2010/how-to-verify-the-public-folder-replication-status-in-exchange-2010/1138/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 &#8220;Automatic mailbox distribution&#8221; feature</title>
		<link>http://techibee.com/exchange-2010/exchange-2010-automatic-mailbox-distribution-feature/886</link>
		<comments>http://techibee.com/exchange-2010/exchange-2010-automatic-mailbox-distribution-feature/886#comments</comments>
		<pubDate>Sun, 06 Mar 2011 15:27:05 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[exchange feature]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=886</guid>
		<description><![CDATA[In exchange 2010 environment, if you don&#8217;t provide the database name to cmdlets like new-mailbox, enable-mailbox, and new-moverequest, exchange automatically chooses a database using a process called &#8220;Automatic mailbox distribution&#8221; feature. It sounds little weird and scary, but this might be a handy feature for environment where exchange environment is large and mailbox creation process [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-8870"></div></div><p>In exchange 2010 environment, if you don&#8217;t provide the database name to cmdlets like new-mailbox, enable-mailbox, and new-moverequest, exchange automatically chooses a database using a process called &#8220;Automatic mailbox distribution&#8221; feature.</p>
<p>It sounds little weird and scary, but this might be a handy feature for environment where exchange environment is large and mailbox creation process is delegated to multiple people.</p>
<p>Some of the highlights of this feature</p>
<ol>
<li>You have options to exclude a few databases from automatic selection process</li>
<li>You can choose to exclude a database either permanently or temporarily</li>
<li>You can allow a mailbox creation process from a group administrators to choose mailbox database from a predefined list</li>
</ol>
<p>You can read more details about this feature at TechNet site[<a href="http://technet.microsoft.com/en-us/library/ff872148.aspx">http://technet.microsoft.com/en-us/library/ff872148.aspx</a>] </p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/exchange-2010/exchange-2010-automatic-mailbox-distribution-feature/886/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why exchange feels backpressure?</title>
		<link>http://techibee.com/exchange-2010/why-exchange-feels-backpressure/831</link>
		<comments>http://techibee.com/exchange-2010/why-exchange-feels-backpressure/831#comments</comments>
		<pubDate>Sun, 17 Oct 2010 16:05:40 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[backpressure]]></category>
		<category><![CDATA[exchange 2010]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=831</guid>
		<description><![CDATA[People who got their hands really wet with exchange 2007/2010 has a good amount idea about Exchange back pressure. Basically it is a kind of situation where Microsoft Exchange stops receiving emails. This is a new condition introduced in Exchange 2007 and improved in Exchange 2010 for better handling of emails. Exchange server feels this [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-8320"></div></div><p>People who got their hands really wet with exchange 2007/2010 has a good amount idea about Exchange back pressure. Basically it is a kind of situation where Microsoft Exchange stops receiving emails. This is a new condition introduced in Exchange 2007 and improved in Exchange 2010 for better handling of emails.</p>
<p>Exchange server feels this back pressure when it is out of resources. This resource outage can be of two types 1) Disk out of space 2) High Memory utilization</p>
<p>See this video to understand it better.</p>
<p><a href="http://content.screencast.com/users/DaveKawula-Tricon/folders/Exchange2010-Videos/media/d8a8fe90-9d45-45e0-bebb-0df395626915/exchange%202010%20-%20understand%20backpressure%20and%20tuning%20store.exe_controller.swf"></a><object style="width: 400px; height: 400px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://content.screencast.com/users/DaveKawula-Tricon/folders/Exchange2010-Videos/media/d8a8fe90-9d45-45e0-bebb-0df395626915/exchange%202010%20-%20understand%20backpressure%20and%20tuning%20store.exe_controller.swf" /><embed style="width: 400px; height: 400px;" type="application/x-shockwave-flash" width="400" height="400" src="http://content.screencast.com/users/DaveKawula-Tricon/folders/Exchange2010-Videos/media/d8a8fe90-9d45-45e0-bebb-0df395626915/exchange%202010%20-%20understand%20backpressure%20and%20tuning%20store.exe_controller.swf"></embed></object></p>
<p>[Video Source : <a href="http://www.insidetheregistry.com/content/viewarticle.aspx?articleid=1971">www.insidetheregistry.com</a>] </p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/exchange-2010/why-exchange-feels-backpressure/831/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Find top senders/recipients in Exchange 2007 queue</title>
		<link>http://techibee.com/exchange-2007/find-top-sendersrecipients-in-exchange-2007-queue/827</link>
		<comments>http://techibee.com/exchange-2007/find-top-sendersrecipients-in-exchange-2007-queue/827#comments</comments>
		<pubDate>Tue, 12 Oct 2010 14:18:08 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[exchange 2007]]></category>
		<category><![CDATA[exchange queues]]></category>
		<category><![CDATA[top senders]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=827</guid>
		<description><![CDATA[If Exchange 2007 queue is growing fast and you want to find who is the top contributor, below code helps you. You need to run this code from a exchange management shell since the code involves Exchange cmdlets like get-message. Find top 10 senders in Exchange Queue: $senders = @{} $queuemessages = Get-message -Resultsize unlimited [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-8280"></div></div><p>If Exchange 2007 queue is growing fast and you want to find who is the top contributor, below code helps you. You need to run this code from a exchange management shell since the code involves Exchange cmdlets like get-message.</p>
<p>Find top 10 senders in Exchange Queue:</p>
<blockquote><p><span style="color: #993366;">$senders = @{}<br />
$queuemessages = Get-message -Resultsize unlimited<br />
$queuemessages | % { $senders[$_.FromAddress] = $senders[$_.FromAddress] + 1 }<br />
$senders.getenumerator() | sort value -last 10</span></p></blockquote>
<p>Similarly you can filter the Get-Message output by recipients to get the top recipients.</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/exchange-2007/find-top-sendersrecipients-in-exchange-2007-queue/827/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exchange 2003 &#8211; Queue Directory Corrupt</title>
		<link>http://techibee.com/exchange-2007/exchange-2003-queue-directory-corrupt/631</link>
		<comments>http://techibee.com/exchange-2007/exchange-2003-queue-directory-corrupt/631#comments</comments>
		<pubDate>Sun, 25 Jul 2010 13:29:21 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[The Microsoft Exchange Information Store service terminated with service-specific error 0 (0×0)]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=631</guid>
		<description><![CDATA[For one of our client, we have received an alert stating that &#8220;The Microsoft Exchange Information Store service terminated with service-specific error 0 (0&#215;0)&#8221;. The error seems to simple and everyone would just suggest to start the service back. But the root cause was different. One of our colleague started working on the alert and [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-6320"></div></div><p><a href="http://techibee.com/wp-content/uploads/2010/07/Exchange.jpg"></a><a href="http://techibee.com/wp-content/uploads/2010/07/Exchange1.jpg"></a>For one of our client, we have received an alert stating that &#8220;The Microsoft Exchange Information Store service terminated with service-specific error 0 (0&#215;0)&#8221;.</p>
<p>The error seems to simple and everyone would just suggest to start the service back. But the root cause was different.</p>
<p>One of our colleague started working on the alert and here is the chronology of steps followed in resolving the issue. found that the Information Store service was in stopped state and started the service.  Started verifying queues , encoutered error stating that &#8220;Default SMTP Virtual Server is unavailable&#8221;. Verified and found that SMTP Service was in started mode.</p>
<p>Escalated call to me and I&#8217;ve started working on the issue.</p>
<p>Upon further analysis, found that the SMTP Virtual Instance was stopped in ESM (Exchange System Manager). Tried to start the instance, encountered error stating that &#8220;Queue Directory is corrupted , hence the instance could not be started&#8221;.</p>
<p>Error logged in Eventlog &amp; Error pop-up when accessed Queue Directory from explorer.</p>
<p><a href="http://techibee.com/wp-content/uploads/2010/07/exchange-queue-corrupt-event.png"><img class="aligncenter size-full wp-image-648" title="exchange-queue-corrupt-event" src="http://techibee.com/wp-content/uploads/2010/07/exchange-queue-corrupt-event.png" alt="" width="400" height="217" /></a></p>
<p><a href="http://techibee.com/wp-content/uploads/2010/07/queue-corrupt-message.png"><img class="aligncenter size-full wp-image-649" title="queue-corrupt-message" src="http://techibee.com/wp-content/uploads/2010/07/queue-corrupt-message.png" alt="" width="387" height="122" /></a><a href="http://techibee.com/wp-content/uploads/2010/07/exchange-queue-corrupt-event.png"></a></p>
<p><a href="http://techibee.com/wp-content/uploads/2010/07/Exchange1.jpg"></a></p>
<p>Executed following Steps to resolve issue:</p>
<p>1. Uninstalled existing Antivirus (AVG)</p>
<p>2. Executed chkdsk on volume in which the exchange database is stored. Found disk errors.</p>
<p>3. Executed <strong><em>chkdsk /f</em></strong> on the volume and restarted the server</p>
<p>4. Created new Queue Directory and pointed the path from ESM to the new folder.</p>
<p>5. Started SMTP Virtual Instance &amp; Information Store Services.</p>
<p>Mails started flowing fine.</p>
<p><a href="http://techibee.com/wp-content/uploads/2010/07/Exchange.jpg"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/exchange-2007/exchange-2003-queue-directory-corrupt/631/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS says, having no access to internet will cause exchange to timeout at times</title>
		<link>http://techibee.com/exchange-2007/ms-says-having-no-access-to-internet-will-cause-exchange-to-timeout-at-times/501</link>
		<comments>http://techibee.com/exchange-2007/ms-says-having-no-access-to-internet-will-cause-exchange-to-timeout-at-times/501#comments</comments>
		<pubDate>Sun, 06 Jun 2010 17:50:23 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://techibee.com/?p=501</guid>
		<description><![CDATA[Are you facing frequent time out issues with your exchange server? Your problem might be related to the components described in http://msexchangeteam.com/archive/2010/05/14/454877.aspx.]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-5020"></div></div><p>Are you facing frequent time out issues with your exchange server? Your problem might be related to the components described in <a href="http://msexchangeteam.com/archive/2010/05/14/454877.aspx">http://msexchangeteam.com/archive/2010/05/14/454877.aspx</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/exchange-2007/ms-says-having-no-access-to-internet-will-cause-exchange-to-timeout-at-times/501/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Exchange 2010 ebook for download</title>
		<link>http://techibee.com/exchange-2010/free-exchange-2010-ebook-for-download/141</link>
		<comments>http://techibee.com/exchange-2010/free-exchange-2010-ebook-for-download/141#comments</comments>
		<pubDate>Tue, 03 Nov 2009 16:56:00 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://techibee.com/sysadmins/free-exchange-2010-ebook-for-download/141</guid>
		<description><![CDATA[The first Exchange 2010 ebook I have seen.! I had glimpse at the book and it has topics a general Exchange admin look for and a good stage to start the journey with Exchange 2010.This was written by a member (Jaap Wesselius) in http://draft.blogger.com/www.sysadmin-network.com and published through redgate.Here is the TOC if you want to [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-1420"></div></div><p><span xmlns=""></span><br /><span style="font-family: Verdana;">The first Exchange 2010 ebook I have seen.! I had glimpse at the book and it has topics a general Exchange admin look for and a good stage to start the journey with Exchange 2010.<br /></span><br /><span style="font-family: Verdana;">This was written by a member (Jaap Wesselius) in <a href="http://draft.blogger.com/www.sysadmin-network.com">http://draft.blogger.com/www.sysadmin-network.com</a> and published through <a href="http://www.red-gate.com/">redgate</a>.<br /></span><br /><span style="font-family: Verdana;">Here is the TOC if you want to take a look and <span style="font-size: 16pt;"><strong>download</strong></span> the complete book from <a href="http://www.red-gate.com/specials/Exchange/esa_exchange2010.htm">reg-gate site</a><br /></span><br /><span style="font-family: Verdana;">
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><b><span style="font-family: 'Verdana','sans-serif';">Chapter 1: Introduction to Exchange Server 2010<br /></span></b></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">1.1 Getting Started<br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">1.2 What’s been removed from Exchange Server 2010?<br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">1.3 What’s new in Exchange Server 2010<br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">1.4 Exchange Server 2010 and Active <br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">1.5 Exchange Server coexistence <br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">1.6 Exchange Server 2010 Server roles <br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">1.7 Summary <br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><b><span style="font-family: 'Verdana','sans-serif';">Chapter 2: Installing Exchange Server 2010 <br /></span></b></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><b><span style="font-family: 'Verdana','sans-serif';">Chapter 3: Exchange Server 2010 Coexistence <br /></span></b></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">3.1 Coexistence with Exchange Server 2003 <br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">3.2 Installing Exchange Server 2010 in an Exchange Server 2003 environment<br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">3.3 Coexistence with Exchange Server 2007 <br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">3.4 Installing Exchange Server 2010 into an Existing<br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">Exchange Server 2007 Environment <br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">3.5 Summary <br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><b><span style="font-family: 'Verdana','sans-serif';">Chapter 4: Managing Exchange Server 2010 <br /></span></b></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">4.1 The Exchange Management Shell <br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">4.2 The Exchange Management Console <br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">4.3 The Exchange Control Panel (ECP)<br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">4.4 Role Based Access Control (RBAC) <br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">4.5 Archiving and Compliancy<br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">4.6 Summary <br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><b><span style="font-family: 'Verdana','sans-serif';">Chapter 5: High Availability in Exchange Server 2010 <br /></span></b></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">5.1 High Availability in Exchange Server 2010 <br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">5.2 Exchange Server Database technologies <br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">5.3 High Availability in Exchange Server <br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">5.4 High Availability on other Server Roles <br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-family: 'Verdana','sans-serif';">5.5 Summary <br /></span></div>
<div class="MsoNormal" style="margin: 0in 0in 10pt;"><b><span style="font-family: 'Verdana','sans-serif';">Summarizing Exchange Server 2010 – A Practical Approach </span></b><span style="font-family: 'Verdana','sans-serif';"><br /></span></div>
<p><span style="font-family: Verdana;">Happy Learning…,<br />Sitaram Pamarthi</span></p>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/exchange-2010/free-exchange-2010-ebook-for-download/141/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Know about FPE(Forefront for Exchange) and FOPE(Forefront Online Protection for Exchange)</title>
		<link>http://techibee.com/exchange-2010/know-about-fpeforefront-for-exchange-and-fopeforefront-online-protection-for-exchange/60</link>
		<comments>http://techibee.com/exchange-2010/know-about-fpeforefront-for-exchange-and-fopeforefront-online-protection-for-exchange/60#comments</comments>
		<pubDate>Thu, 20 Aug 2009 07:36:00 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://techibee.com/~sysadmins/know-about-fpeforefront-for-exchange-and-fopeforefront-online-protection-for-exchange</guid>
		<description><![CDATA[Go through this video to have initial understanding of products stated in subject. Forefront team, PM is explaining about them at http://edge.technet.com/Media/FPE-vs-FOPE-and-Exchange-2010&#8211;Secure-messaging-with-Forefront/ FPE RC for Exchange 2010 is available for download at http://www.microsoft.com/downloads/details.aspx?FamilyID=b8a7d36f-cc8d-4335-ae60-8f27c48f3a37&#38;displaylang=en#filelist Happy Learning,Sitaram Pamarthi]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-610"></div></div><p><span xmlns=""></span><br />Go through this video to have initial understanding of products stated in subject. Forefront team, PM is explaining about them at <a href="http://edge.technet.com/Media/FPE-vs-FOPE-and-Exchange-2010--Secure-messaging-with-Forefront/">http://edge.technet.com/Media/FPE-vs-FOPE-and-Exchange-2010&#8211;Secure-messaging-with-Forefront/</a></p>
<p>FPE RC for Exchange 2010 is available for download at <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=b8a7d36f-cc8d-4335-ae60-8f27c48f3a37&amp;displaylang=en#filelist">http://www.microsoft.com/downloads/details.aspx?FamilyID=b8a7d36f-cc8d-4335-ae60-8f27c48f3a37&amp;displaylang=en#filelist</a></p>
<p>Happy Learning,<br />Sitaram Pamarthi</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/exchange-2010/know-about-fpeforefront-for-exchange-and-fopeforefront-online-protection-for-exchange/60/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Database Availability Group(DAG) in Exchange 2010</title>
		<link>http://techibee.com/exchange-2010/what-is-database-availability-groupdag-in-exchange-2010/48</link>
		<comments>http://techibee.com/exchange-2010/what-is-database-availability-groupdag-in-exchange-2010/48#comments</comments>
		<pubDate>Mon, 25 May 2009 15:52:00 +0000</pubDate>
		<dc:creator>Sitaram Pamarthi</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://techibee.com/~sysadmins/what-is-database-availability-groupdag-in-exchange-2010</guid>
		<description><![CDATA[DAG(Database Availability Group) is a new feature provided in Exchange 2010 to facilitate automatic database level recovery. In Exchange 2003/2007, there is no option to recover a single damaged/corrupted mailbox store alone than restoring the DB from backup. In this case, I will loose all the data added to the store after backup. This feature(DAG) [...]]]></description>
			<content:encoded><![CDATA[<div class="rw-right"><div class="rw-ui-container rw-class-blog-post rw-urid-490"></div></div><p>DAG(Database Availability Group) is a new feature provided in Exchange 2010 to facilitate automatic database level recovery. In Exchange 2003/2007, there is no option to recover a single damaged/corrupted mailbox store alone than restoring the DB from backup. In this case, I will loose all the data added to the store after backup. This feature(DAG) of Exchange 2010 avoids this data loss and provides a seem less and automated recovery with up-to-date information regardless of when you last backed up the store.</p>
<p>Few points I have to highlight about DAG</p>
<ul>
<li>A DAG can consists of 16 exchange 2010 servers max. Which means that any database in these 16 exchange servers can be failed over to another server in the same DAG incase of curruption. The failover time is as low as 30 seconds and transparent to users.</li>
<li>DAGs use continuous replication and a subset of Windows Failover Clustering technologies to provide continuous mailbox availability. So you need to install this manually on Exchange 2010 server or it will get installed automatically when you add it to DAG</li>
<li>It&#8217;s needs a file share witness share to maintain the availability of Exchange servers in DAG</li>
<li>DAG configuration has some similarities with Cluster configuration like, CNO creation, multiple network cards for exchange hear beat data and public data, common IP to access DAG CNO, etc</li>
</ul>
<p><span style="font-weight: bold; font-style: italic;">Reference links</span>:</p>
<p><a href="http://technet.microsoft.com/en-us/library/dd298065%28EXCHG.140%29.aspx">Technet</a><br /><a href="http://msexchangeteam.com/archive/2009/05/18/451353.aspx">MsexchangeTeam</a> (it has videos; don&#8217;t miss them)</p>
<p>Happy Learning..,<br />Sitaram Pamarthi</p>
]]></content:encoded>
			<wfw:commentRss>http://techibee.com/exchange-2010/what-is-database-availability-groupdag-in-exchange-2010/48/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

