<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msexchangeteam.com/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>You Had Me At EHLO...</title><link>http://msexchangeteam.com/default.aspx</link><description>aka the Microsoft Exchange Team Blog</description><dc:language>en-US</dc:language><generator>CommunityServer 2.0 (Build: 60217.2664)</generator><item><title>Troubleshooting Move-Mailbox operations in Exchange 2007 that fail due to an attribute &amp;quot;Being Too Long&amp;quot;</title><link>http://msexchangeteam.com/archive/2009/07/09/451757.aspx</link><pubDate>Thu, 09 Jul 2009 20:30:29 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:451757</guid><dc:creator>Exchange</dc:creator><slash:comments>4</slash:comments><comments>http://msexchangeteam.com/comments/451757.aspx</comments><wfw:commentRss>http://msexchangeteam.com/commentrss.aspx?PostID=451757</wfw:commentRss><wfw:comment>http://msexchangeteam.com/rsscomments/451757.aspx</wfw:comment><description>&lt;p&gt;&lt;font size="2"&gt;You may experience problems performing mailbox move operations if the number of characters on a given Exchange attribute is greater than the default values defined by /SchemaPrep. Most commonly this issue occurs because of an administrative and &lt;u&gt;unsupported&lt;/u&gt; edit of the Schema to allow for more characters to be present on a given user attribute. Afterwards when the Mailbox-Move is attempted new Move-Mailbox prevalidation logic runs and ultimately fails the move if the user has a larger number of characters present on the object than that which was defined by /SchemaPrep for the attribute. This error will only manifest itself when the source or target of a mailbox move is an Exchange 2007 mail store. When the Mailbox Move fails the following error will be displayed in the Exchange Management Console:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&amp;lt;Attribute Name&amp;gt; is too long: maximum length is &amp;quot;&lt;i&gt;x&lt;/i&gt;&amp;quot; and the actual length is &amp;quot;&lt;i&gt;y&lt;/i&gt;&amp;quot; &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;The inspiration for this post came from a real issue I troubleshoot within Exchange Escalations Support. Throughout this post, I will be referencing and providing examples based upon Exchange Custom Attribute 2 (e.g. extensionAttribute2). However a failure could occur on any attribute that exceeds the upper limit set by /SchemaPrep which I will detail later in this post.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;&lt;font color="#0000ff" size="2"&gt;Primary Issue and Symptoms:&lt;/font&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;As previously noted, the primary symptom at play was that an Exchange Administrator was experiencing intermittent failures when utilizing the Exchange Management Console (EMC) or Exchange Management Shell (EMS) to perform Mailbox Moves. When the move failed an error similar to what is documented below would occur:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;b&gt;&lt;u&gt;Error&lt;/u&gt;&lt;/b&gt;: Custom Attribute2 is too long: maximum length is 1024 and the actual length is &amp;quot;1358&amp;quot;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;img src="http://msexchangeteam.com/photos/postpictures3/images/451753/original.aspx" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Additionally when running Get-Mailbox against the impacted user mailbox the administrator would receive an error about the object being corrupt:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;b&gt;&lt;u&gt;Warning&lt;/u&gt;&lt;/b&gt;:&amp;#160; Object domain.com/Users/TestUser has been corrupted and it is in an inconsistent state.&amp;#160; &lt;br /&gt;The following validation errors have occurred:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;b&gt;&lt;u&gt;Warning&lt;/u&gt;&lt;/b&gt;:&amp;#160; CustomAttribute2 is too long: maximum length is 1024 and the actual length is 1358.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;img src="http://msexchangeteam.com/photos/postpictures3/images/451754/original.aspx" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;b&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;Troubleshooting&lt;/font&gt;&lt;/u&gt;&lt;/b&gt;:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;The error being referenced would suggest that the mailbox is failing to move due to a large number of characters being present on the aforementioned attribute (msExchAttribute2). The most logical place to begin troubleshooting would be to first determine whether or not a large number of characters are in fact present on the user object in the Active Directory. A number of techniques can be used to determine this:&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="2"&gt;LDP&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;ADSI Edit&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Traditional Scripting&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Exchange Management Console:&lt;/font&gt;       &lt;ul&gt;       &lt;li&gt;&lt;font size="2"&gt;In the &lt;b&gt;Console Tree&lt;/b&gt; of the Exchange Management Console select the &lt;b&gt;Mailbox&lt;/b&gt; node under &lt;b&gt;Recipient Configuration.&lt;/b&gt;&lt;/font&gt; &lt;/li&gt;        &lt;li&gt;&lt;font size="2"&gt;Depending on how large your organization is you may want to increase the number of recipients to display in the &lt;b&gt;Actions&lt;/b&gt; pane.&lt;/font&gt; &lt;/li&gt;        &lt;li&gt;&lt;font size="2"&gt;Select &lt;b&gt;View&lt;/b&gt; and then &lt;b&gt;Add/Remove&lt;/b&gt; columns.&lt;/font&gt; &lt;/li&gt;        &lt;li&gt;&lt;font size="2"&gt;Select &lt;b&gt;CustomAttribute2&lt;/b&gt; select &lt;b&gt;Add&lt;/b&gt;, then move it into the &lt;b&gt;Displayed Columns&lt;/b&gt; list (you may want to move it to the second column in the list under &lt;b&gt;Display Name&lt;/b&gt;), then click &lt;b&gt;OK&lt;/b&gt;.&lt;/font&gt; &lt;/li&gt;        &lt;li&gt;&lt;font size="2"&gt;The Mailboxes Node will load albeit with warnings. If you open the Warnings dialog, a list of all users in this state will be presented:&lt;/font&gt; &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;img src="http://msexchangeteam.com/photos/postpictures3/images/451755/original.aspx" /&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="2"&gt;Windows PowerShell:&lt;/font&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;u&gt;Note&lt;/u&gt;: &lt;i&gt;If you save this script as a .ps1 file, once executed it will write to the console every user who has over 1024 characters on Extension Attribute 2. If you are receiving the error for a different attribute you can change the attribute as applicable (shell syntax courtesy of my friend and colleague Mike Hendrickson):&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font size="2" face="Courier New"&gt;foreach ($mailbox in Get-Mailbox)        &lt;br /&gt;{         &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; if ($mailbox.CustomAttribute2.Length -gt &amp;quot;1024&amp;quot;)         &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; {         &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Write-Host &amp;quot;Name: $($mailbox.Name)&amp;quot;         &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Write-Host &amp;quot;Length: $($mailbox.CustomAttribute2.Length)&amp;quot;         &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Write-Host &amp;quot;&amp;quot;         &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; }         &lt;br /&gt;}&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;img src="http://msexchangeteam.com/photos/postpictures3/images/451756/original.aspx" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Initially in my case I used LDP to &amp;quot;dump&amp;quot; the impacted user object and successfully determined that a large amount of characters were in fact present on extensionAttribute2. I then wanted to verify that the Exchange tools were calculating the value correctly. To do so, I used a very simple technique:&lt;/font&gt;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;&lt;font size="2"&gt;Within LDP, copy the complete contents of the attribute to the clip-board.&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Open Notepad, disable word-wrap and add the Status Bar.&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Copy the complete value into Notepad.&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Calculate the total amount of characters.&lt;/font&gt; &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;font size="2"&gt;To calculate the characters:&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="2"&gt;With Word-Wrap disabled a single line can only contain 1024 characters.&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;With the Status-Bar enabled you can get an exact character count for the last line by simply placing the cursor at the end of the last character (will be displayed in the status window).&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;To calculate, you simply multiple the number of complete lines by 1024 and add the value of characters from the last line.&lt;/font&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;font size="2"&gt;So in my case, I had one complete line and an incomplete line that had 334 characters present.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;1024 + 334 = 1358&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;This one test allowed me to deduce that yes this one object failing to move did have a lot of characters present on the documented attribute in the Active Directory, and that Exchange was in fact calculating the value accurately. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;The next logical troubleshooting step would be to determine what the upper limits for this attribute are in the Active Directory Schema.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;&lt;font color="#0000ff" size="2"&gt;Verifying the Limits of Extension Attribute 2 in the Windows Schema:&lt;/font&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;In the Windows schema there is an object of type attributeSchemaClass for Exchange Extension Attribute 2. The actual display name of this object is: ms-Exch-Extension-Attribute-2.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;This object (as well as all other Exchange related objects and classes) are created when /PrepareSchema (or in previous versions /forestprep) is ran. The minimum and maximum character values for objects are always defined by two specific attributes:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;rangeLower: (being the minimum value)&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;rangeUpper: (being the maximum value)&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;I proceeded to take an LDP dump of the ms-Exch-Extension-Attribute-2 object out of the customer's schema (&lt;b&gt;&lt;u&gt;Note&lt;/u&gt;&lt;/b&gt;: &lt;i&gt;the distinguishedName of this object would be something similar to CN=ms-Exch-Extension-Attribute-2,CN=Schema,CN=Configuration,DC=&amp;lt;DOMAIN&amp;gt;,DC=com'&lt;/i&gt;).&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;What immediately became obvious is that the rangeUpper value for this object apparently supported 10240 characters:&lt;/font&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font size="2" face="Courier New"&gt;Expanding base 'CN=ms-Exch-Extension-Attribute-2,CN=Schema,CN=Configuration,DC=&amp;lt;DOMAIN&amp;gt;,DC=com'...        &lt;br /&gt;Result &amp;lt;0&amp;gt;: (null)         &lt;br /&gt;Matched DNs:         &lt;br /&gt;Getting 1 entries:         &lt;br /&gt;&amp;gt;&amp;gt; Dn: CN=ms-Exch-Extension-Attribute-2,CN=Schema,CN=Configuration,DC=&amp;lt;DOMAIN&amp;lt;,DC=com         &lt;br /&gt;2&amp;gt; objectClass: top; attributeSchema;         &lt;br /&gt;1&amp;gt; cn: ms-Exch-Extension-Attribute-2;         &lt;br /&gt;1&amp;gt; distinguishedName: CN=ms-Exch-Extension-Attribute-2,CN=Schema,CN=Configuration,DC=&amp;lt;DOMAIN&amp;gt;,DC=com;         &lt;br /&gt;1&amp;gt; instanceType: 0x4 = ( IT_WRITE );         &lt;br /&gt;1&amp;gt; whenCreated: 04/03/2002 15:15:43 Pacific Standard Time Pacific Daylight Time;         &lt;br /&gt;1&amp;gt; whenChanged: 04/12/2009 17:20:51 Pacific Standard Time Pacific Daylight Time;         &lt;br /&gt;1&amp;gt; uSNCreated: 6732;         &lt;br /&gt;1&amp;gt; attributeID: 1.2.840.113556.1.2.424;         &lt;br /&gt;1&amp;gt; attributeSyntax: 2.5.5.12;         &lt;br /&gt;1&amp;gt; isSingleValued: TRUE;         &lt;br /&gt;1&amp;gt; &lt;/font&gt;&lt;font size="2"&gt;&lt;font face="Courier New"&gt;&lt;b&gt;rangeLower: 1;            &lt;br /&gt;&lt;/b&gt;1&amp;gt; &lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;font face="Courier New"&gt;&lt;b&gt;rangeUpper: 10240;            &lt;br /&gt;&lt;/b&gt;1&amp;gt; mAPIID: 32814;           &lt;br /&gt;1&amp;gt; uSNChanged: 46036019;           &lt;br /&gt;1&amp;gt; showInAdvancedViewOnly: TRUE;           &lt;br /&gt;1&amp;gt; adminDisplayName: ms-Exch-Extension-Attribute-2;           &lt;br /&gt;1&amp;gt; adminDescription: ms-Exch-Extension-Attribute-2;           &lt;br /&gt;1&amp;gt; oMSyntax: 64;           &lt;br /&gt;1&amp;gt; searchFlags: 17;           &lt;br /&gt;1&amp;gt; lDAPDisplayName: extensionAttribute2;           &lt;br /&gt;1&amp;gt; name: ms-Exch-Extension-Attribute-2;           &lt;br /&gt;1&amp;gt; objectGUID: bc303dd3-f496-4c60-a5fa-8647a42dd063;           &lt;br /&gt;1&amp;gt; schemaIDGUID: bf967969-0de6-11d0-a285-00aa003049e2;           &lt;br /&gt;1&amp;gt; attributeSecurityGUID: 1f298a89-de98-47b8-b5cd-572ad53d267e;           &lt;br /&gt;1&amp;gt; isMemberOfPartialAttributeSet: TRUE;           &lt;br /&gt;1&amp;gt; objectCategory: CN=Attribute-Schema,CN=Schema,CN=Configuration,DC=&amp;lt;DOMAIN&amp;gt;,DC=com;           &lt;br /&gt;-----------&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;font size="2"&gt;So we can see here that the rangeLower value is set to 1 (which would be expected) and the rangeUpper value is set to 10240 (which would mean that the attribute itself can allow for 10240 individual characters). This large value explains why the failed object could have 1358 characters present on the AD object, but doesn't explain why the Mailbox Move operation would expect the value to be less than 1024.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;At first glance this looks like a really...really big bug. Why would we allow you to store 10240 characters on an attribute but fail a mailbox-move because we expect the value to be less than 1024 characters?&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;But, under closer examination what struck me as curious was the relatively recent update to the object. In the LDP dump above you will notice that the whenChanged value for this object is: &lt;b&gt;04/12/2009 17:20:51&lt;/b&gt; (early on in the call the customer had told me that they began deploying CAS servers in the environment nearly a year before hand). The whenChanged value in and of itself could be perfectly explainable (e.g. perhaps they decided to roll out SP1 which requires an upgrade of the Schema). On the other hand, perhaps a manual edit of the schema was performed to allow for this many characters.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;At this point, I wanted to continue troubleshooting by performing two valid action items:&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="2"&gt;Compare the whenChanged value on another Exchange attribute (theoretically the whenChanged value &amp;quot;should be&amp;quot; nearly the same, as all Exchange objects should have been modified at roughly the same time (e.g. when /SchemaPrep was run)). &lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Verify the default value for ms-Exch-Extension-Attribute-2 as defined in the LDF files for Exchange 2007 /SchemaPrep.&lt;/font&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;b&gt;&lt;font size="2"&gt;Result of Troubleshooting Steps:&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;I took an LDP dump of ms-Exch-Extension-Attribute-1 and determined that its &amp;quot;whenChanged&amp;quot; value was much older than that contained on ms-Exch-Extension-Attribute-2. Immediately I began to suspect that an unsupported schema edit had been performed. Next I decided to review the LDF files.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;To be clear, when /PrepareSchema is run a series of LDF files are imported to define classes and valid attributes for mail enabled objects. Amongst other things it will set the valid ranges on some of the attributes being added or modified within the schema. In Exchange 2007 there are 100 of these files stored on the installation media and are sequentially named schema0.ldf - schema99.ldf. These files can be opened and reviewed easily in notepad.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;In my case, I got lucky because ms-Exch-Extension-Attribute-2 was defined in the first LDF file (schema0.ldf).&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;b&gt;&lt;u&gt;Note&lt;/u&gt;&lt;/b&gt;: &lt;i&gt;If you are troubleshooting a different attribute and are having difficulty locating where this attribute is defined in the Schema LDF files, you may want to compile a master file (e.g. one comprised of all 100 LDF files) then simply search the file for the object you are looking for. This could save valuable time and insulate you from human error as you don't have to have all 100 files open (worst case scenario I suppose). For the record, it's supported to &amp;quot;look&amp;quot; in this fashion but not supported to update the schema in this way).&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;In my case, I found ms-Exch-Extension-Attribute-2 easily enough in schema0.ldf:&lt;/font&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font size="2" face="Courier New"&gt;dn: &lt;b&gt;CN=ms-Exch-Extension-Attribute-2&lt;/b&gt;,&amp;lt;SchemaContainerDN&amp;gt;         &lt;br /&gt;changetype: add         &lt;br /&gt;adminDescription: ms-Exch-Extension-Attribute-2         &lt;br /&gt;adminDisplayName: ms-Exch-Extension-Attribute-2         &lt;br /&gt;attributeID: 1.2.840.113556.1.2.424         &lt;br /&gt;attributeSyntax: 2.5.5.12         &lt;br /&gt;isMemberOfPartialAttributeSet: FALSE         &lt;br /&gt;isSingleValued: TRUE         &lt;br /&gt;lDAPDisplayName: extensionAttribute2         &lt;br /&gt;mapiId: 32814         &lt;br /&gt;name: ms-Exch-Extension-Attribute-2         &lt;br /&gt;oMSyntax: 64         &lt;br /&gt;objectCategory: CN=Attribute-Schema,&amp;lt;SchemaContainerDN&amp;gt;         &lt;br /&gt;objectClass: attributeSchema         &lt;br /&gt;rangeLower: 1         &lt;br /&gt;&lt;b&gt;rangeUpper: 1024&lt;/b&gt;         &lt;br /&gt;schemaIdGuid:: aXmWv+YN0BGihQCqADBJ4g==         &lt;br /&gt;searchFlags: 0&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;font size="2"&gt;Notice how rangeUpper = 1024.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;So at this point it is pretty safe to assume that a Schema Administrator (the only type of user who can make such a change) went in and manually modified the rangeUpper value on this object. In this case it looks like a &amp;quot;0&amp;quot; was simply appended to 1024.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;At this point, I was informed that there is a certain 3rd party tool out there that stores application specific user information on extensionAttribute2 and that the edit was necessary to allow the tool to work properly. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;&lt;font color="#ff0000" size="2"&gt;Are Schema Edits Supported?&lt;/font&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Very simply, edits to the default Exchange schema have and never will be supported. The reason is that it is entirely possible that functionality could be added or removed that is dependent upon the values we expect to be present (as in this case). If you choose to go down this path your risks include but aren't necessarily limited to:&lt;/font&gt;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;&lt;font size="2"&gt;Your Active Directory and Exchange implementation not working as expected.&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Being unsupported.&lt;u&gt;&lt;/u&gt;&lt;/font&gt; &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;u&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;&lt;u&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;&lt;font color="#0000ff" size="2"&gt;More Troubleshooting (a work-around):&lt;/font&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;The information contained within extensionAttribute2 on our failed users was simply string information. As we had a valid LDP dump for a user, I had the customer temporarily remove the entire string (although simply removing 335 characters would have allowed the move to complete) via ADSI Edit. Once done, we retried the move which completed successfully. After the move, we added the value back via ADSI Edit and verified that the 3rd party tool continued to function properly.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;&lt;font color="#0000ff" size="2"&gt;Conclusion:&lt;/font&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Without going into a tremendous amount of detail here (there are many...many articles on the subject), Exchange 2007 now runs a series of pre-validation checks prior to actually performing a mailbox move. This was done in effort to try and reduce situations where partially provisioned accounts/mailboxes would exist as the result of a partially completed move (e.g. a failure where items may have been moved but some problem occurred in updating the AD, et cetera). Any administrator who has been tasked with this type of cleanup knows how tedious it can be. Thus, these checks were added as a precautionary measure to help alleviate this type of situation. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;What's important to remember with respect to the scope of this sort of issue is to first know that these checks exist. The &amp;quot;technical stuff&amp;quot; is that within Move-Mailbox code there is a hard-coded validation lookup table. One of the checks it performs prior to allowing a move is to verify whether a user has more than 1024 characters on extensionAttribute2 (e.g. the value Exchange setup defined in the schema via /SchemaPrep). If the user does have something greater than 1024 characters, the pre-validation check fails the move procedure. &lt;b&gt;&lt;u&gt;This check is hard coded&lt;/u&gt;&lt;/b&gt;. That is to say, there is no LDAP call into the Active Directory to verify what the current allowable upper bounds are for the rangeUpper attribute in the Schema partition. So, although the edit was technically sound in theory, the mailbox move will continue to fail until it is less than 1024 characters.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Even though a &amp;quot;valid&amp;quot; work around was provided to the customer (yes... tedious, but administratively could be made much easier via shell exports and/or scripting), the best overall solution would have been for the vendor to create their own unique attributes that extended the user object class, defined the range and then wrote their values to an &amp;quot;intentional&amp;quot; attribute. Because these attributes would be unique to their application, they would never be checked in some sort of Exchange validation code. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;u&gt;&lt;font size="2"&gt;Resources for Accomplishing This:&lt;/font&gt;&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;1.&amp;#160; Extend the Schema:&amp;#160; &lt;br /&gt;&lt;/font&gt;&lt;a href="http://technet.microsoft.com/en-us/magazine/2008.05.schema.aspx?pr=blog"&gt;&lt;font size="2"&gt;http://technet.microsoft.com/en-us/magazine/2008.05.schema.aspx?pr=blog&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;2.&amp;#160; Extend the User Class in the AD Schema:&amp;#160; &lt;br /&gt;&lt;/font&gt;&lt;a href="http://www.windowsitpro.com/Web/Article/ArticleID/9738/9738.html"&gt;&lt;font size="2"&gt;http://www.windowsitpro.com/Web/Article/ArticleID/9738/9738.html&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;3.&amp;#160; Contact the IANA to acquire valid OIDs:&amp;#160;&amp;#160; &lt;br /&gt;&lt;/font&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms677621.aspx"&gt;&lt;font size="2"&gt;http://msdn.microsoft.com/en-us/library/ms677621.aspx&lt;/font&gt;&lt;/a&gt;     &lt;br /&gt;&lt;a href="http://pen.iana.org/pen/PenApplication.page"&gt;&lt;font size="2"&gt;http://pen.iana.org/pen/PenApplication.page&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Prior to signing off, I have witnessed a lot of confusion concerning the acceptable values or &amp;quot;ranges&amp;quot; for Exchange Extension attributes. I wanted to provide you with a definitive list for all the Exchange Extension Attributes as well as their relevant values as defined in the SCHEMA*.ldf files. The short story (or as I like to say...&amp;quot;the Reader's Digest version&amp;quot;) is that 1-10 can contain up to 1024 characters, whereas 11-15 support up to 2048 characters.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;&lt;font size="2"&gt;Schema Object Definitions and ranges as defined in the Exchange 2007 SCHEMA*.LDF files:&lt;/font&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font size="2"&gt;ms-Exch-Extension-Attribute-1 -- rangeUpper: 1024        &lt;br /&gt;&lt;/font&gt;&lt;font size="2"&gt;ms-Exch-Extension-Attribute-2 -- rangeUpper: 1024        &lt;br /&gt;&lt;/font&gt;&lt;font size="2"&gt;ms-Exch-Extension-Attribute-3 -- rangeUpper: 1024        &lt;br /&gt;&lt;/font&gt;&lt;font size="2"&gt;ms-Exch-Extension-Attribute-4 -- rangeUpper: 1024        &lt;br /&gt;&lt;/font&gt;&lt;font size="2"&gt;ms-Exch-Extension-Attribute-5 -- rangeUpper: 1024        &lt;br /&gt;&lt;/font&gt;&lt;font size="2"&gt;ms-Exch-Extension-Attribute-6 -- rangeUpper: 1024        &lt;br /&gt;&lt;/font&gt;&lt;font size="2"&gt;ms-Exch-Extension-Attribute-7 -- rangeUpper: 1024        &lt;br /&gt;&lt;/font&gt;&lt;font size="2"&gt;ms-Exch-Extension-Attribute-8 -- rangeUpper: 1024        &lt;br /&gt;&lt;/font&gt;&lt;font size="2"&gt;ms-Exch-Extension-Attribute-9 -- rangeUpper: 1024        &lt;br /&gt;&lt;/font&gt;&lt;font size="2"&gt;ms-Exch-Extension-Attribute-10 -- rangeUpper: 1024        &lt;br /&gt;&lt;/font&gt;&lt;font size="2"&gt;ms-Exch-Extension-Attribute-11 -- rangeUpper: 2048        &lt;br /&gt;&lt;/font&gt;&lt;font size="2"&gt;ms-Exch-Extension-Attribute-12 -- rangeUpper: 2048        &lt;br /&gt;&lt;/font&gt;&lt;font size="2"&gt;ms-Exch-Extension-Attribute-13 -- rangeUpper: 2048        &lt;br /&gt;&lt;/font&gt;&lt;font size="2"&gt;ms-Exch-Extension-Attribute-14 -- rangeUpper: 2048        &lt;br /&gt;&lt;/font&gt;&lt;font size="2"&gt;ms-Exch-Extension-Attribute-15 -- rangeUpper: 2048&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;font size="2"&gt;I hope you found this article interesting/useful.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;If you did, please leave some feedback.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Happy Trails.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;- &lt;a href="http://msexchangeteam.com/archive/2009/05/27/451486.aspx"&gt;Eric Norberg&lt;/a&gt;&lt;/font&gt;&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to backflip" onmouseout="mOut(this)" href="http://www.backflip.com/add_page_pop.ihtml?url=http://msexchangeteam.com/archive/2009/07/09/451757.aspx&amp;amp;title=Troubleshooting Move-Mailbox Operations in Exchange 2007 Fail Due to an Attribute " target="_blank" being="being" too="too" long??="Long??"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/backflip4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to blinkbits!" onmouseout="mOut(this)" href="http://www.blinkbits.com/bookmarklets/save.php?v=1&amp;amp;source_url=http://msexchangeteam.com/archive/2009/07/09/451757.aspx&amp;amp;title=Troubleshooting Move-Mailbox Operations in Exchange 2007 Fail Due to an Attribute " target="_blank" being="being" too="too" long??="Long??"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blinkbit4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to blogmemes" onmouseout="mOut(this)" href="http://www.blogmemes.net/post.php?url=http://msexchangeteam.com/archive/2009/07/09/451757.aspx&amp;amp;title=Troubleshooting Move-Mailbox Operations in Exchange 2007 Fail Due to an Attribute " target="_blank" being="being" too="too" long??="Long??"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blogmemes4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to buddymark" onmouseout="mOut(this)" href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://msexchangeteam.com/archive/2009/07/09/451757.aspx&amp;amp;bookmark_title=Troubleshooting Move-Mailbox Operations in Exchange 2007 Fail Due to an Attribute " target="_blank" being="being" too="too" long??="Long??"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to complore" onmouseout="mOut(this)" href="http://complore.com?q=node/add/flexinode-5&amp;amp;url=http://msexchangeteam.com/archive/2009/07/09/451757.aspx&amp;amp;title=Troubleshooting Move-Mailbox Operations in Exchange 2007 Fail Due to an Attribute " target="_blank" being="being" too="too" long??="Long??"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/complore4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.icio.us" onmouseout="mOut(this)" href="http://del.icio.us/post?url=http://msexchangeteam.com/archive/2009/07/09/451757.aspx&amp;amp;;title=Troubleshooting Move-Mailbox Operations in Exchange 2007 Fail Due to an Attribute " target="_blank" being="being" too="too" long??="Long??"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.iri.ous!" onmouseout="mOut(this)" href="http://de.lirio.us/bookmarks/sbmtool?action=add&amp;amp;address=http://msexchangeteam.com/archive/2009/07/09/451757.aspx&amp;amp;title=Troubleshooting Move-Mailbox Operations in Exchange 2007 Fail Due to an Attribute " target="_blank" being="being" too="too" long??="Long??"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to digg" onmouseout="mOut(this)" href="http://digg.com/submit?phase=2&amp;amp;url=http://msexchangeteam.com/archive/2009/07/09/451757.aspx&amp;amp;title=Troubleshooting Move-Mailbox Operations in Exchange 2007 Fail Due to an Attribute " target="_blank" being="being" too="too" long??="Long??"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to dotnetkicks" onmouseout="mOut(this)" href="http://www.dotnetkicks.com/kick/?url=http://msexchangeteam.com/archive/2009/07/09/451757.aspx&amp;amp;title=Troubleshooting Move-Mailbox Operations in Exchange 2007 Fail Due to an Attribute " target="_blank" being="being" too="too" long??="Long??"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to furl" onmouseout="mOut(this)" href="http://www.furl.net/store?s=f&amp;amp;to=0&amp;amp;u=http://msexchangeteam.com/archive/2009/07/09/451757.aspx&amp;amp;ti=Troubleshooting Move-Mailbox Operations in Exchange 2007 Fail Due to an Attribute " target="_blank" being="being" too="too" long??="Long??"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to live" onmouseout="mOut(this)" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://msexchangeteam.com/archive/2009/07/09/451757.aspx&amp;amp;title=Troubleshooting Move-Mailbox Operations in Exchange 2007 Fail Due to an Attribute " target="_blank" being="being" too="too" long??="Long??"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to magnolia!" onmouseout="mOut(this)" href="http://ma.gnolia.com/bookmarklet/add?url=http://msexchangeteam.com/archive/2009/07/09/451757.aspx&amp;amp;title=Troubleshooting Move-Mailbox Operations in Exchange 2007 Fail Due to an Attribute " target="_blank" being="being" too="too" long??="Long??"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/magnolia4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to netvouz!" onmouseout="mOut(this)" href="http://netvouz.com/action/submitBookmark?url=http://msexchangeteam.com/archive/2009/07/09/451757.aspx&amp;amp;title=Troubleshooting Move-Mailbox Operations in Exchange 2007 Fail Due to an Attribute " target="_blank" being="being" too="too" long??="Long??"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/netvouz4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to reddit!" onmouseout="mOut(this)" href="http://reddit.com/submit?url=http://msexchangeteam.com/archive/2009/07/09/451757.aspx&amp;amp;title=Troubleshooting Move-Mailbox Operations in Exchange 2007 Fail Due to an Attribute " target="_blank" being="being" too="too" long??="Long??"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to shadow" onmouseout="mOut(this)" href="http://www.shadows.com/bookmark/saveLink.rails?page=http://msexchangeteam.com/archive/2009/07/09/451757.aspx&amp;amp;title=Troubleshooting Move-Mailbox Operations in Exchange 2007 Fail Due to an Attribute " target="_blank" being="being" too="too" long??="Long??"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/shadows6.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to spurl" onmouseout="mOut(this)" href="http://www.spurl.net/spurl.php?v=3&amp;amp;url=http://msexchangeteam.com/archive/2009/07/09/451757.aspx&amp;amp;title=Troubleshooting Move-Mailbox Operations in Exchange 2007 Fail Due to an Attribute " target="_blank" being="being" too="too" long??="Long??"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to technorati!" onmouseout="mOut(this)" href="http://technorati.com/faves/?add=http://msexchangeteam.com/archive/2009/07/09/451757.aspx&amp;amp;title=Troubleshooting Move-Mailbox Operations in Exchange 2007 Fail Due to an Attribute " target="_blank" being="being" too="too" long??="Long??"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to wists" onmouseout="mOut(this)" href="http://www.wists.com/?action=add&amp;amp;url=http://msexchangeteam.com/archive/2009/07/09/451757.aspx&amp;amp;title=Troubleshooting Move-Mailbox Operations in Exchange 2007 Fail Due to an Attribute " target="_blank" being="being" too="too" long??="Long??"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/wists9.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to yahoo!" onmouseout="mOut(this)" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://msexchangeteam.com/archive/2009/07/09/451757.aspx&amp;amp;t=Troubleshooting Move-Mailbox Operations in Exchange 2007 Fail Due to an Attribute " target="_blank" being="being" too="too" long??="Long??"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/span&gt;&lt;img src="http://msexchangeteam.com/aggbug.aspx?PostID=451757" width="1" height="1"&gt;</description><category domain="http://msexchangeteam.com/archive/category/3648.aspx">Administration</category><category domain="http://msexchangeteam.com/archive/category/10058.aspx">Exchange 2007</category><category domain="http://msexchangeteam.com/archive/category/11164.aspx">Exchange 2010</category><category domain="http://msexchangeteam.com/archive/category/11154.aspx">Role: Mailbox</category><category domain="http://msexchangeteam.com/archive/category/3307.aspx">Tips 'n Tricks</category><category domain="http://msexchangeteam.com/archive/category/3306.aspx">Troubleshooting</category></item><item><title>Large Message Processing in Exchange, Part 1: Prevention and Planning</title><link>http://msexchangeteam.com/archive/2009/07/07/451737.aspx</link><pubDate>Tue, 07 Jul 2009 14:23:05 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:451737</guid><dc:creator>Exchange</dc:creator><slash:comments>9</slash:comments><comments>http://msexchangeteam.com/comments/451737.aspx</comments><wfw:commentRss>http://msexchangeteam.com/commentrss.aspx?PostID=451737</wfw:commentRss><wfw:comment>http://msexchangeteam.com/rsscomments/451737.aspx</wfw:comment><description>&lt;p&gt;&lt;i&gt;&lt;font size="2"&gt;Already an expert on large messages? You'll still want to check out the updated &amp;quot;Best Practices&amp;quot; section below to harden your server against possible outages.&lt;/font&gt;&lt;/i&gt;&lt;/p&gt;  &lt;h3&gt;&lt;font color="#0000ff" size="2"&gt;Overview&lt;/font&gt;&lt;/h3&gt;  &lt;p&gt;&lt;font size="2"&gt;Although email is not always the best way to share files, the method is frequently used. As an administrator, you probably have to allow messages to be sent with attachments. Sometimes these attachments are relatively large. But you also have to balance this business requirement with making sure that your server hardware does not become overly utilized or that some users are denied service while others are processing super large messages.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;In Customer Support Services we see a lot of critical server unresponsive type issues caused by someone trying to attach a really large file, say perhaps someone trying to share a DVD home video .ISO with their friends and coworkers.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Although we've attempted to harden Exchange out of the box, there are still a few things that you should consider doing to further limit the possibility of something like this happening.&lt;/font&gt;&lt;/p&gt;  &lt;h3&gt;&lt;font color="#0000ff" size="2"&gt;Reasonable limits&lt;/font&gt;&lt;/h3&gt;  &lt;p&gt;&lt;font size="2"&gt;It all begins with &amp;quot;reasonable&amp;quot; size limits. So the question everyone asks is &amp;quot;what is reasonable?&amp;quot; The answer is that your mileage will certainly vary with your hardware, drive space, number of users, availability requirements, etc. For Exchange 2007, the typical size limits we see are in the range of 10-30 MB. There are business cases where larger messages are required. However, not all hardware is equally equipped to handle it. Think about the following cases:&lt;/font&gt;&lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="109"&gt;         &lt;p&gt;&lt;b&gt;&lt;font size="2"&gt;Maximum allowed msg size&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="150"&gt;         &lt;p&gt;&lt;b&gt;&lt;font size="2"&gt;Maximum allowed number of recipients per message&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="108"&gt;         &lt;p&gt;&lt;b&gt;&lt;font size="2"&gt;Typical messages per second&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="108"&gt;         &lt;p&gt;&lt;b&gt;&lt;font size="2"&gt;Possible worst case peak scenario&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="109"&gt;         &lt;p&gt;&lt;b&gt;&lt;font size="2"&gt;10MB&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="150"&gt;         &lt;p&gt;&lt;font size="2"&gt;5000&lt;/font&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="108"&gt;         &lt;p&gt;&lt;font size="2"&gt;10 msg/sec&lt;/font&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="108"&gt;         &lt;p&gt;&lt;font size="2"&gt;500GB/sec&lt;/font&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="109"&gt;         &lt;p&gt;&lt;b&gt;&lt;font size="2"&gt;30MB&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="150"&gt;         &lt;p&gt;&lt;font size="2"&gt;5000&lt;/font&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="108"&gt;         &lt;p&gt;&lt;font size="2"&gt;10 msg/sec&lt;/font&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="108"&gt;         &lt;p&gt;&lt;font size="2"&gt;1.5TB/sec&lt;/font&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="109"&gt;         &lt;p&gt;&lt;b&gt;&lt;font size="2"&gt;100MB&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="150"&gt;         &lt;p&gt;&lt;font size="2"&gt;5000&lt;/font&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="108"&gt;         &lt;p&gt;&lt;font size="2"&gt;10 msg/sec&lt;/font&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="108"&gt;         &lt;p&gt;&lt;font size="2"&gt;5TB/sec&lt;/font&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;&lt;font size="2"&gt;Do you have that kind of space available? Do you want to pay for it? Can your disks keep up with that amount of I/O? Hub transports? Mailbox databases? Transaction log files? Will your archiving and retention systems be able to keep up?&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Ok, so obviously this is an extreme case - every message sent is not going to be as large as the maximum limit, and not every message is going to be sent to as many recipients as possible. But you can easily see that message size is an important piece of planning for server sizing and availability. You must plan for both the average case, but also consider the peak/worst case. Even if the same chart were done with averages instead of worst cases, you can imagine that even if just a few large messages make it out per day, the average size goes up considerably. Also, your server has to be able to handle those few per day in a reasonable amount of time. Remember that it is possible to provide limits for one set of users and still allow the occasional large message to be sent by more important folks, say company executives.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Furthermore, if the possibility exists that someone can send a DVD .ISO to everyone in the company, you can bet that it will happen at some point. Will your server(s) handle it gracefully? Or will business stop because of this incident?&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Our capacity and planning tools will help you make the decision, although they are designed around the average case - don't forget to at least consider that raising message sizes will not only affect the average case, it will also raise the peak load case. For more discussion on this, see &lt;/font&gt;&lt;a href="http://msexchangeteam.com/archive/2006/07/06/428213.aspx"&gt;&lt;font size="2"&gt;this post&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;h3&gt;&lt;font color="#0000ff" size="2"&gt;Back Pressure&lt;/font&gt;&lt;/h3&gt;  &lt;p&gt;&lt;font size="2"&gt;Exchange 2007 introduces a concept within Transport servers called Back Pressure. You can read all about it &lt;/font&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb201658.aspx"&gt;&lt;font size="2"&gt;here&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;. Suffice it to say, if your server becomes too busy, it will stop accepting new messages, and allow itself time to gracefully recover. It does this to protect itself from the extreme cases.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;In short, Back Pressure is Exchange 2007's way of monitoring available disk space, memory and uncommitted messages. When any of those resources exceed their corresponding thresholds for a sustained period the HUB server stops accepting anonymous submissions (medium threshold) or all submissions (high threshold). For example:&lt;/font&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font size="2" face="Courier New"&gt;Event Type: Warning        &lt;br /&gt;Event Source: MSExchangeTransport         &lt;br /&gt;Event Category: ResourceManager         &lt;br /&gt;Event ID: 15004         &lt;br /&gt;Description:         &lt;br /&gt;Resource pressure increased from Medium to High.&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font size="2" face="Courier New"&gt;Resource utilization of the following resources exceed the normal level:&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font size="2" face="Courier New"&gt;Version buckets = 213 [High] [Normal=80 Medium=120 High=200]&lt;/font&gt;&lt;/p&gt;    &lt;p&gt;&lt;font size="2" face="Courier New"&gt;Back pressure caused the following components to be disabled:        &lt;br /&gt;Inbound mail submission from Hub Transport servers         &lt;br /&gt;Inbound mail submission from the Internet         &lt;br /&gt;Mail submission from the Pickup directory         &lt;br /&gt;Mail submission from the Replay directory         &lt;br /&gt;Mail submission from Mailbox servers         &lt;br /&gt;Mail delivery to remote domains&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&lt;font size="2"&gt;With large messages, you have the possibility that a database transaction to commit the message into the database will take some time to complete. During that time, the database is tracking the commit with what is called version buckets or version store. So with large messages, you can guess that version buckets will often be the measure of how the mail queue database is keeping up. A few seconds of back pressure a few times per day is fine, but if your server(s) spend a lot of time in back pressure, then there's the possibility that other messages aren't being processed in a timely fashion.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Let's also take a look at the graph below (Message Size (MB) versus Version buckets). This graph charts the size of the message sent along with the corresponding Version Buckets Allocated while the message was transmitted. The yellow line shows the default medium threshold for Back pressure resource monitoring of 120, and the red line is the default High Threshold of 200. As the message increases, the version buckets allocated continue to increase as well. When the message size reaches approximately 100MB the version buckets allocated have done beyond the medium threshold value of 120. This will cause inbound anonymous SMTP traffic to temporarily be suspended (Internal Hub to Hub and Mailbox submissions will not be affected. This chart shows that Exchange 2007 has the ability for transport to support a single message as large as 150MB without causing internal mail flow disruption - but again, remember, this is an isolated single message going to a single recipient.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;img src="http://msexchangeteam.com/photos/postpictures3/images/451736/original.aspx" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Please note that these measurements were taken in the absence of processing a high rate of other smaller messages and it was performed on a server configuration that was I/O constrained (single disk).&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;For more information about the impact of specific messages on hardware, check out &lt;/font&gt;&lt;a href="http://msexchangeteam.com/archive/2008/07/28/449379.aspx"&gt;&lt;font size="2"&gt;this study&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;And for information about the impact of large messages on your mailbox stores, see &lt;/font&gt;&lt;a href="http://msexchangeteam.com/archive/2006/04/19/425722.aspx"&gt;&lt;font size="2"&gt;this post&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;h3&gt;&lt;font color="#0000ff" size="2"&gt;Size Limits&lt;/font&gt;&lt;/h3&gt;  &lt;p&gt;&lt;font size="2"&gt;Although, you've probably seen &lt;/font&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb124345.aspx"&gt;&lt;font size="2"&gt;this&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;, let's quickly review the common places that size limits are set and discuss possible ways to harden your server(s):&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="2"&gt;Global/organizational size limits - these settings control the absolute maximum size message that can be submitted to store with Outlook, and accepted by the categorizer throughout the organization. Although it is &amp;quot;global&amp;quot; in scope, there can be exceptions to this limit.&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Global/organizational MaxRecipientEnvelopeLimit - this controls how many recipients can be on a single message. It is probably a good idea to consider lowering this from the default value of 5000 once Exchange 2003 is no longer in your organization as Exchange 2003 calculates this after distribution groups are expanded. But Exchange 2007 and later will consider a DG as a single recipient. The nice thing here is that you can setup the larger DGs for broadcast emailing and restrict who is allowed to send to them. You could also lower the value if say you only had 2000 mailboxes in your organization - no need to keep the default value.&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Connector limits (send, receive, foreign, routing group, AD site link) - these are useful for what can pass through a particular connector. For example, you may want to allow user SMTP submissions to be 15 MB, but only 10 MB for application servers, and only 5 MB for anonymous &amp;quot;Internet&amp;quot; email. You should always have a reasonable size limit on your Internet facing receive connector(s).&lt;/font&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;font size="2"&gt;Yawn. You've seen this before, right? Well what about these limits you may not remember?&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="2"&gt;OWA - By default, OWA users can upload attachments of up to 30MB for submission. This &lt;/font&gt;&lt;a href="http://msexchangeteam.com/archive/2006/11/14/431477.aspx"&gt;&lt;font size="2"&gt;value can be modified&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;.&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;DAV clients like older versions of Entourage - KB &lt;/font&gt;&lt;a href="http://support.microsoft.com/kb/935848"&gt;&lt;font size="2"&gt;935848&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; talks about the issue. You can set the MaxRequestEntityAllowed value on the w3svc/1/ROOT/Exchange key in the metabase to a value similar to the maximum size posting you want to allow from DAV clients.&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Public folders - Although public folder posts do not go through transport, they can be equally dangerous to the server. If someone posts a gigantic message, it could cause the public folder store to consume system resources and run out of space. In addition, if the folder is replicated, the problem can spread throughout the organization (replication messages are system messages and bypass most other checks). You &lt;/font&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb629620.aspx"&gt;&lt;font size="2"&gt;can set limits for replication messages&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;, but &lt;b&gt;&lt;i&gt;large single posts will bypass this limit&lt;/i&gt;&lt;/b&gt;. Contrary to popular belief, this setting is not an upper limit on replication message size - it's more like a lower limit. When we have multiple changes to pack up, we will keep packing each change into the same message until we reach at least the replication message size limit. After that, we send the message, and start packing additional changes into the next replication message. Let's say your replication message size limit is 300k. If you post 500 1k items in a folder, 300 of them will be packed into the first replication message, and then 200 will be packed into the next one and sent. If you post 500 1MB items, each individual item exceeds the message size limit, so that just means that we won't pack any additional changes into each replication message - each item will be sent in its own 1 MB replication message. If you post a 1 GB item, the same applies - you get a 1 GB replication message. We don't split up a large item between replication messages. The only way to control this is to set reasonable item size limits, particularly on replicated folders. You can set these at the &lt;/font&gt;&lt;a href="http://technet.microsoft.com/en-us/library/aa997225.aspx"&gt;&lt;font size="2"&gt;database&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; and &lt;/font&gt;&lt;a href="http://technet.microsoft.com/en-us/library/aa998596.aspx"&gt;&lt;font size="2"&gt;folder&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; level.&lt;/font&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;&lt;font color="#0000ff" size="2"&gt;Best Practices&lt;/font&gt;&lt;/h3&gt;  &lt;p&gt;&lt;font size="2"&gt;An ounce of prevention is worth a pound of cure. So here are the best practices we recommend to protect your server(s) from large messages that might cause outages.&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="2"&gt;&lt;font color="#ff0000"&gt;Install SP1 RU8&lt;/font&gt;. &lt;b&gt;&lt;i&gt;This rollup update contains an extremely important fix&lt;/i&gt; &lt;/b&gt;that should not be missed. KB &lt;/font&gt;&lt;a href="http://support.microsoft.com/kb/960775"&gt;&lt;font size="2"&gt;960775&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; is the fix that you need, particularly if you allow Outlook 2003 clients prior to SP3 to connect to your server. These clients will not ask for the maximum limits before synching and submitting a large message to the server. This can easily cause transaction log file growth and performance problems on the Mailbox server. But, worse, the store-generated DSN messages are then submitted to Transport and the problem can spread. This fix eliminates the possibility of Hub servers being affected. Regardless of this fix, it may still be a best practice to update your clients to SP3 and block legacy (unsupported) clients to limit the damage that can happen on the Mailbox server.&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Run ExBPA. Although BPA does not know what's reasonable for your organization, it can make sure that at least size limits are in place. ExBPA can check all of your servers quickly.&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Set reasonable size limits for your organization based on planning. See above section for commonly missed size limits. You can use the detail output from the BPA to make certain the limits are where you think that they are.&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Particularly if you're supporting anything larger than the default 10MB message size, &lt;b&gt;make sure that you've updated your edgetransport.exe.config file to the latest guidance for your version of Exchange.&lt;/b&gt; At the time of this publishing, the Exchange 2007 guidance when running the latest service pack is as follows:&lt;/font&gt;       &lt;ul&gt;       &lt;li&gt;&lt;font size="2"&gt;The &lt;/font&gt;&lt;a href="http://msexchangeteam.com/archive/2008/05/14/448890.aspx"&gt;&lt;font size="2"&gt;ESE cache size&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; should be 512MB on any server with more than 4GB of RAM - &lt;/font&gt;&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font size="2"&gt;&amp;lt;add key=&amp;quot;DatabaseMaxCacheSize&amp;quot; value=&amp;quot;536870912&amp;quot; /&amp;gt;&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;ul&gt;     &lt;li&gt;&lt;font size="2"&gt;The version bucket thresholds should be as follows - &lt;/font&gt;&lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;font size="2"&gt;&amp;lt;add key=&amp;quot;VersionBucketsHighThreshold&amp;quot; value=&amp;quot;200&amp;quot; /&amp;gt;        &lt;br /&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;lt;add key=&amp;quot;VersionBucketsMediumThreshold&amp;quot; value=&amp;quot;120&amp;quot; /&amp;gt;        &lt;br /&gt;&lt;/font&gt;&lt;font size="2"&gt;&amp;lt;add key=&amp;quot;VersionBucketsNormalThreshold&amp;quot; value=&amp;quot;80&amp;quot; /&amp;gt;&lt;/font&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="2"&gt;Consider hardening and isolating Internet-facing receive connectors such that spam processing and virus scanning processes for inbound &amp;quot;unclean&amp;quot; message streams are not impacting the rest of mail flow. Set reasonable receive connector limits. This obviously transcends the large message discussion, but this is especially true if you allow larger messages.&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Make sure that &lt;/font&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb332342.aspx"&gt;&lt;font size="2"&gt;proper exclusions&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; are set for file-based Antivirus software and that temporary locations are also located on drives with adequate space and speed. Temporary files can be created while converting large messages. Scanning these temporary files can cause problems - use proper Exchange Antivirus for protecting the messages and file-level scanning to protect the server(s).&lt;/font&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;h3&gt;&lt;font color="#0000ff" size="2"&gt;Conclusion&lt;/font&gt;&lt;/h3&gt;  &lt;p&gt;&lt;font size="2"&gt;Message size limits will protect your servers and make sure they stay happily running, but there is not any &amp;quot;one-size-fits-all&amp;quot; guidance. Nevertheless, setting reasonable message limits and following the best practices can save you a great deal of trouble.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;- &lt;/font&gt;&lt;a href="http://msexchangeteam.com/archive/2004/02/19/76448.aspx"&gt;&lt;font size="2"&gt;Scott Landry&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;, &lt;/font&gt;&lt;a href="http://msexchangeteam.com/archive/2005/03/21/400066.aspx"&gt;&lt;font size="2"&gt;Mohammad Nadeem&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; and &lt;a href="http://msexchangeteam.com/archive/2004/06/30/170331.aspx"&gt;Bill Long&lt;/a&gt;&lt;/font&gt;&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to backflip" onmouseout="mOut(this)" href="http://www.backflip.com/add_page_pop.ihtml?url=http://msexchangeteam.com/archive/2009/07/07/451737.aspx&amp;amp;title=Large Message Processing in Exchange, Part 1: Prevention and Planning" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/backflip4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to blinkbits!" onmouseout="mOut(this)" href="http://www.blinkbits.com/bookmarklets/save.php?v=1&amp;amp;source_url=http://msexchangeteam.com/archive/2009/07/07/451737.aspx&amp;amp;title=Large Message Processing in Exchange, Part 1: Prevention and Planning" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blinkbit4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to blogmemes" onmouseout="mOut(this)" href="http://www.blogmemes.net/post.php?url=http://msexchangeteam.com/archive/2009/07/07/451737.aspx&amp;amp;title=Large Message Processing in Exchange, Part 1: Prevention and Planning" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blogmemes4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to buddymark" onmouseout="mOut(this)" href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://msexchangeteam.com/archive/2009/07/07/451737.aspx&amp;amp;bookmark_title=Large Message Processing in Exchange, Part 1: Prevention and Planning" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to complore" onmouseout="mOut(this)" href="http://complore.com?q=node/add/flexinode-5&amp;amp;url=http://msexchangeteam.com/archive/2009/07/07/451737.aspx&amp;amp;title=Large Message Processing in Exchange, Part 1: Prevention and Planning" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/complore4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.icio.us" onmouseout="mOut(this)" href="http://del.icio.us/post?url=http://msexchangeteam.com/archive/2009/07/07/451737.aspx&amp;amp;;title=Large Message Processing in Exchange, Part 1: Prevention and Planning" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.iri.ous!" onmouseout="mOut(this)" href="http://de.lirio.us/bookmarks/sbmtool?action=add&amp;amp;address=http://msexchangeteam.com/archive/2009/07/07/451737.aspx&amp;amp;title=Large Message Processing in Exchange, Part 1: Prevention and Planning" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to digg" onmouseout="mOut(this)" href="http://digg.com/submit?phase=2&amp;amp;url=http://msexchangeteam.com/archive/2009/07/07/451737.aspx&amp;amp;title=Large Message Processing in Exchange, Part 1: Prevention and Planning" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to dotnetkicks" onmouseout="mOut(this)" href="http://www.dotnetkicks.com/kick/?url=http://msexchangeteam.com/archive/2009/07/07/451737.aspx&amp;amp;title=Large Message Processing in Exchange, Part 1: Prevention and Planning" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to furl" onmouseout="mOut(this)" href="http://www.furl.net/store?s=f&amp;amp;to=0&amp;amp;u=http://msexchangeteam.com/archive/2009/07/07/451737.aspx&amp;amp;ti=Large Message Processing in Exchange, Part 1: Prevention and Planning" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to live" onmouseout="mOut(this)" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://msexchangeteam.com/archive/2009/07/07/451737.aspx&amp;amp;title=Large Message Processing in Exchange, Part 1: Prevention and Planning" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to magnolia!" onmouseout="mOut(this)" href="http://ma.gnolia.com/bookmarklet/add?url=http://msexchangeteam.com/archive/2009/07/07/451737.aspx&amp;amp;title=Large Message Processing in Exchange, Part 1: Prevention and Planning" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/magnolia4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to netvouz!" onmouseout="mOut(this)" href="http://netvouz.com/action/submitBookmark?url=http://msexchangeteam.com/archive/2009/07/07/451737.aspx&amp;amp;title=Large Message Processing in Exchange, Part 1: Prevention and Planning" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/netvouz4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to reddit!" onmouseout="mOut(this)" href="http://reddit.com/submit?url=http://msexchangeteam.com/archive/2009/07/07/451737.aspx&amp;amp;title=Large Message Processing in Exchange, Part 1: Prevention and Planning" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to shadow" onmouseout="mOut(this)" href="http://www.shadows.com/bookmark/saveLink.rails?page=http://msexchangeteam.com/archive/2009/07/07/451737.aspx&amp;amp;title=Large Message Processing in Exchange, Part 1: Prevention and Planning" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/shadows6.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to spurl" onmouseout="mOut(this)" href="http://www.spurl.net/spurl.php?v=3&amp;amp;url=http://msexchangeteam.com/archive/2009/07/07/451737.aspx&amp;amp;title=Large Message Processing in Exchange, Part 1: Prevention and Planning" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to technorati!" onmouseout="mOut(this)" href="http://technorati.com/faves/?add=http://msexchangeteam.com/archive/2009/07/07/451737.aspx&amp;amp;title=Large Message Processing in Exchange, Part 1: Prevention and Planning" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to wists" onmouseout="mOut(this)" href="http://www.wists.com/?action=add&amp;amp;url=http://msexchangeteam.com/archive/2009/07/07/451737.aspx&amp;amp;title=Large Message Processing in Exchange, Part 1: Prevention and Planning" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/wists9.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to yahoo!" onmouseout="mOut(this)" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://msexchangeteam.com/archive/2009/07/07/451737.aspx&amp;amp;t=Large Message Processing in Exchange, Part 1: Prevention and Planning" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/span&gt;&lt;img src="http://msexchangeteam.com/aggbug.aspx?PostID=451737" width="1" height="1"&gt;</description><category domain="http://msexchangeteam.com/archive/category/10058.aspx">Exchange 2007</category><category domain="http://msexchangeteam.com/archive/category/11158.aspx">Role: Edge Transport</category><category domain="http://msexchangeteam.com/archive/category/11155.aspx">Role: Hub Transport</category><category domain="http://msexchangeteam.com/archive/category/3754.aspx">Transport &amp; Routing</category><category domain="http://msexchangeteam.com/archive/category/3306.aspx">Troubleshooting</category></item><item><title>Spotlight on Exchange 2010: Voice Mail Preview - Part 1: Introduction</title><link>http://msexchangeteam.com/archive/2009/06/29/451695.aspx</link><pubDate>Mon, 29 Jun 2009 15:35:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:451695</guid><dc:creator>Exchange</dc:creator><slash:comments>9</slash:comments><comments>http://msexchangeteam.com/comments/451695.aspx</comments><wfw:commentRss>http://msexchangeteam.com/commentrss.aspx?PostID=451695</wfw:commentRss><wfw:comment>http://msexchangeteam.com/rsscomments/451695.aspx</wfw:comment><description>&lt;p&gt;&lt;font size="2"&gt;Voice Mail Preview will literally transform the way that you look at voice messages in Exchange.&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;Exchange Unified Messaging (UM) makes it easy to manage your voice messages by delivering them in your Inbox. You can then use many types of Exchange mail client software to review your voice mail. Microsoft Outlook, Outlook Web Access (OWA), Outlook Mobile (and other clients connected via Exchange ActiveSync) and, of course Outlook Voice Access (the speech access interface in Exchange UM) are examples of the ways that you can now retrieve voice mail.&lt;/font&gt; &lt;p&gt;&lt;font color="#0080ff" size="2"&gt;&lt;strong&gt;&lt;img src="http://msexchangeteam.com/photos/postpictures2/images/451696/original.aspx"&gt; &lt;/strong&gt;&lt;/font&gt; &lt;p&gt;&lt;font color="#0080ff" size="2"&gt;&lt;strong&gt;Figure 1. Exchange UM voice mail in the Inbox&lt;/strong&gt;&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;If you're using a visual mail client such as Outlook to review your voice mail, it's great to see at a glance the message details (date/time, length) and the number or name of the sender. In Outlook and OWA, you can even add your own text in an &lt;i&gt;Audio Notes&lt;/i&gt; field. This permits you to annotate the message so that you can see what it's about, should you return to it later. You can also search for the message by one or more words in the note, as you're used to doing for e-mail.&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;People who have used the Audio Notes feature since Exchange 2007 have surely sometimes wished that the annotations could be generated automatically. &lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;In Exchange 2010, the &lt;i&gt;Voice Mail Preview&lt;/i&gt; feature will do this, and more. By the time that a voice message arrives in your Inbox, UM can insert a Preview. This is machine-generated text that is derived from the voice recording. You can usually gain a good sense of the recorded content by looking at the Preview. Text in the Preview is indexed, so you can search for voice messages without Audio Notes. You can add additional information or make corrections through the Audio Notes field, if required.&lt;/font&gt; &lt;p&gt;&lt;img src="http://msexchangeteam.com/photos/postpictures2/images/451697/original.aspx"&gt;  &lt;p&gt;&lt;a name="_Ref233096417"&gt;&lt;font color="#0080c0" size="2"&gt;&lt;strong&gt;Figure &lt;/strong&gt;&lt;/font&gt;&lt;/a&gt;&lt;font color="#0080c0" size="2"&gt;&lt;strong&gt;2. Voice Mail Preview (sample message)&lt;/strong&gt;&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;Figure 2 shows an example of an actual voice message with a Preview, which I received recently. Some of the text in the figure has been obscured to protect the identity of the caller. In this case, the caller was a telemarketer and I was able to glance at the message (which arrived while I was in a meeting and unable to play the audio) and decide that it was (how shall I put this?) not at all urgent.&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;In later articles in this series, I'll look at Voice Mail Preview in more detail, describing additional capabilities, how it works, and some limitations.&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;- &lt;a href="http://msexchangeteam.com/archive/2006/06/07/427901.aspx"&gt;Michael Wilson&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;&lt;span class="sbmLink"&gt; &lt;table cellspacing="1" cellpadding="1"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to backflip" onmouseout="mOut(this)" href="http://www.backflip.com/add_page_pop.ihtml?url=http://msexchangeteam.com/archive/2009/06/29/451695.aspx&amp;amp;title=Spotlight on Exchange 2010: Voice Mail Preview - Part 1: Introduction " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/backflip4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to blinkbits!" onmouseout="mOut(this)" href="http://www.blinkbits.com/bookmarklets/save.php?v=1&amp;amp;source_url=http://msexchangeteam.com/archive/2009/06/29/451695.aspx&amp;amp;title=Spotlight on Exchange 2010: Voice Mail Preview - Part 1: Introduction " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blinkbit4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to blogmemes" onmouseout="mOut(this)" href="http://www.blogmemes.net/post.php?url=http://msexchangeteam.com/archive/2009/06/29/451695.aspx&amp;amp;title=Spotlight on Exchange 2010: Voice Mail Preview - Part 1: Introduction " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blogmemes4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to buddymark" onmouseout="mOut(this)" href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://msexchangeteam.com/archive/2009/06/29/451695.aspx&amp;amp;bookmark_title=Spotlight on Exchange 2010: Voice Mail Preview - Part 1: Introduction " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to complore" onmouseout="mOut(this)" href="http://complore.com?q=node/add/flexinode-5&amp;amp;url=http://msexchangeteam.com/archive/2009/06/29/451695.aspx&amp;amp;title=Spotlight on Exchange 2010: Voice Mail Preview - Part 1: Introduction " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/complore4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.icio.us" onmouseout="mOut(this)" href="http://del.icio.us/post?url=http://msexchangeteam.com/archive/2009/06/29/451695.aspx&amp;amp;;title=Spotlight on Exchange 2010: Voice Mail Preview - Part 1: Introduction " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.iri.ous!" onmouseout="mOut(this)" href="http://de.lirio.us/bookmarks/sbmtool?action=add&amp;amp;address=http://msexchangeteam.com/archive/2009/06/29/451695.aspx&amp;amp;title=Spotlight on Exchange 2010: Voice Mail Preview - Part 1: Introduction " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to digg" onmouseout="mOut(this)" href="http://digg.com/submit?phase=2&amp;amp;url=http://msexchangeteam.com/archive/2009/06/29/451695.aspx&amp;amp;title=Spotlight on Exchange 2010: Voice Mail Preview - Part 1: Introduction " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to dotnetkicks" onmouseout="mOut(this)" href="http://www.dotnetkicks.com/kick/?url=http://msexchangeteam.com/archive/2009/06/29/451695.aspx&amp;amp;title=Spotlight on Exchange 2010: Voice Mail Preview - Part 1: Introduction " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to furl" onmouseout="mOut(this)" href="http://www.furl.net/store?s=f&amp;amp;to=0&amp;amp;u=http://msexchangeteam.com/archive/2009/06/29/451695.aspx&amp;amp;ti=Spotlight on Exchange 2010: Voice Mail Preview - Part 1: Introduction " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to live" onmouseout="mOut(this)" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://msexchangeteam.com/archive/2009/06/29/451695.aspx&amp;amp;title=Spotlight on Exchange 2010: Voice Mail Preview - Part 1: Introduction " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to magnolia!" onmouseout="mOut(this)" href="http://ma.gnolia.com/bookmarklet/add?url=http://msexchangeteam.com/archive/2009/06/29/451695.aspx&amp;amp;title=Spotlight on Exchange 2010: Voice Mail Preview - Part 1: Introduction " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/magnolia4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to netvouz!" onmouseout="mOut(this)" href="http://netvouz.com/action/submitBookmark?url=http://msexchangeteam.com/archive/2009/06/29/451695.aspx&amp;amp;title=Spotlight on Exchange 2010: Voice Mail Preview - Part 1: Introduction " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/netvouz4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to reddit!" onmouseout="mOut(this)" href="http://reddit.com/submit?url=http://msexchangeteam.com/archive/2009/06/29/451695.aspx&amp;amp;title=Spotlight on Exchange 2010: Voice Mail Preview - Part 1: Introduction " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to shadow" onmouseout="mOut(this)" href="http://www.shadows.com/bookmark/saveLink.rails?page=http://msexchangeteam.com/archive/2009/06/29/451695.aspx&amp;amp;title=Spotlight on Exchange 2010: Voice Mail Preview - Part 1: Introduction " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/shadows6.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to spurl" onmouseout="mOut(this)" href="http://www.spurl.net/spurl.php?v=3&amp;amp;url=http://msexchangeteam.com/archive/2009/06/29/451695.aspx&amp;amp;title=Spotlight on Exchange 2010: Voice Mail Preview - Part 1: Introduction " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to technorati!" onmouseout="mOut(this)" href="http://technorati.com/faves/?add=http://msexchangeteam.com/archive/2009/06/29/451695.aspx&amp;amp;title=Spotlight on Exchange 2010: Voice Mail Preview - Part 1: Introduction " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to wists" onmouseout="mOut(this)" href="http://www.wists.com/?action=add&amp;amp;url=http://msexchangeteam.com/archive/2009/06/29/451695.aspx&amp;amp;title=Spotlight on Exchange 2010: Voice Mail Preview - Part 1: Introduction " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/wists9.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to yahoo!" onmouseout="mOut(this)" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://msexchangeteam.com/archive/2009/06/29/451695.aspx&amp;amp;t=Spotlight on Exchange 2010: Voice Mail Preview - Part 1: Introduction " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0"&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/span&gt;&lt;img src="http://msexchangeteam.com/aggbug.aspx?PostID=451695" width="1" height="1"&gt;</description><category domain="http://msexchangeteam.com/archive/category/11164.aspx">Exchange 2010</category><category domain="http://msexchangeteam.com/archive/category/11150.aspx">Unified Messaging</category></item><item><title>Spotlight on Exchange 2010: Delivery Reports Part II (for Administrators)</title><link>http://msexchangeteam.com/archive/2009/06/25/451680.aspx</link><pubDate>Fri, 26 Jun 2009 03:11:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:451680</guid><dc:creator>Exchange</dc:creator><slash:comments>1</slash:comments><comments>http://msexchangeteam.com/comments/451680.aspx</comments><wfw:commentRss>http://msexchangeteam.com/commentrss.aspx?PostID=451680</wfw:commentRss><wfw:comment>http://msexchangeteam.com/rsscomments/451680.aspx</wfw:comment><description>&lt;P&gt;&lt;FONT size=2&gt;In my recent post &lt;/FONT&gt;&lt;A href="/archive/2009/06/08/451562.aspx"&gt;&lt;FONT size=2&gt;Spotlight on Exchange 2010: Delivery Reports&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=2&gt;, I discussed Delivery Reports from an end-user perspective. In this post I'll review the different things administrators can do with message tracking. We'll discuss disclosure and privacy control settings and do a quick review on which roles have access to message tracking and how to grant access to a user or group of users.&lt;/FONT&gt; 
&lt;H3&gt;&lt;FONT size=2&gt;Disclosure and privacy control&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;FONT size=2&gt;There are two settings that can be modified in the organizational configuration to change the level of disclosure of sensitive items in Delivery Reports: Read status reporting and subject logging.&lt;/FONT&gt; 
&lt;P&gt;
&lt;P&gt;&lt;FONT size=2&gt;
&lt;TABLE class=LightShading-Accent11 style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; MARGIN: auto auto auto 95.4pt; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-border-top-alt: solid #4F81BD 1.0pt; mso-border-top-themecolor: accent1; mso-border-bottom-alt: solid #4F81BD 1.0pt; mso-border-bottom-themecolor: accent1; mso-yfti-tbllook: 1056; mso-padding-alt: 0in 5.4pt 0in 5.4pt" cellSpacing=0 cellPadding=0 border=1&gt;
&lt;TBODY&gt;
&lt;TR style="mso-yfti-irow: -1; mso-yfti-firstrow: yes"&gt;
&lt;TD style="BORDER-RIGHT: #f0f0f0; PADDING-RIGHT: 5.4pt; BORDER-TOP: #4f81bd 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 2in; PADDING-TOP: 0in; BORDER-BOTTOM: #f0f0f0; BACKGROUND-COLOR: transparent; mso-border-top-themecolor: accent1" vAlign=top width=192&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 1"&gt;&lt;B&gt;&lt;SPAN style="COLOR: #365f91; mso-themecolor: accent1; mso-themeshade: 191"&gt;&lt;FONT face=Calibri&gt;Feature&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-RIGHT: #f0f0f0; PADDING-RIGHT: 5.4pt; BORDER-TOP: #4f81bd 1pt solid; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 112.5pt; PADDING-TOP: 0in; BORDER-BOTTOM: #f0f0f0; BACKGROUND-COLOR: transparent; mso-border-top-themecolor: accent1" vAlign=top width=150&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 1"&gt;&lt;B&gt;&lt;SPAN style="COLOR: #365f91; mso-themecolor: accent1; mso-themeshade: 191"&gt;&lt;FONT face=Calibri&gt;Default Setting&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 0"&gt;
&lt;TD style="BORDER-RIGHT: #f0f0f0; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; BACKGROUND: #d3dfee; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 2in; PADDING-TOP: 0in; BORDER-BOTTOM: #f0f0f0; mso-background-themecolor: accent1; mso-background-themetint: 63" vAlign=top width=192&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 64"&gt;&lt;SPAN style="COLOR: #365f91; mso-themecolor: accent1; mso-themeshade: 191"&gt;&lt;FONT face=Calibri&gt;Read Status Reporting&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-RIGHT: #f0f0f0; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; BACKGROUND: #d3dfee; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 112.5pt; PADDING-TOP: 0in; BORDER-BOTTOM: #f0f0f0; mso-background-themecolor: accent1; mso-background-themetint: 63" vAlign=top width=150&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal; mso-yfti-cnfc: 64"&gt;&lt;SPAN style="COLOR: #365f91; mso-themecolor: accent1; mso-themeshade: 191"&gt;&lt;FONT face=Calibri&gt;Disabled&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;
&lt;TR style="mso-yfti-irow: 1; mso-yfti-lastrow: yes"&gt;
&lt;TD style="BORDER-RIGHT: #f0f0f0; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 2in; PADDING-TOP: 0in; BORDER-BOTTOM: #4f81bd 1pt solid; BACKGROUND-COLOR: transparent; mso-border-bottom-themecolor: accent1" vAlign=top width=192&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="COLOR: #365f91; mso-themecolor: accent1; mso-themeshade: 191"&gt;&lt;FONT face=Calibri&gt;Subject Logging&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;
&lt;TD style="BORDER-RIGHT: #f0f0f0; PADDING-RIGHT: 5.4pt; BORDER-TOP: #f0f0f0; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #f0f0f0; WIDTH: 112.5pt; PADDING-TOP: 0in; BORDER-BOTTOM: #4f81bd 1pt solid; BACKGROUND-COLOR: transparent; mso-border-bottom-themecolor: accent1" vAlign=top width=150&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN style="COLOR: #365f91; mso-themecolor: accent1; mso-themeshade: 191"&gt;&lt;FONT face=Calibri&gt;Enabled&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;H3&gt;Read Status Reporting&lt;/H3&gt;
&lt;P&gt;&lt;FONT size=2&gt;If this feature is enabled, a user requesting the Delivery Report for a particular message can see if that message was marked as read in the recipient's mailbox. Unlike read receipts, read status does not require a separate user action, if the message was marked as read at some moment by the email client, we report the status change and subsequent "mark-as-unread" activity won't affect the read status of the message.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;Set-OrganizationConfig -ReadTrackingEnabled $true&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=2&gt;Read status reporting is disabled by default, and can be enabled for every user in the organization by executing the following cmdlet in PowerShell:&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=2&gt;After doing this, every Delivery Report shown to a user will include the read status of the message in the recipient's mailbox, for all the recipients in the organization, as we can see the following screen capture:&lt;/FONT&gt; 
&lt;P&gt;&lt;IMG src="/photos/postpictures2/images/451681/original.aspx"&gt; 
&lt;P&gt;&lt;FONT size=2&gt;Keep in mind that if a message is marked as "Read", it means that the email client marked that message as read; both OWA and Outlook will, by default, mark messages as read if they are shown in the preview pane.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=2&gt;To give administrators more granular control over this feature once it is enabled in the organization, administrators can select individual users and disable read status reporting for messages in their mailboxes. This can be useful for users that handle sensitive information and the act of reading those messages should be kept hidden from others. For example, to disable the read status reporting for user Lubor Kollar from the Legal department, the administrator would execute the following PowerShell cmdlet:&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;Set-Mailbox "Lubor Kollar" -MessageTrackingReadStatusEnable $false &lt;/FONT&gt;
&lt;P&gt;&lt;FONT size=2&gt;As we can see in the following Delivery Report, the read event is not being reported for the user:&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=2&gt;&lt;IMG src="/photos/postpictures2/images/451682/original.aspx"&gt; &lt;/FONT&gt;
&lt;H4&gt;&lt;FONT size=2&gt;Subject Logging&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;FONT size=2&gt;Administrators can also choose if the subject line for messages is stored in the message tracking logs for all emails sent or received within the organization. This is enabled by default, and can be disabled by the on-premise administrators. Disabling this feature is not an available option for datacenter administrators.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=2&gt;Before making the decision to disable this feature, administrators should consider the impact of the change to the end user's experience. Disabling subject logging will make it impossible to search for Delivery Reports using the subject field, so administrators should alert users that the subject field has to remain empty in all Delivery Report searches.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;Get-TransportServer | Set-TransportServer -MessageTrackingLogSubjectLoggingEnabled $false&lt;BR&gt;Get-MailboxServer | Set-MailboxServer -MessageTrackingLogSubjectLoggingEnabled $false&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=2&gt;To suppress the logging of message subjects in the Message Tracking logs, on-premise administrators have to disable Subject Logging on each Mailbox Server and Transport server in the organization. For multi-role servers administrators would only have to disable this for either of the roles. Administrators can use the following PowerShell cmdlets to disable Subject Logging in all servers within the organization:&lt;/FONT&gt; 
&lt;H3&gt;&lt;FONT size=2&gt;Administrative Roles&lt;/FONT&gt;&lt;/H3&gt;
&lt;P&gt;&lt;FONT size=2&gt;Currently users in the following security role groups can read Delivery Reports on behalf of other users:&lt;/FONT&gt; 
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=2&gt;Organization Management&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT size=2&gt;View-Only Organization Management&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT size=2&gt;Recipient Management&lt;/FONT&gt; 
&lt;LI&gt;&lt;FONT size=2&gt;Records Management&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;New-ManagementRoleAssignment "Message Tracking - Help Desk" -Role "Message Tracking" -SecurityGroup "Help Desk"&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size=2&gt;Add-RoleGroupMember "Help Desk" -member msteele&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=2&gt;To add Delivery Reports capabilities to the Help Desk role group and add the user Mark Steele as a member of the Help Desk group, execute the following PowerShell cmdlets:&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=2&gt;So, the next time Mark Steele logs into ECP he will be able to use the "Select what to manage" dropdown to access the ECP Help Desk view for the organization; then by clicking on the "Reporting" tab he will access the administrator view of the Delivery Reports search pane, as shown on the screen shot below:&lt;/FONT&gt; 
&lt;P&gt;&lt;IMG src="/photos/postpictures2/images/451683/original.aspx"&gt; 
&lt;P&gt;&lt;FONT size=2&gt;In the screenshot we can also see that the Administrator's view of the Delivery Reports search panel is somewhat different from the user view. In this view Administrators and Help Desk personnel can select a user mailbox using the "Mailbox to Search" field and make searches on behalf of that user in exactly the same manner that the selected user would.&lt;/FONT&gt; 
&lt;P&gt;&lt;FONT size=2&gt;- &lt;A href="/archive/2009/06/09/451563.aspx"&gt;Alexis Delgado&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;SPAN class=sbmLink&gt;
&lt;TABLE cellSpacing=1 cellPadding=1&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class=sbmText&gt;Share this post : &lt;/TD&gt;
&lt;TD class=sbmDim onmouseover=mOvr(this) onmouseout=mOut(this)&gt;&lt;A class=sbmDim onmouseover=mOvr(this) title="Post it to backflip" onmouseout=mOut(this) href="http://www.backflip.com/add_page_pop.ihtml?url=http://msexchangeteam.com/archive/2009/06/25/451680.aspx&amp;amp;title=Spotlight on Exchange 2010: Delivery Reports Part II (for Administrators)" target=_blank&gt;&lt;IMG src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/backflip4.png" border=0&gt;&lt;/A&gt; 
&lt;TD class=sbmDim onmouseover=mOvr(this) onmouseout=mOut(this)&gt;&lt;A class=sbmDim onmouseover=mOvr(this) title="Post it to blinkbits!" onmouseout=mOut(this) href="http://www.blinkbits.com/bookmarklets/save.php?v=1&amp;amp;source_url=http://msexchangeteam.com/archive/2009/06/25/451680.aspx&amp;amp;title=Spotlight on Exchange 2010: Delivery Reports Part II (for Administrators)" target=_blank&gt;&lt;IMG src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blinkbit4.png" border=0&gt;&lt;/A&gt; 
&lt;TD class=sbmDim onmouseover=mOvr(this) onmouseout=mOut(this)&gt;&lt;A class=sbmDim onmouseover=mOvr(this) title="Post it to blogmemes" onmouseout=mOut(this) href="http://www.blogmemes.net/post.php?url=http://msexchangeteam.com/archive/2009/06/25/451680.aspx&amp;amp;title=Spotlight on Exchange 2010: Delivery Reports Part II (for Administrators)" target=_blank&gt;&lt;IMG src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blogmemes4.png" border=0&gt;&lt;/A&gt; 
&lt;TD class=sbmDim onmouseover=mOvr(this) onmouseout=mOut(this)&gt;&lt;A class=sbmDim onmouseover=mOvr(this) title="Post it to buddymark" onmouseout=mOut(this) href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://msexchangeteam.com/archive/2009/06/25/451680.aspx&amp;amp;bookmark_title=Spotlight on Exchange 2010: Delivery Reports Part II (for Administrators)" target=_blank&gt;&lt;IMG src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png" border=0&gt;&lt;/A&gt; 
&lt;TD class=sbmDim onmouseover=mOvr(this) onmouseout=mOut(this)&gt;&lt;A class=sbmDim onmouseover=mOvr(this) title="Post it to complore" onmouseout=mOut(this) href="http://complore.com?q=node/add/flexinode-5&amp;amp;url=http://msexchangeteam.com/archive/2009/06/25/451680.aspx&amp;amp;title=Spotlight on Exchange 2010: Delivery Reports Part II (for Administrators)" target=_blank&gt;&lt;IMG src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/complore4.png" border=0&gt;&lt;/A&gt; 
&lt;TD class=sbmDim onmouseover=mOvr(this) onmouseout=mOut(this)&gt;&lt;A class=sbmDim onmouseover=mOvr(this) title="Post it to del.icio.us" onmouseout=mOut(this) href="http://del.icio.us/post?url=http://msexchangeteam.com/archive/2009/06/25/451680.aspx&amp;amp;;title=Spotlight on Exchange 2010: Delivery Reports Part II (for Administrators)" target=_blank&gt;&lt;IMG src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border=0&gt;&lt;/A&gt; 
&lt;TD class=sbmDim onmouseover=mOvr(this) onmouseout=mOut(this)&gt;&lt;A class=sbmDim onmouseover=mOvr(this) title="Post it to del.iri.ous!" onmouseout=mOut(this) href="http://de.lirio.us/bookmarks/sbmtool?action=add&amp;amp;address=http://msexchangeteam.com/archive/2009/06/25/451680.aspx&amp;amp;title=Spotlight on Exchange 2010: Delivery Reports Part II (for Administrators)" target=_blank&gt;&lt;IMG src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border=0&gt;&lt;/A&gt; 
&lt;TD class=sbmDim onmouseover=mOvr(this) onmouseout=mOut(this)&gt;&lt;A class=sbmDim onmouseover=mOvr(this) title="Post it to digg" onmouseout=mOut(this) href="http://digg.com/submit?phase=2&amp;amp;url=http://msexchangeteam.com/archive/2009/06/25/451680.aspx&amp;amp;title=Spotlight on Exchange 2010: Delivery Reports Part II (for Administrators)" target=_blank&gt;&lt;IMG src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border=0&gt;&lt;/A&gt; 
&lt;TD class=sbmDim onmouseover=mOvr(this) onmouseout=mOut(this)&gt;&lt;A class=sbmDim onmouseover=mOvr(this) title="Post it to dotnetkicks" onmouseout=mOut(this) href="http://www.dotnetkicks.com/kick/?url=http://msexchangeteam.com/archive/2009/06/25/451680.aspx&amp;amp;title=Spotlight on Exchange 2010: Delivery Reports Part II (for Administrators)" target=_blank&gt;&lt;IMG src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" border=0&gt;&lt;/A&gt; 
&lt;TD class=sbmDim onmouseover=mOvr(this) onmouseout=mOut(this)&gt;&lt;A class=sbmDim onmouseover=mOvr(this) title="Post it to furl" onmouseout=mOut(this) href="http://www.furl.net/store?s=f&amp;amp;to=0&amp;amp;u=http://msexchangeteam.com/archive/2009/06/25/451680.aspx&amp;amp;ti=Spotlight on Exchange 2010: Delivery Reports Part II (for Administrators)" target=_blank&gt;&lt;IMG src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border=0&gt;&lt;/A&gt; 
&lt;TD class=sbmDim onmouseover=mOvr(this) onmouseout=mOut(this)&gt;&lt;A class=sbmDim onmouseover=mOvr(this) title="Post it to live" onmouseout=mOut(this) href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://msexchangeteam.com/archive/2009/06/25/451680.aspx&amp;amp;title=Spotlight on Exchange 2010: Delivery Reports Part II (for Administrators)" target=_blank&gt;&lt;IMG src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border=0&gt;&lt;/A&gt; 
&lt;TD class=sbmDim onmouseover=mOvr(this) onmouseout=mOut(this)&gt;&lt;A class=sbmDim onmouseover=mOvr(this) title="Post it to magnolia!" onmouseout=mOut(this) href="http://ma.gnolia.com/bookmarklet/add?url=http://msexchangeteam.com/archive/2009/06/25/451680.aspx&amp;amp;title=Spotlight on Exchange 2010: Delivery Reports Part II (for Administrators)" target=_blank&gt;&lt;IMG src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/magnolia4.png" border=0&gt;&lt;/A&gt; 
&lt;TD class=sbmDim onmouseover=mOvr(this) onmouseout=mOut(this)&gt;&lt;A class=sbmDim onmouseover=mOvr(this) title="Post it to netvouz!" onmouseout=mOut(this) href="http://netvouz.com/action/submitBookmark?url=http://msexchangeteam.com/archive/2009/06/25/451680.aspx&amp;amp;title=Spotlight on Exchange 2010: Delivery Reports Part II (for Administrators)" target=_blank&gt;&lt;IMG src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/netvouz4.png" border=0&gt;&lt;/A&gt; 
&lt;TD class=sbmDim onmouseover=mOvr(this) onmouseout=mOut(this)&gt;&lt;A class=sbmDim onmouseover=mOvr(this) title="Post it to reddit!" onmouseout=mOut(this) href="http://reddit.com/submit?url=http://msexchangeteam.com/archive/2009/06/25/451680.aspx&amp;amp;title=Spotlight on Exchange 2010: Delivery Reports Part II (for Administrators)" target=_blank&gt;&lt;IMG src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border=0&gt;&lt;/A&gt; 
&lt;TD class=sbmDim onmouseover=mOvr(this) onmouseout=mOut(this)&gt;&lt;A class=sbmDim onmouseover=mOvr(this) title="Post it to shadow" onmouseout=mOut(this) href="http://www.shadows.com/bookmark/saveLink.rails?page=http://msexchangeteam.com/archive/2009/06/25/451680.aspx&amp;amp;title=Spotlight on Exchange 2010: Delivery Reports Part II (for Administrators)" target=_blank&gt;&lt;IMG src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/shadows6.png" border=0&gt;&lt;/A&gt; 
&lt;TD class=sbmDim onmouseover=mOvr(this) onmouseout=mOut(this)&gt;&lt;A class=sbmDim onmouseover=mOvr(this) title="Post it to spurl" onmouseout=mOut(this) href="http://www.spurl.net/spurl.php?v=3&amp;amp;url=http://msexchangeteam.com/archive/2009/06/25/451680.aspx&amp;amp;title=Spotlight on Exchange 2010: Delivery Reports Part II (for Administrators)" target=_blank&gt;&lt;IMG src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" border=0&gt;&lt;/A&gt; 
&lt;TD class=sbmDim onmouseover=mOvr(this) onmouseout=mOut(this)&gt;&lt;A class=sbmDim onmouseover=mOvr(this) title="Post it to technorati!" onmouseout=mOut(this) href="http://technorati.com/faves/?add=http://msexchangeteam.com/archive/2009/06/25/451680.aspx&amp;amp;title=Spotlight on Exchange 2010: Delivery Reports Part II (for Administrators)" target=_blank&gt;&lt;IMG src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border=0&gt;&lt;/A&gt; 
&lt;TD class=sbmDim onmouseover=mOvr(this) onmouseout=mOut(this)&gt;&lt;A class=sbmDim onmouseover=mOvr(this) title="Post it to wists" onmouseout=mOut(this) href="http://www.wists.com/?action=add&amp;amp;url=http://msexchangeteam.com/archive/2009/06/25/451680.aspx&amp;amp;title=Spotlight on Exchange 2010: Delivery Reports Part II (for Administrators)" target=_blank&gt;&lt;IMG src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/wists9.png" border=0&gt;&lt;/A&gt; 
&lt;TD class=sbmDim onmouseover=mOvr(this) onmouseout=mOut(this)&gt;&lt;A class=sbmDim onmouseover=mOvr(this) title="Post it to yahoo!" onmouseout=mOut(this) href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://msexchangeteam.com/archive/2009/06/25/451680.aspx&amp;amp;t=Spotlight on Exchange 2010: Delivery Reports Part II (for Administrators)" target=_blank&gt;&lt;IMG src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border=0&gt;&lt;/A&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/SPAN&gt;&lt;img src="http://msexchangeteam.com/aggbug.aspx?PostID=451680" width="1" height="1"&gt;</description><category domain="http://msexchangeteam.com/archive/category/11164.aspx">Exchange 2010</category></item><item><title>Upcoming Microsoft Certified Master Dates Announced</title><link>http://msexchangeteam.com/archive/2009/06/24/451674.aspx</link><pubDate>Wed, 24 Jun 2009 18:47:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:451674</guid><dc:creator>Exchange</dc:creator><slash:comments>0</slash:comments><comments>http://msexchangeteam.com/comments/451674.aspx</comments><wfw:commentRss>http://msexchangeteam.com/commentrss.aspx?PostID=451674</wfw:commentRss><wfw:comment>http://msexchangeteam.com/rsscomments/451674.aspx</wfw:comment><description>&lt;p&gt;We've just announced the next 4 dates for the Microsoft Certified Master (MCM) Exchange Program over at our &lt;a href="http://www.microsoft.com/learning/en/us/certification/master.aspx#tab3" target="_blank"&gt;web site&lt;/a&gt;. There are two more Exchange 2007 deliveries planned, in September and November, and then we kick of the 2010 material in March and May 2010. Exciting times! &lt;p&gt;We are still offering a discount for the 2007 programs so if you want to take advantage of that, I suggest you hurry on over to the site and have a look. You can also take a look at &lt;a href="http://blogs.technet.com/themasterblog/default.aspx" target="_blank"&gt;our blog&lt;/a&gt; for lots of useful background info, stories from past attendees, advice for potential attendees and more.  &lt;p&gt;I'll answer a question that I'm sure will come up: Should I take the 2007 course or wait for 2010? Well, the answer to that is &lt;a href="http://blogs.technet.com/themasterblog/archive/2009/03/30/Let_2700_s-talk-upgrades_2100_.aspx" target="_blank"&gt;here&lt;/a&gt;. Go take a look and leave a comment if you want to. &lt;p&gt;-- &lt;a href="http://msexchangeteam.com/archive/2008/12/01/450205.aspx" target="_blank"&gt;Greg Taylor&lt;/a&gt;&lt;/p&gt;&lt;img src="http://msexchangeteam.com/aggbug.aspx?PostID=451674" width="1" height="1"&gt;</description><category domain="http://msexchangeteam.com/archive/category/11163.aspx">Announcements</category><category domain="http://msexchangeteam.com/archive/category/10058.aspx">Exchange 2007</category><category domain="http://msexchangeteam.com/archive/category/11164.aspx">Exchange 2010</category></item><item><title>Spotlight on Exchange 2010: Call Answering Rules (Part I) - Creating your first Call Answering Rule</title><link>http://msexchangeteam.com/archive/2009/06/22/451667.aspx</link><pubDate>Tue, 23 Jun 2009 02:04:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:451667</guid><dc:creator>Exchange</dc:creator><slash:comments>2</slash:comments><comments>http://msexchangeteam.com/comments/451667.aspx</comments><wfw:commentRss>http://msexchangeteam.com/commentrss.aspx?PostID=451667</wfw:commentRss><wfw:comment>http://msexchangeteam.com/rsscomments/451667.aspx</wfw:comment><description>&lt;p&gt;&lt;font size="2"&gt;One of the core functionalities provided by Exchange UM is call answering, i.e., to answer phone calls and record voice mails on your behalf. With the introduction of Call Answering Rules in Exchange UM 2010, you can dictate how incoming phone calls should be handled, thus enriching the call answering experience of your callers. In this article, we walk through the steps of creating a simple "default" call answering rule - one that is applied to all inbound phone calls.&lt;/font&gt; &lt;h3&gt;&lt;font size="2"&gt;I don't have any Call Answering Rule. So what?&lt;/font&gt;&lt;/h3&gt; &lt;p&gt;&lt;font size="2"&gt;Out-of-the-box, there are no Call Answering Rules created for you. All your callers will get the same default, call answering experience provided by UM 2007, i.e., callers will be prompted to leave you a voice message. Users who are satisfied with the default experience can continue to retain the same experience without the need to create any rule.&lt;/font&gt; &lt;h3&gt;&lt;font size="2"&gt;Creating a Default Call Answering Rule&lt;/font&gt;&lt;/h3&gt; &lt;p&gt;&lt;font size="2"&gt;As illustrated in Figure 1, the control for managing Call Answering Rules is located under ECP &amp;gt; Phone &amp;gt; Voice Mail tab. To create a new call answering rule, click on "New Rule".&lt;/font&gt; &lt;p&gt;&lt;img src="http://msexchangeteam.com/photos/postpictures2/images/451661/original.aspx"&gt;  &lt;p&gt;&lt;a name="_Ref230106724"&gt;&lt;font size="2"&gt;&lt;strong&gt;Figure &lt;/strong&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;&lt;strong&gt;1:&lt;/strong&gt; Call Answering Rule Control&lt;/font&gt; &lt;h3&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/h3&gt; &lt;h3&gt;&lt;font size="2"&gt;Anatomy of a Call Answering Rule&lt;/font&gt;&lt;/h3&gt; &lt;p&gt;&lt;font size="2"&gt;Each Call Answering Rule comprises two key aspects:&lt;/font&gt; &lt;ul&gt; &lt;li&gt;&lt;font size="2"&gt;&lt;b&gt;Conditions&lt;/b&gt; - what criteria must be met before the rule can be applied to an inbound call.&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;font size="2"&gt;&lt;b&gt;Actions&lt;/b&gt; - what options should be presented to the caller when all the conditions are met. These actions will be read to the caller over the phone and users can then pick an action using the phone keypad.&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;font size="2"&gt;Figure 2 shows the form for creating a Call Answering Rule, which is divided into two columns. The right column displays the list of available conditions and actions you can use to build the rule. The left column displays the list of conditions and actions which have been added to the rule.&lt;/font&gt; &lt;p&gt;&lt;img src="http://msexchangeteam.com/photos/postpictures2/images/451662/original.aspx"&gt;  &lt;p&gt;&lt;a name="_Ref230104348"&gt;&lt;/a&gt;&lt;a name="_Ref230104357"&gt;&lt;font size="2"&gt;&lt;strong&gt;Figure &lt;/strong&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;&lt;strong&gt;2:&lt;/strong&gt; Call Answering Rule Form&lt;/font&gt; &lt;p&gt;&lt;b&gt;&lt;br&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/b&gt; &lt;p&gt;&lt;b&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/b&gt; &lt;h3&gt;&lt;font size="2"&gt;Conditions&lt;/font&gt;&lt;/h3&gt; &lt;p&gt;&lt;font size="2"&gt;There are 4 classes of conditions supported by Call Answering Rules, including:&lt;/font&gt; &lt;ul&gt; &lt;li&gt;&lt;font size="2"&gt;Caller ID&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;font size="2"&gt;Time-of-the-day&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;font size="2"&gt;Free/busy status&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;font size="2"&gt;Automatic email reply is enabled/disabled&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;font size="2"&gt;By using a combination of these conditions, you can create multiple Call Answering Rules and have them triggered for different phone calls. To create a default rule that will be applied to every call, you &lt;i&gt;create a rule does not contain any condition&lt;/i&gt;. Since we are not adding any condition, I will not delve further into these conditions but leave them to my follow-up article.&lt;/font&gt; &lt;h3&gt;&lt;font size="2"&gt;Actions&lt;/font&gt;&lt;/h3&gt; &lt;p&gt;&lt;font size="2"&gt;There are 3 kinds of actions supported by Call Answering Rules, including:&lt;/font&gt; &lt;ul&gt; &lt;li&gt;&lt;font size="2"&gt;Find-Me&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;font size="2"&gt;Call Transfer&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;font size="2"&gt;Leave a voice mail&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt; &lt;h3&gt;&lt;font size="2"&gt;Adding a Find-Me action&lt;/font&gt;&lt;/h3&gt; &lt;p&gt;&lt;font size="2"&gt;When a caller selects Find-Me action, UM will attempt to locate you on up to 2 different phone numbers, and then connect you to the caller. To add a Find-Me option, click on "Find me at the following numbers"&lt;/font&gt;&lt;font size="2"&gt;. In the Find-Me dialog and with reference to my example in Figure 3 :&lt;/font&gt; &lt;ul&gt; &lt;li&gt;&lt;font size="2"&gt;You can optionally specify a &lt;i&gt;context&lt;/i&gt; that will be read to the user. In my example, I have entered "&lt;i&gt;important matters"&lt;/i&gt; to inform my callers that they should only select this action if they have important things to discuss.&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;font size="2"&gt;You need to associate the Find-Me action with a number on the keypad. This is the key which the caller has to press to select this action. In my example, I have also specified "1" as the DTMF key to be used.&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;font size="2"&gt;You also need to specify 1 to 2 phone numbers to be dialed. If 2 numbers are specified, they will be dialed in a sequential fashion, i.e., one after the other. Each phone number has an associated duration. This indicates how long UM should try dialing the phone number before moving on to the next number or revert back to the options menu.&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;font size="2"&gt;Click on Apply to add the Find-Me option and close the dialog.&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;img src="http://msexchangeteam.com/photos/postpictures2/images/451663/original.aspx"&gt; &lt;/p&gt; &lt;p&gt;&lt;a name="_Ref230108046"&gt;&lt;font size="2"&gt;&lt;strong&gt;Figure &lt;/strong&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;&lt;strong&gt;3:&lt;/strong&gt; Find-Me Dialog&lt;/font&gt; &lt;h3&gt;&lt;font size="2"&gt;Adding a Call Transfer option&lt;/font&gt;&lt;/h3&gt; &lt;p&gt;&lt;font size="2"&gt;By configuring a Call Transfer action, you provide callers with the option to be transferred to someone else. To add a Call Transfer option, click on "Transfer the caller to..."&lt;/font&gt;&lt;font size="2"&gt; link. In the Call Transfer dialog and with reference to my example in Figure 4.&lt;/font&gt; &lt;ul&gt; &lt;li&gt;&lt;font size="2"&gt;You can optionally specify a &lt;i&gt;context&lt;/i&gt; that will be read to the caller as part of this option. In my example, I have entered "&lt;i&gt;Unified Messaging" &lt;/i&gt;to inform my callers that they can choose this option if they have questions around "Unified Messaging."&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;font size="2"&gt;You need to associate the Find-Me action with a number on the keypad. I have specified "2" as the DTMF key to be used for this option.&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;font size="2"&gt;You need to specify a transfer target for this option. This can be in the form of a phone number, or you can select an AD contact for the call transfer. When specifying the AD contact, UM will attempt to transfer the call to the UM extension of the AD contact. If the AD contact is not UM-enabled, the AD business phone number field will be used. In my example, I have selected my manager "Michael Wilson" as the transfer target.&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;font size="2"&gt;Click on Apply to add the Call Transfer option and close the dialog.&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;img src="http://msexchangeteam.com/photos/postpictures2/images/451664/original.aspx"&gt; &lt;/p&gt; &lt;p&gt;&lt;a name="_Ref230108375"&gt;&lt;font size="2"&gt;&lt;strong&gt;Figure &lt;/strong&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;&lt;strong&gt;4:&lt;/strong&gt; Call Transfer Dialog&lt;/font&gt; &lt;h3&gt;&lt;font size="2"&gt;Adding Voice Mail action&lt;/font&gt;&lt;/h3&gt; &lt;p&gt;&lt;font size="2"&gt;By default, the Voice Mail option is automatically added to each Call Answering Rule. If you do not wish to offer this option, you can remove it by clicking:&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="2"&gt;&amp;nbsp; &lt;img src="http://msexchangeteam.com/photos/postpictures2/images/451666/original.aspx"&gt; &lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="2"&gt;To add the option back, simply click "Leave a Voice Message&lt;/font&gt;&lt;font size="2"&gt;."&lt;/font&gt;&lt;/p&gt; &lt;h3&gt;&lt;font size="2"&gt;Saving the rule and trying it out&lt;/font&gt;&lt;/h3&gt; &lt;p&gt;&lt;font size="2"&gt;Prior to saying the rule, you need to give a meaningful name to the rule you've created. After which, you click on the SAVE button to create the rule. Next, you should test to see if the call answering rule is working as desired by trying to call your UM-enabled phone extension and wait for the call to be answered by UM.&lt;/font&gt; &lt;h3&gt;&lt;font size="2"&gt;Optional: Record a customized greeting&lt;/font&gt;&lt;/h3&gt; &lt;p&gt;&lt;font size="2"&gt;You can record a custom greeting for each rule. By default, UM will generate a default greeting based on the actions you have configured. To record a custom greeting, you can click on:&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="2"&gt;&amp;nbsp;&lt;img src="http://msexchangeteam.com/photos/postpictures2/images/451665/original.aspx"&gt;&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="2"&gt;in the Call Answering Rule form and UM will call you up to record a greeting. &lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="2"&gt;&lt;strong&gt;Note:&lt;/strong&gt; In your recording, you should include any actions you have configured on the rule itself. UM will not list the actions if a custom greeting is present.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="2"&gt;-Chun Yong Chua&lt;/font&gt;&lt;/p&gt;&lt;span class="sbmLink"&gt; &lt;table cellspacing="1" cellpadding="1"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to backflip" onmouseout="mOut(this)" href="http://www.backflip.com/add_page_pop.ihtml?url=http://msexchangeteam.com/archive/2009/06/22/451667.aspx&amp;amp;title=Spotlight on Exchange 2010: Call Answering Rules (Part I) - Creating your first Call Answering Rule " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/backflip4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to blinkbits!" onmouseout="mOut(this)" href="http://www.blinkbits.com/bookmarklets/save.php?v=1&amp;amp;source_url=http://msexchangeteam.com/archive/2009/06/22/451667.aspx&amp;amp;title=Spotlight on Exchange 2010: Call Answering Rules (Part I) - Creating your first Call Answering Rule " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blinkbit4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to blogmemes" onmouseout="mOut(this)" href="http://www.blogmemes.net/post.php?url=http://msexchangeteam.com/archive/2009/06/22/451667.aspx&amp;amp;title=Spotlight on Exchange 2010: Call Answering Rules (Part I) - Creating your first Call Answering Rule " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blogmemes4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to buddymark" onmouseout="mOut(this)" href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://msexchangeteam.com/archive/2009/06/22/451667.aspx&amp;amp;bookmark_title=Spotlight on Exchange 2010: Call Answering Rules (Part I) - Creating your first Call Answering Rule " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to complore" onmouseout="mOut(this)" href="http://complore.com?q=node/add/flexinode-5&amp;amp;url=http://msexchangeteam.com/archive/2009/06/22/451667.aspx&amp;amp;title=Spotlight on Exchange 2010: Call Answering Rules (Part I) - Creating your first Call Answering Rule " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/complore4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.icio.us" onmouseout="mOut(this)" href="http://del.icio.us/post?url=http://msexchangeteam.com/archive/2009/06/22/451667.aspx&amp;amp;;title=Spotlight on Exchange 2010: Call Answering Rules (Part I) - Creating your first Call Answering Rule " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.iri.ous!" onmouseout="mOut(this)" href="http://de.lirio.us/bookmarks/sbmtool?action=add&amp;amp;address=http://msexchangeteam.com/archive/2009/06/22/451667.aspx&amp;amp;title=Spotlight on Exchange 2010: Call Answering Rules (Part I) - Creating your first Call Answering Rule " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to digg" onmouseout="mOut(this)" href="http://digg.com/submit?phase=2&amp;amp;url=http://msexchangeteam.com/archive/2009/06/22/451667.aspx&amp;amp;title=Spotlight on Exchange 2010: Call Answering Rules (Part I) - Creating your first Call Answering Rule " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to dotnetkicks" onmouseout="mOut(this)" href="http://www.dotnetkicks.com/kick/?url=http://msexchangeteam.com/archive/2009/06/22/451667.aspx&amp;amp;title=Spotlight on Exchange 2010: Call Answering Rules (Part I) - Creating your first Call Answering Rule " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to furl" onmouseout="mOut(this)" href="http://www.furl.net/store?s=f&amp;amp;to=0&amp;amp;u=http://msexchangeteam.com/archive/2009/06/22/451667.aspx&amp;amp;ti=Spotlight on Exchange 2010: Call Answering Rules (Part I) - Creating your first Call Answering Rule " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to live" onmouseout="mOut(this)" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://msexchangeteam.com/archive/2009/06/22/451667.aspx&amp;amp;title=Spotlight on Exchange 2010: Call Answering Rules (Part I) - Creating your first Call Answering Rule " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to magnolia!" onmouseout="mOut(this)" href="http://ma.gnolia.com/bookmarklet/add?url=http://msexchangeteam.com/archive/2009/06/22/451667.aspx&amp;amp;title=Spotlight on Exchange 2010: Call Answering Rules (Part I) - Creating your first Call Answering Rule " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/magnolia4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to netvouz!" onmouseout="mOut(this)" href="http://netvouz.com/action/submitBookmark?url=http://msexchangeteam.com/archive/2009/06/22/451667.aspx&amp;amp;title=Spotlight on Exchange 2010: Call Answering Rules (Part I) - Creating your first Call Answering Rule " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/netvouz4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to reddit!" onmouseout="mOut(this)" href="http://reddit.com/submit?url=http://msexchangeteam.com/archive/2009/06/22/451667.aspx&amp;amp;title=Spotlight on Exchange 2010: Call Answering Rules (Part I) - Creating your first Call Answering Rule " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to shadow" onmouseout="mOut(this)" href="http://www.shadows.com/bookmark/saveLink.rails?page=http://msexchangeteam.com/archive/2009/06/22/451667.aspx&amp;amp;title=Spotlight on Exchange 2010: Call Answering Rules (Part I) - Creating your first Call Answering Rule " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/shadows6.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to spurl" onmouseout="mOut(this)" href="http://www.spurl.net/spurl.php?v=3&amp;amp;url=http://msexchangeteam.com/archive/2009/06/22/451667.aspx&amp;amp;title=Spotlight on Exchange 2010: Call Answering Rules (Part I) - Creating your first Call Answering Rule " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to technorati!" onmouseout="mOut(this)" href="http://technorati.com/faves/?add=http://msexchangeteam.com/archive/2009/06/22/451667.aspx&amp;amp;title=Spotlight on Exchange 2010: Call Answering Rules (Part I) - Creating your first Call Answering Rule " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to wists" onmouseout="mOut(this)" href="http://www.wists.com/?action=add&amp;amp;url=http://msexchangeteam.com/archive/2009/06/22/451667.aspx&amp;amp;title=Spotlight on Exchange 2010: Call Answering Rules (Part I) - Creating your first Call Answering Rule " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/wists9.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to yahoo!" onmouseout="mOut(this)" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://msexchangeteam.com/archive/2009/06/22/451667.aspx&amp;amp;t=Spotlight on Exchange 2010: Call Answering Rules (Part I) - Creating your first Call Answering Rule " target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0"&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/span&gt;&lt;img src="http://msexchangeteam.com/aggbug.aspx?PostID=451667" width="1" height="1"&gt;</description><category domain="http://msexchangeteam.com/archive/category/11164.aspx">Exchange 2010</category><category domain="http://msexchangeteam.com/archive/category/11150.aspx">Unified Messaging</category></item><item><title>White Paper: Comparing the Power Utilization of Native and Virtual Exchange Environments</title><link>http://msexchangeteam.com/archive/2009/06/19/451650.aspx</link><pubDate>Fri, 19 Jun 2009 11:48:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:451650</guid><dc:creator>Exchange</dc:creator><slash:comments>3</slash:comments><comments>http://msexchangeteam.com/comments/451650.aspx</comments><wfw:commentRss>http://msexchangeteam.com/commentrss.aspx?PostID=451650</wfw:commentRss><wfw:comment>http://msexchangeteam.com/rsscomments/451650.aspx</wfw:comment><description>&lt;p&gt;Is reducing or controlling the high cost of the power to run and cool computer hardware is a top priority for your organization? Are you considering server virtualization solutions to reduce your server footprint and the associated power and cooling costs?  &lt;p&gt;Because the virtualization of Microsoft Exchange servers rarely results in a reduction of physical processors, there is some question as to whether there is significant hardware, power, cooling, or space savings from virtualizing correctly-sized Exchange Server 2007 server roles. The answer to this question can be found in a new White Paper we just released about a study that was done internally, entitled "&lt;a href="http://technet.microsoft.com/en-us/library/dd901773.aspx" target="_blank"&gt;Comparing the Power Utilization of Native and Virtual Exchange Environments&lt;/a&gt;." This study compared the power utilization of native and virtual Exchange server environments in a scenario in which the number of physical servers was reduced from eight to two, but the total number of logical processors and the amount of memory remained the same. It examined power utilization of native and virtual Exchange 2007 environments in a scenario where physical servers were reduced from 8 to 2 but the total number of logical processors remained constant at 32. There was no processor core consolidation, and storage power utilization was not included. In this scenario, there was a 50 percent reduction in server power utilization and a projected savings of 8,582 kWh/year.  &lt;p&gt;For more details about the study and its conclusions, check out the White Paper, "&lt;a href="http://technet.microsoft.com/en-us/library/dd901773.aspx" target="_blank"&gt;Comparing the Power Utilization of Native and Virtual Exchange Environments&lt;/a&gt;."&lt;/p&gt;&lt;img src="http://msexchangeteam.com/aggbug.aspx?PostID=451650" width="1" height="1"&gt;</description><category domain="http://msexchangeteam.com/archive/category/4981.aspx">Documentation</category><category domain="http://msexchangeteam.com/archive/category/10058.aspx">Exchange 2007</category><category domain="http://msexchangeteam.com/archive/category/11160.aspx">Virtualization</category></item><item><title>Help us design our next Exchange TechCenter!</title><link>http://msexchangeteam.com/archive/2009/06/16/451624.aspx</link><pubDate>Tue, 16 Jun 2009 17:41:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:451624</guid><dc:creator>Exchange</dc:creator><slash:comments>9</slash:comments><comments>http://msexchangeteam.com/comments/451624.aspx</comments><wfw:commentRss>http://msexchangeteam.com/commentrss.aspx?PostID=451624</wfw:commentRss><wfw:comment>http://msexchangeteam.com/rsscomments/451624.aspx</wfw:comment><description>&lt;p&gt;&lt;font size="2" face="Verdana"&gt;Here at msexchangeteam.com, we've posted a few times about our Exchange TechCenter, see &lt;/font&gt;&lt;a href="/archive/2008/05/22/448919.aspx"&gt;&lt;font size="2" face="Verdana"&gt;here&lt;/font&gt;&lt;/a&gt;&lt;font size="2" face="Verdana"&gt; and even &lt;/font&gt;&lt;a href="/archive/2005/08/15/409202.aspx"&gt;&lt;font size="2" face="Verdana"&gt;here&lt;/font&gt;&lt;/a&gt;&lt;font size="2" face="Verdana"&gt; for a way-back post. We love the TechCenter, and all it brings to you, our customers. In fact, we are planning to move this blog even closer to the TechCenter as we move towards the Exchange 2010 product release. Combining everything about the TechCenter with the Exchange team blog is our idea of a match made in heaven. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="Verdana"&gt;As a preview to this, when we released the Exchange 2010 Beta, we also launched the &lt;/font&gt;&lt;a href="http://technet.microsoft.com/en-us/exchange/2010/default.aspx"&gt;&lt;font size="2" face="Verdana"&gt;Exchange 2010 Beta TechCenter&lt;/font&gt;&lt;/a&gt;&lt;font size="2" face="Verdana"&gt;. The Exchange 2010 Beta TechCenter is currently a separate site in addition to the Exchange Server 2007/2003 TechCenter. Check out our new layout:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;img src="/photos/postpictures2/images/451626/original.aspx" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="Verdana"&gt;This is the main &lt;/font&gt;&lt;a href="http://technet.microsoft.com/exchange/default.aspx"&gt;&lt;font size="2" face="Verdana"&gt;Exchange 2007/2003 TechCenter&lt;/font&gt;&lt;/a&gt;&lt;font size="2" face="Verdana"&gt; design:&lt;/font&gt; &lt;/p&gt;  &lt;p&gt;&lt;img src="/photos/postpictures2/images/451627/original.aspx" /&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="Verdana"&gt;In conjunction with the Exchange Server 2010 Release To the Web (RTW), we'll integrate the Exchange 2010 beta website with the current (non-Exchange 2010 focused) TechCenter.  However, we are currently designing this integrated TechCenter, and we are looking for your feedback during this process. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;u&gt;&lt;font size="2" face="Verdana"&gt;First a few things about the Exchange 2010 Beta TechCenter:&lt;/font&gt;&lt;/u&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="Verdana"&gt;You might notice that we streamlined navigation to 4 main tabs: &lt;/font&gt;&lt;a href="http://technet.microsoft.com/en-us/exchange/2010/default.aspx"&gt;&lt;font size="2" face="Verdana"&gt;Home&lt;/font&gt;&lt;/a&gt;&lt;font size="2" face="Verdana"&gt;, &lt;/font&gt;&lt;a href="http://technet.microsoft.com/en-us/exchange/2010/dd297482.aspx"&gt;&lt;font size="2" face="Verdana"&gt;Help&lt;/font&gt;&lt;/a&gt;&lt;font size="2" face="Verdana"&gt;, &lt;/font&gt;&lt;a href="http://technet.microsoft.com/en-us/exchange/2010/dd297482.aspx"&gt;&lt;font size="2" face="Verdana"&gt;Blog&lt;/font&gt;&lt;/a&gt;&lt;font size="2" face="Verdana"&gt;, and &lt;/font&gt;&lt;a href="http://technet.microsoft.com/en-us/exchange/2010/dd297483.aspx"&gt;&lt;font size="2" face="Verdana"&gt;Forums&lt;/font&gt;&lt;/a&gt;&lt;font size="2" face="Verdana"&gt;. &lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="2" face="Verdana"&gt;Help:       &lt;br /&gt;The "Library" tab in the current (non-Exchange 2010 focused) &lt;/font&gt;&lt;a href="http://technet.microsoft.com/en-us/exchange/default.aspx"&gt;&lt;font size="2" face="Verdana"&gt;Exchange Server TechCenter&lt;/font&gt;&lt;/a&gt;&lt;font size="2" face="Verdana"&gt; was renamed to "Help" in the beta site. This tab name change is more than just an editorial change. For the first time, with Exchange Server 2010,  accessing help via F1 from the Exchange Management Console (EMC), takes you directly to the contextually appropriate topic online in the TechNet Library vs. opening a.chm file-so the Library *&lt;b&gt;is&lt;/b&gt;* the Help. &lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2" face="Verdana"&gt;Blog and Forums:       &lt;br /&gt;We want to emphasize the priority for community in the design of the TechCenter so that you can connect with the Exchange team and each other. In this, we're making these key community resources more prominent. &lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2" face="Verdana"&gt;Information you need:       &lt;br /&gt;We placed the most important beta content right on the TechCenter's main page (i.e system requirements, download and 2010 blog and forum posts) and provide another view into the latest blog and forum posts on Exchange Server 2010. These "content areas" are being updated on a continuous basis as more is developed.&lt;/font&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;u&gt;&lt;font size="2" face="Verdana"&gt;Got Feedback?&lt;/font&gt;&lt;/u&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="Verdana"&gt;So as we mentioned, this Exchange 2010 beta TechCenter will eventually be merged to become our main Exchange TechCenter as we get to our RTW release. We plan to keep the Community elements prominent on the next iteration. Speaking of community, we'd love your feedback not only on the beta TechCenter, but also on the following:&lt;/font&gt; &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="2" face="Verdana"&gt;On the main page of the TEchCenters, we typically highlighted key video, webcast and whitepaper content. How much of this featured content should be Exchange 2010 content vs. Exchange 2007 content on the main page of the next release of the TechCenter?&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font size="2" face="Verdana"&gt;Do the tools/resources on our actual Help content pages (&lt;/font&gt;&lt;a href="http://technet.microsoft.com/en-us/library/aa996719(EXCHG.140).aspx"&gt;&lt;font size="2" face="Verdana"&gt;here's an example page&lt;/font&gt;&lt;/a&gt;&lt;font size="2" face="Verdana"&gt;) give you access to what you need? (i.e. content ratings, link to more information, table of contents, etc)&lt;/font&gt; &lt;/li&gt;    &lt;li&gt;&lt;font size="2" face="Verdana"&gt;Is there a particular content type or area that should be more prominent on the next version of the TechCenter?&lt;/font&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;font size="2" face="Verdana"&gt;We appreciate your feedback in helping shape the TechCenters and the Exchange Server 2010 Help experience to help get you the information you need to succeed. So please, let us know what you think!&lt;/font&gt; &lt;/p&gt;  &lt;p&gt;&lt;font size="2" face="Verdana"&gt;&lt;a href="/articles/451628.aspx"&gt;Katie Kivett&lt;/a&gt; and &lt;a href="/archive/2007/02/06/434511.aspx"&gt;Joey Masterson&lt;/a&gt;&lt;/font&gt;&lt;/p&gt; &lt;span class="sbmLink"&gt;   &lt;table cellspacing="1" cellpadding="1"&gt;&lt;tbody&gt;       &lt;tr&gt;         &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to backflip" onmouseout="mOut(this)" href="http://www.backflip.com/add_page_pop.ihtml?url=http://msexchangeteam.com/archive/2009/06/16/451624.aspx&amp;title=Help us design our next Exchange TechCenter" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/backflip4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to blinkbits!" onmouseout="mOut(this)" href="http://www.blinkbits.com/bookmarklets/save.php?v=1&amp;source_url=http://msexchangeteam.com/archive/2009/06/16/451624.aspx&amp;title=Help us design our next Exchange TechCenter" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blinkbit4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to blogmemes" onmouseout="mOut(this)" href="http://www.blogmemes.net/post.php?url=http://msexchangeteam.com/archive/2009/06/16/451624.aspx&amp;title=Help us design our next Exchange TechCenter" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blogmemes4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to buddymark" onmouseout="mOut(this)" href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://msexchangeteam.com/archive/2009/06/16/451624.aspx&amp;bookmark_title=Help us design our next Exchange TechCenter" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to complore" onmouseout="mOut(this)" href="http://complore.com?q=node/add/flexinode-5&amp;url=http://msexchangeteam.com/archive/2009/06/16/451624.aspx&amp;title=Help us design our next Exchange TechCenter" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/complore4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.icio.us" onmouseout="mOut(this)" href="http://del.icio.us/post?url=http://msexchangeteam.com/archive/2009/06/16/451624.aspx&amp;;title=Help us design our next Exchange TechCenter" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.iri.ous!" onmouseout="mOut(this)" href="http://de.lirio.us/bookmarks/sbmtool?action=add&amp;address=http://msexchangeteam.com/archive/2009/06/16/451624.aspx&amp;title=Help us design our next Exchange TechCenter" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to digg" onmouseout="mOut(this)" href="http://digg.com/submit?phase=2&amp;url=http://msexchangeteam.com/archive/2009/06/16/451624.aspx&amp;title=Help us design our next Exchange TechCenter" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to dotnetkicks" onmouseout="mOut(this)" href="http://www.dotnetkicks.com/kick/?url=http://msexchangeteam.com/archive/2009/06/16/451624.aspx&amp;title=Help us design our next Exchange TechCenter" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to furl" onmouseout="mOut(this)" href="http://www.furl.net/store?s=f&amp;to=0&amp;u=http://msexchangeteam.com/archive/2009/06/16/451624.aspx&amp;ti=Help us design our next Exchange TechCenter" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to live" onmouseout="mOut(this)" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;mkt=en-us&amp;url=http://msexchangeteam.com/archive/2009/06/16/451624.aspx&amp;title=Help us design our next Exchange TechCenter" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to magnolia!" onmouseout="mOut(this)" href="http://ma.gnolia.com/bookmarklet/add?url=http://msexchangeteam.com/archive/2009/06/16/451624.aspx&amp;title=Help us design our next Exchange TechCenter" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/magnolia4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to netvouz!" onmouseout="mOut(this)" href="http://netvouz.com/action/submitBookmark?url=http://msexchangeteam.com/archive/2009/06/16/451624.aspx&amp;title=Help us design our next Exchange TechCenter" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/netvouz4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to reddit!" onmouseout="mOut(this)" href="http://reddit.com/submit?url=http://msexchangeteam.com/archive/2009/06/16/451624.aspx&amp;title=Help us design our next Exchange TechCenter" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to shadow" onmouseout="mOut(this)" href="http://www.shadows.com/bookmark/saveLink.rails?page=http://msexchangeteam.com/archive/2009/06/16/451624.aspx&amp;title=Help us design our next Exchange TechCenter" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/shadows6.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to spurl" onmouseout="mOut(this)" href="http://www.spurl.net/spurl.php?v=3&amp;url=http://msexchangeteam.com/archive/2009/06/16/451624.aspx&amp;title=Help us design our next Exchange TechCenter" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to technorati!" onmouseout="mOut(this)" href="http://technorati.com/faves/?add=http://msexchangeteam.com/archive/2009/06/16/451624.aspx&amp;title=Help us design our next Exchange TechCenter" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to wists" onmouseout="mOut(this)" href="http://www.wists.com/?action=add&amp;url=http://msexchangeteam.com/archive/2009/06/16/451624.aspx&amp;title=Help us design our next Exchange TechCenter" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/wists9.png" /&gt;&lt;/a&gt;&lt;/td&gt;          &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to yahoo!" onmouseout="mOut(this)" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://msexchangeteam.com/archive/2009/06/16/451624.aspx&amp;t=Help us design our next Exchange TechCenter" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" /&gt;&lt;/a&gt;&lt;/td&gt;       &lt;/tr&gt;     &lt;/tbody&gt;&lt;/table&gt; &lt;/span&gt;&lt;img src="http://msexchangeteam.com/aggbug.aspx?PostID=451624" width="1" height="1"&gt;</description><category domain="http://msexchangeteam.com/archive/category/5472.aspx">Community</category><category domain="http://msexchangeteam.com/archive/category/4981.aspx">Documentation</category><category domain="http://msexchangeteam.com/archive/category/11164.aspx">Exchange 2010</category></item><item><title>Video: High Availability in Exchange Server 2010 - Part 4</title><link>http://msexchangeteam.com/archive/2009/06/14/451609.aspx</link><pubDate>Sun, 14 Jun 2009 16:38:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:451609</guid><dc:creator>Exchange</dc:creator><slash:comments>6</slash:comments><comments>http://msexchangeteam.com/comments/451609.aspx</comments><wfw:commentRss>http://msexchangeteam.com/commentrss.aspx?PostID=451609</wfw:commentRss><wfw:comment>http://msexchangeteam.com/rsscomments/451609.aspx</wfw:comment><description>&lt;p&gt;In &lt;a href="/archive/2009/05/18/451353.aspx" target="_blank"&gt;Part 1&lt;/a&gt; of my video blogcast series on High Availability in Exchange Server 2010, I introduced you to the concept of database mobility, and the features known as &lt;a href="http://technet.microsoft.com/en-us/library/dd298065(EXCHG.140).aspx" target="_blank"&gt;database availability groups (DAGs)&lt;/a&gt; and &lt;a href="http://technet.microsoft.com/en-us/library/dd335158(EXCHG.140).aspx" target="_blank"&gt;mailbox database copies&lt;/a&gt;.  &lt;p&gt;In &lt;a href="/archive/2009/05/21/451400.aspx" target="_blank"&gt;Part 2&lt;/a&gt;, I showed you how to &lt;a href="http://technet.microsoft.com/en-us/library/dd351172(EXCHG.140).aspx" target="_blank"&gt;create a DAG&lt;/a&gt; and how to &lt;a href="http://technet.microsoft.com/en-us/library/dd351278(EXCHG.140).aspx" target="_blank"&gt;add Mailbox servers to a DAG&lt;/a&gt;.  &lt;p&gt;In &lt;a href="/archive/2009/06/03/451542.aspx" target="_blank"&gt;Part 3&lt;/a&gt;, I showed you how to &lt;a href="http://technet.microsoft.com/en-us/library/dd298080(EXCHG.140).aspx" target="_blank"&gt;add a mailbox database copy&lt;/a&gt;, and I demonstrated &lt;a href="http://technet.microsoft.com/en-us/library/dd298044(EXCHG.140).aspx" target="_blank"&gt;Get-MailboxDatabaseCopyStatus&lt;/a&gt; and &lt;a href="http://technet.microsoft.com/en-us/library/bb691314(EXCHG.140).aspx" target="_blank"&gt;Test-ReplicationHealth&lt;/a&gt;.  &lt;p&gt;In Part 4, the final part of this blogcast series, I perform a database switchover using the Exchange Management Console, and show you a switchover from an administrator's perspective.  Then, I perform a second database switchover using the Exchange Management Shell, and show you a switchover from an Outlook Web Access user's perspective.  &lt;p&gt;Please download the video and watch it full-screen.  Part 4 is just under 4½ minutes. Click on the video thumbnail below to go to the video. There is a Download link where you can download the video (use Right-click, Save Target As...).  &lt;p&gt;Part 4:&lt;/p&gt; &lt;p&gt;&lt;a href="/videos/9/drandha/entry451602.aspx"&gt;&lt;img id="id" border="0" src="/photos/postpictures3/images/451352/thumb.aspx"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt; &lt;p&gt;I hope you enjoyed this blogcast series. For more information see the &lt;a href="http://technet.microsoft.com/en-us/library/dd633496(EXCHG.140).aspx" target="_blank"&gt;High Availability and Site Resilience&lt;/a&gt; section of the &lt;a href="http://technet.microsoft.com/en-us/library/bb124558(EXCHG.140).aspx" target="_blank"&gt;Exchange Server 2010 (Beta) Help&lt;/a&gt;.  &lt;p&gt;I'd also like to invite all of you to check out the &lt;a href="http://social.technet.microsoft.com/Forums/en-US/exchange2010/threads" target="_blank"&gt;Exchange Server 2010 forum&lt;/a&gt; and the &lt;a href="http://www.microsoft.com/learning/en/us/training/exchange-server.aspx" target="_blank"&gt;Exchange Server 2010 Training Portal&lt;/a&gt;.  &lt;p&gt;-- &lt;a href="/articles/301165.aspx" target="_blank"&gt;Scott Schnoll&lt;/a&gt;&lt;/p&gt;&lt;img src="http://msexchangeteam.com/aggbug.aspx?PostID=451609" width="1" height="1"&gt;</description><category domain="http://msexchangeteam.com/archive/category/11164.aspx">Exchange 2010</category></item><item><title>Named Properties, Round 2: What lies Ahead</title><link>http://msexchangeteam.com/archive/2009/06/11/451596.aspx</link><pubDate>Fri, 12 Jun 2009 03:07:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:451596</guid><dc:creator>Exchange</dc:creator><slash:comments>13</slash:comments><comments>http://msexchangeteam.com/comments/451596.aspx</comments><wfw:commentRss>http://msexchangeteam.com/commentrss.aspx?PostID=451596</wfw:commentRss><wfw:comment>http://msexchangeteam.com/rsscomments/451596.aspx</wfw:comment><description>&lt;p&gt;&lt;font size="2"&gt;In my last blog &lt;a href="http://msexchangeteam.com/archive/2009/04/06/451003.aspx"&gt;post&lt;/a&gt; on named properties, I detailed the history of named properties, how they are arranged, mapped, and how Exchange (since Exchange 2000) has created named property mappings for x-headers on inbound messages. Rollup 8 for Service Pack 1 contains the changes we made to restrict named property mapping further, and with Service Pack 2 on the horizon there are more changes in the waters. &lt;strong&gt;This post details what is changed in Service Pack 2&lt;/strong&gt;, how that affects (or does not) you, and includes a &lt;strong&gt;request for feedback&lt;/strong&gt;.&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;As mentioned before, Exchange 2007 creates named properties for x-headers during delivery. The RTM version of Exchange 2007 would NDR messages if the named property quota was reached, even if the property were only for an x-header. Service Pack 1 changed this behavior to only NDR the message if a non X-header named property could not be mapped (in other words, a property likely to contain critical data). Rollup 8 for Service pack 1 removes the ability of non-authenticated messages to consume named property IDs. Service Pack 2 goes even further.&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;Service Pack 2 is in line with Exchange2010 behavior - that is, no x-headers are ever promoted to individual properties if a client has not already requested (and mapped) them. Not even authenticated submissions can create new named property mappings. The x-headers are still stored in PR_TRANSPORT_HEADERS and still accessible to MAPI clients but they are not individual properties. This creates a problem for IMAP clients in particular:&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;Exchange2007 does not contain an STM file - it doesn't save the original mime content. Messages are converted to MAPI. IMAP has the ability to search based on header values, but if these are not promoted, the result is that the message is not contained in the results. If a client has previously mapped t he header in question (a MAPI client) then messages delivered after this will have the x-header promoted as an individual property.&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;So, the questions I ask are:&lt;/font&gt; &lt;ol&gt; &lt;li&gt;&lt;font size="2"&gt;Do you own or run an application which requires a custom x-header to be promoted to a property but does NOT create the mapping? &lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;font size="2"&gt;Do you own or run an application which uses an IMAP header search for a custom x-header.&lt;/font&gt;&lt;/li&gt;&lt;/ol&gt; &lt;p&gt;&lt;font size="2"&gt;Things that aren't on the table:&lt;/font&gt; &lt;ul&gt; &lt;li&gt;&lt;font size="2"&gt;Ability to remove named properties.&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;font size="2"&gt;Ability to pre-register named properties.&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;font size="2"&gt;We're aware that both of these would prove useful. Also, this is not a voting contest - we've seen how a vocal minority can skew results before. Just a heads up and if you have real world reasons for arguing for a particular request, let us know.&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;- &lt;a href="http://msexchangeteam.com/archive/2004/04/20/117016.aspx"&gt;Jason Nelson&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;&lt;span class="sbmLink"&gt; &lt;table cellspacing="1" cellpadding="1"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to backflip" onmouseout="mOut(this)" href="http://www.backflip.com/add_page_pop.ihtml?url=http://msexchangeteam.com/archive/2009/06/11/451596.aspx&amp;amp;title=Named Properties, Round 2: What lies Ahead" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/backflip4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to blinkbits!" onmouseout="mOut(this)" href="http://www.blinkbits.com/bookmarklets/save.php?v=1&amp;amp;source_url=http://msexchangeteam.com/archive/2009/06/11/451596.aspx&amp;amp;title=Named Properties, Round 2: What lies Ahead" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blinkbit4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to blogmemes" onmouseout="mOut(this)" href="http://www.blogmemes.net/post.php?url=http://msexchangeteam.com/archive/2009/06/11/451596.aspx&amp;amp;title=Named Properties, Round 2: What lies Ahead" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blogmemes4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to buddymark" onmouseout="mOut(this)" href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://msexchangeteam.com/archive/2009/06/11/451596.aspx&amp;amp;bookmark_title=Named Properties, Round 2: What lies Ahead" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to complore" onmouseout="mOut(this)" href="http://complore.com?q=node/add/flexinode-5&amp;amp;url=http://msexchangeteam.com/archive/2009/06/11/451596.aspx&amp;amp;title=Named Properties, Round 2: What lies Ahead" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/complore4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.icio.us" onmouseout="mOut(this)" href="http://del.icio.us/post?url=http://msexchangeteam.com/archive/2009/06/11/451596.aspx&amp;amp;;title=Named Properties, Round 2: What lies Ahead" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.iri.ous!" onmouseout="mOut(this)" href="http://de.lirio.us/bookmarks/sbmtool?action=add&amp;amp;address=http://msexchangeteam.com/archive/2009/06/11/451596.aspx&amp;amp;title=Named Properties, Round 2: What lies Ahead" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to digg" onmouseout="mOut(this)" href="http://digg.com/submit?phase=2&amp;amp;url=http://msexchangeteam.com/archive/2009/06/11/451596.aspx&amp;amp;title=Named Properties, Round 2: What lies Ahead" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to dotnetkicks" onmouseout="mOut(this)" href="http://www.dotnetkicks.com/kick/?url=http://msexchangeteam.com/archive/2009/06/11/451596.aspx&amp;amp;title=Named Properties, Round 2: What lies Ahead" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to furl" onmouseout="mOut(this)" href="http://www.furl.net/store?s=f&amp;amp;to=0&amp;amp;u=http://msexchangeteam.com/archive/2009/06/11/451596.aspx&amp;amp;ti=Named Properties, Round 2: What lies Ahead" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to live" onmouseout="mOut(this)" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://msexchangeteam.com/archive/2009/06/11/451596.aspx&amp;amp;title=Named Properties, Round 2: What lies Ahead" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to magnolia!" onmouseout="mOut(this)" href="http://ma.gnolia.com/bookmarklet/add?url=http://msexchangeteam.com/archive/2009/06/11/451596.aspx&amp;amp;title=Named Properties, Round 2: What lies Ahead" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/magnolia4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to netvouz!" onmouseout="mOut(this)" href="http://netvouz.com/action/submitBookmark?url=http://msexchangeteam.com/archive/2009/06/11/451596.aspx&amp;amp;title=Named Properties, Round 2: What lies Ahead" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/netvouz4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to reddit!" onmouseout="mOut(this)" href="http://reddit.com/submit?url=http://msexchangeteam.com/archive/2009/06/11/451596.aspx&amp;amp;title=Named Properties, Round 2: What lies Ahead" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to shadow" onmouseout="mOut(this)" href="http://www.shadows.com/bookmark/saveLink.rails?page=http://msexchangeteam.com/archive/2009/06/11/451596.aspx&amp;amp;title=Named Properties, Round 2: What lies Ahead" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/shadows6.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to spurl" onmouseout="mOut(this)" href="http://www.spurl.net/spurl.php?v=3&amp;amp;url=http://msexchangeteam.com/archive/2009/06/11/451596.aspx&amp;amp;title=Named Properties, Round 2: What lies Ahead" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to technorati!" onmouseout="mOut(this)" href="http://technorati.com/faves/?add=http://msexchangeteam.com/archive/2009/06/11/451596.aspx&amp;amp;title=Named Properties, Round 2: What lies Ahead" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to wists" onmouseout="mOut(this)" href="http://www.wists.com/?action=add&amp;amp;url=http://msexchangeteam.com/archive/2009/06/11/451596.aspx&amp;amp;title=Named Properties, Round 2: What lies Ahead" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/wists9.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to yahoo!" onmouseout="mOut(this)" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://msexchangeteam.com/archive/2009/06/11/451596.aspx&amp;amp;t=Named Properties, Round 2: What lies Ahead" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0"&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/span&gt;&lt;img src="http://msexchangeteam.com/aggbug.aspx?PostID=451596" width="1" height="1"&gt;</description><category domain="http://msexchangeteam.com/archive/category/3648.aspx">Administration</category><category domain="http://msexchangeteam.com/archive/category/8162.aspx">All Posts</category><category domain="http://msexchangeteam.com/archive/category/10058.aspx">Exchange 2007</category></item><item><title>Spotlight on Exchange 2010: E-mail Moderation</title><link>http://msexchangeteam.com/archive/2009/06/10/451584.aspx</link><pubDate>Wed, 10 Jun 2009 23:38:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:451584</guid><dc:creator>Exchange</dc:creator><slash:comments>5</slash:comments><comments>http://msexchangeteam.com/comments/451584.aspx</comments><wfw:commentRss>http://msexchangeteam.com/commentrss.aspx?PostID=451584</wfw:commentRss><wfw:comment>http://msexchangeteam.com/rsscomments/451584.aspx</wfw:comment><description>&lt;h3&gt;&lt;font size="2"&gt;Moderation in Exchange Server 2010&lt;/font&gt;&lt;/h3&gt; &lt;p&gt;&lt;font size="2"&gt;In past versions of Exchange server, the best way to control mail flow to a distribution group or mailbox was delivery restrictions. Delivery restrictions allow you to reject mail from certain individuals or groups (sometimes referred to as a blacklist), allow mail only from certain individuals or groups (or a whitelist), or a combination of both.&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;In Exchange Server 2010, moderation enables you to control messages sent to groups and individuals based on the human element: a moderator-not who sent it.&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;Moderation isn't limited to groups. Like delivery restrictions, you can also moderate mail sent to individual mailboxes or mail contacts, in the same way as mail sent to distribution groups. If you wanted to moderate mail &lt;i&gt;from&lt;/i&gt; a mailbox/contact, you would have to set up a transport rule, where moderation is available as an action. For the rest of this post, I'll be talking about moderated groups/lists. &lt;/font&gt; &lt;h3&gt;&lt;font size="2"&gt;Sending mail to a moderated group&lt;/font&gt;&lt;/h3&gt; &lt;p&gt;&lt;font size="2"&gt;For end users, sending mail to a moderated group is the same as sending to any other group. If they are using Outlook Web Access or Outlook 2010, they will see a MailTip telling them they are sending mail to a moderated group.&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;Instead of expanding a message and sending it on to the members of a group, Exchange sends the mail to the Arbitration Mailbox. This mailbox is like a holding tank for messages that are under review by moderators. Upon receiving the message, the arbitration mailbox sends out approval request to each moderator. The original message is attached to the approval request and also shown in preview form in the approval request itself. Moderators have three options for a decision:&lt;/font&gt; &lt;ul&gt; &lt;li&gt;&lt;font size="2"&gt;Approve&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;font size="2"&gt;Reject&lt;/font&gt;&lt;/li&gt; &lt;li&gt;&lt;font size="2"&gt;Reject with comments&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;&lt;font size="2"&gt;These decisions are sent as messages back to the arbitration mailbox, where the decision is processed. Like mail to any other group, users are only notified if their message was not delivered (moderators can choose to include comments explaining why they rejected the message). If the message is approved, it is released from the arbitration mailbox for delivery to the group.&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;In both Outlook and Outlook Web Access, moderators see buttons at the top of their message for approving and rejecting messages (see an Outlook Web Access example below). In older versions of Outlook, moderators can make decisions with voting buttons. &lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;&lt;img src="http://msexchangeteam.com/photos/postpictures/images/451581/original.aspx"&gt; &lt;/font&gt; &lt;h3&gt;&lt;font size="2"&gt;Multiple moderators&lt;/font&gt;&lt;/h3&gt; &lt;p&gt;&lt;font size="2"&gt;For groups configured with multiple moderators, when one moderator makes a decision, a message is sent to all the other moderators notifying them of the decision. This notification is processed by the receiving mailbox, and when this notification arrives in a moderators mailbox, the approval request is disabled (no further decision can be made) and moved to the deleted items folder.&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;This keeps moderators' inboxes less cluttered, leaving only approval requests that still require a decision.&lt;/font&gt; &lt;h3&gt;&lt;font size="2"&gt;Enabling moderation for a group&lt;/font&gt;&lt;/h3&gt; &lt;p&gt;&lt;font size="2"&gt;To enable moderation for a group, you just need to enable moderation and specify who the moderators are. If you leave the list of moderators blank, the group owners will receive all the approval requests.&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;In ECP, group owners and administrators can configure moderation here: &lt;/font&gt; &lt;p&gt;&lt;img height="819" src="http://msexchangeteam.com/photos/postpictures/images/451582/original.aspx" width="472"&gt;  &lt;p&gt;&lt;font size="2"&gt;Moderation can be similarly configured from EMC: &lt;/font&gt; &lt;p&gt;&lt;img src="http://msexchangeteam.com/photos/postpictures/images/451583/original.aspx"&gt;  &lt;h3&gt;&lt;font size="2"&gt;Moderation in a transport rule&lt;/font&gt;&lt;/h3&gt; &lt;p&gt;&lt;font size="2"&gt;For more customized scenarios, moderation is also available as an action with any transport rule. In the case of a rule where the condition is a match, the message is not delivered to &lt;i&gt;any&lt;/i&gt; recipients until approved by moderator.&lt;/font&gt; &lt;h3&gt;&lt;font size="2"&gt;FAQ&lt;/font&gt;&lt;/h3&gt; &lt;p&gt;&lt;font size="2"&gt;&lt;strong&gt;Q: Are delivery restrictions still there in Exchange 2010?&lt;/strong&gt;&lt;br&gt;A: Delivery restrictions haven't gone anywhere. In fact, you can use moderated groups and delivery restrictions together; delivery restrictions simply take precedence over moderation. If a sender passes delivery restrictions, then they will be moderated (unless they are on the bypass list for moderation).&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;&lt;strong&gt;Q: What if an email is sent to two groups: one moderated and one unmoderated?&lt;/strong&gt;&lt;br&gt;A: The message will be sent to moderators for approval for delivery to the moderated group. It will be delivered to all members of the unmoderated group without moderator intervention. Any user that is a member of both groups would get the message immediately. They won't see a second message (upon approval to the moderated group) thanks to duplicate detection.&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;&lt;strong&gt;Q: What about nested moderated groups?&lt;br&gt;&lt;/strong&gt;A: If one moderated group (the "child") is a member of another moderated group (the "parent"), the message must be approved for both the parent and the child groups.&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;If you set the BypassModerationEnabled flag to $true on the parent group, any messages sent to that group will bypass moderation by child groups. For some messages, you might not want moderators of child groups to be able to reject them (say, messages from executives sent to an org-wide group).&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;&lt;strong&gt;Q: What happens if two moderators make conflicting decisions at the same time?&lt;/strong&gt;&lt;br&gt;A: In most cases, moderators will not be able to make a decision after one has already been made. However, if two moderators do manage to make decisions at the exact same time, whichever decision message makes it to the arbitration mailbox wins. The "losing" moderator(s) are then notified that their decision did not take effect.&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;&lt;strong&gt;Q: What versions of Exchange are required for moderation?&lt;/strong&gt;&lt;br&gt;A: Moderation requires Exchange 2010 to be deployed on all Hub Transport Servers to work properly. Earlier versions of Exchange will ignore moderation and simply deliver any messages to moderated recipients.&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font size="2"&gt;- &lt;a href="http://msexchangeteam.com/archive/2009/04/28/451187.aspx"&gt;E.J. Dyksen&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;&lt;span class="sbmLink"&gt; &lt;table cellspacing="1" cellpadding="1"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to backflip" onmouseout="mOut(this)" href="http://www.backflip.com/add_page_pop.ihtml?url=http://msexchangeteam.com/archive/2009/06/10/451584.aspx&amp;amp;title=Spotlight on Exchange 2010: E-mail Moderation" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/backflip4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to blinkbits!" onmouseout="mOut(this)" href="http://www.blinkbits.com/bookmarklets/save.php?v=1&amp;amp;source_url=http://msexchangeteam.com/archive/2009/06/10/451584.aspx&amp;amp;title=Spotlight on Exchange 2010: E-mail Moderation" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blinkbit4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to blogmemes" onmouseout="mOut(this)" href="http://www.blogmemes.net/post.php?url=http://msexchangeteam.com/archive/2009/06/10/451584.aspx&amp;amp;title=Spotlight on Exchange 2010: E-mail Moderation" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blogmemes4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to buddymark" onmouseout="mOut(this)" href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://msexchangeteam.com/archive/2009/06/10/451584.aspx&amp;amp;bookmark_title=Spotlight on Exchange 2010: E-mail Moderation" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to complore" onmouseout="mOut(this)" href="http://complore.com?q=node/add/flexinode-5&amp;amp;url=http://msexchangeteam.com/archive/2009/06/10/451584.aspx&amp;amp;title=Spotlight on Exchange 2010: E-mail Moderation" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/complore4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.icio.us" onmouseout="mOut(this)" href="http://del.icio.us/post?url=http://msexchangeteam.com/archive/2009/06/10/451584.aspx&amp;amp;;title=Spotlight on Exchange 2010: E-mail Moderation" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.iri.ous!" onmouseout="mOut(this)" href="http://de.lirio.us/bookmarks/sbmtool?action=add&amp;amp;address=http://msexchangeteam.com/archive/2009/06/10/451584.aspx&amp;amp;title=Spotlight on Exchange 2010: E-mail Moderation" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to digg" onmouseout="mOut(this)" href="http://digg.com/submit?phase=2&amp;amp;url=http://msexchangeteam.com/archive/2009/06/10/451584.aspx&amp;amp;title=Spotlight on Exchange 2010: E-mail Moderation" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to dotnetkicks" onmouseout="mOut(this)" href="http://www.dotnetkicks.com/kick/?url=http://msexchangeteam.com/archive/2009/06/10/451584.aspx&amp;amp;title=Spotlight on Exchange 2010: E-mail Moderation" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to furl" onmouseout="mOut(this)" href="http://www.furl.net/store?s=f&amp;amp;to=0&amp;amp;u=http://msexchangeteam.com/archive/2009/06/10/451584.aspx&amp;amp;ti=Spotlight on Exchange 2010: E-mail Moderation" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to live" onmouseout="mOut(this)" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://msexchangeteam.com/archive/2009/06/10/451584.aspx&amp;amp;title=Spotlight on Exchange 2010: E-mail Moderation" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to magnolia!" onmouseout="mOut(this)" href="http://ma.gnolia.com/bookmarklet/add?url=http://msexchangeteam.com/archive/2009/06/10/451584.aspx&amp;amp;title=Spotlight on Exchange 2010: E-mail Moderation" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/magnolia4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to netvouz!" onmouseout="mOut(this)" href="http://netvouz.com/action/submitBookmark?url=http://msexchangeteam.com/archive/2009/06/10/451584.aspx&amp;amp;title=Spotlight on Exchange 2010: E-mail Moderation" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/netvouz4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to reddit!" onmouseout="mOut(this)" href="http://reddit.com/submit?url=http://msexchangeteam.com/archive/2009/06/10/451584.aspx&amp;amp;title=Spotlight on Exchange 2010: E-mail Moderation" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to shadow" onmouseout="mOut(this)" href="http://www.shadows.com/bookmark/saveLink.rails?page=http://msexchangeteam.com/archive/2009/06/10/451584.aspx&amp;amp;title=Spotlight on Exchange 2010: E-mail Moderation" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/shadows6.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to spurl" onmouseout="mOut(this)" href="http://www.spurl.net/spurl.php?v=3&amp;amp;url=http://msexchangeteam.com/archive/2009/06/10/451584.aspx&amp;amp;title=Spotlight on Exchange 2010: E-mail Moderation" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to technorati!" onmouseout="mOut(this)" href="http://technorati.com/faves/?add=http://msexchangeteam.com/archive/2009/06/10/451584.aspx&amp;amp;title=Spotlight on Exchange 2010: E-mail Moderation" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to wists" onmouseout="mOut(this)" href="http://www.wists.com/?action=add&amp;amp;url=http://msexchangeteam.com/archive/2009/06/10/451584.aspx&amp;amp;title=Spotlight on Exchange 2010: E-mail Moderation" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/wists9.png" border="0"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to yahoo!" onmouseout="mOut(this)" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://msexchangeteam.com/archive/2009/06/10/451584.aspx&amp;amp;t=Spotlight on Exchange 2010: E-mail Moderation" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0"&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/span&gt;&lt;img src="http://msexchangeteam.com/aggbug.aspx?PostID=451584" width="1" height="1"&gt;</description><category domain="http://msexchangeteam.com/archive/category/11164.aspx">Exchange 2010</category><category domain="http://msexchangeteam.com/archive/category/11155.aspx">Role: Hub Transport</category></item><item><title>Spotlight on Exchange 2010: Delivery Reports</title><link>http://msexchangeteam.com/archive/2009/06/08/451562.aspx</link><pubDate>Mon, 08 Jun 2009 18:42:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:451562</guid><dc:creator>Exchange</dc:creator><slash:comments>11</slash:comments><comments>http://msexchangeteam.com/comments/451562.aspx</comments><wfw:commentRss>http://msexchangeteam.com/commentrss.aspx?PostID=451562</wfw:commentRss><wfw:comment>http://msexchangeteam.com/rsscomments/451562.aspx</wfw:comment><description>&lt;p&gt;&lt;font size="2"&gt;Exchange 2010 provides an easy way to verify whether that very important message was delivered to every recipient with a new feature we call delivery reports. &lt;/font&gt;
&lt;/p&gt;&lt;p&gt;&lt;font size="2"&gt;Delivery Reports contains delivery information about messages you sent, such as: &lt;/font&gt;
&lt;/p&gt;&lt;ul&gt;
&lt;li&gt;&lt;font size="2"&gt;Why didn't my message go through?&lt;/font&gt; 
&lt;/li&gt;&lt;li&gt;&lt;font size="2"&gt;Where is my message now?&lt;/font&gt; 
&lt;/li&gt;&lt;li&gt;&lt;font size="2"&gt;Who received my message?&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;font size="2"&gt;And about messages you received: &lt;/font&gt;
&lt;/p&gt;&lt;ul&gt;
&lt;li&gt;&lt;font size="2"&gt;Am I a member of any of the groups addressed in this message?&lt;/font&gt; 
&lt;/li&gt;&lt;li&gt;&lt;font size="2"&gt;Why is this message in a folder and not in my inbox? &lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;font size="2"&gt;Delivery Reports can be accessed by users from Outlook Web Access or by clicking on the "Options" button and then going to "Organize E-mail". &lt;/font&gt;
&lt;/p&gt;&lt;p&gt;&lt;font size="2"&gt;Administrators can access Delivery Reports from the Exchange Control Panel on the "Reporting" tab, and if the Administrator has access to the Exchange Management Console, the "Toolbox" section contains a link to "Message Tracking" where they can search for Delivery Reports. The Message Tracking tool included in previous versions of Exchange has been renamed "Tracking Log Explorer". &lt;/font&gt;
&lt;/p&gt;&lt;h4&gt;&lt;font size="2"&gt;What information is shown in Delivery Reports?&lt;/font&gt;&lt;/h4&gt;
&lt;p&gt;&lt;font size="2"&gt;
&lt;table class="MsoTableLightListAccent1" style="border: medium none ; border-collapse: collapse;" border="1" cellpadding="0" cellspacing="0"&gt;
&lt;tbody&gt;
&lt;tr style=""&gt;
&lt;td style="border-style: solid none none solid; border-color: rgb(79, 129, 189) rgb(240, 240, 240) rgb(240, 240, 240) rgb(79, 129, 189); border-width: 1pt medium medium 1pt; padding: 0in 5.4pt; background: rgb(79, 129, 189) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 239.4pt;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;b&gt;&lt;span style="color: white; font-family: 'Calibri','sans-serif';"&gt;Event&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-style: solid solid none none; border-color: rgb(79, 129, 189) rgb(79, 129, 189) rgb(240, 240, 240) rgb(240, 240, 240); border-width: 1pt 1pt medium medium; padding: 0in 5.4pt; background: rgb(79, 129, 189) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 239.4pt;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;b&gt;&lt;span style="color: white; font-family: 'Calibri','sans-serif';"&gt;Who sees it?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=""&gt;
&lt;td style="border-style: solid none solid solid; border-color: rgb(79, 129, 189) rgb(240, 240, 240) rgb(79, 129, 189) rgb(79, 129, 189); border-width: 1pt medium 1pt 1pt; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Email Submission from the Sender’s Mailbox&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-style: solid solid solid none; border-color: rgb(79, 129, 189) rgb(79, 129, 189) rgb(79, 129, 189) rgb(240, 240, 240); border-width: 1pt 1pt 1pt medium; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Users, Administrators, Helpdesk&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=""&gt;
&lt;td style="border-style: none none none solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(240, 240, 240) rgb(79, 129, 189); border-width: medium medium medium 1pt; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Group Expansion&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-style: none solid none none; border-color: rgb(240, 240, 240) rgb(79, 129, 189) rgb(240, 240, 240) rgb(240, 240, 240); border-width: medium 1pt medium medium; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Users, Administrators, Helpdesk&lt;/span&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=""&gt;
&lt;td style="border-style: solid none solid solid; border-color: rgb(79, 129, 189) rgb(240, 240, 240) rgb(79, 129, 189) rgb(79, 129, 189); border-width: 1pt medium 1pt 1pt; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Delivery Success&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-style: solid solid solid none; border-color: rgb(79, 129, 189) rgb(79, 129, 189) rgb(79, 129, 189) rgb(240, 240, 240); border-width: 1pt 1pt 1pt medium; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Users, Administrators, Helpdesk&lt;/span&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=""&gt;
&lt;td style="border-style: none none none solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(240, 240, 240) rgb(79, 129, 189); border-width: medium medium medium 1pt; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Delivery Failure&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-style: none solid none none; border-color: rgb(240, 240, 240) rgb(79, 129, 189) rgb(240, 240, 240) rgb(240, 240, 240); border-width: medium 1pt medium medium; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Users, Administrators, Helpdesk&lt;/span&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=""&gt;
&lt;td style="border-style: solid none solid solid; border-color: rgb(79, 129, 189) rgb(240, 240, 240) rgb(79, 129, 189) rgb(79, 129, 189); border-width: 1pt medium 1pt 1pt; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Inbox Rules&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-style: solid solid solid none; border-color: rgb(79, 129, 189) rgb(79, 129, 189) rgb(79, 129, 189) rgb(240, 240, 240); border-width: 1pt 1pt 1pt medium; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Recipients, Administrators, Helpdesk&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=""&gt;
&lt;td style="border-style: none none none solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(240, 240, 240) rgb(79, 129, 189); border-width: medium medium medium 1pt; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Transport Rules&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-style: none solid none none; border-color: rgb(240, 240, 240) rgb(79, 129, 189) rgb(240, 240, 240) rgb(240, 240, 240); border-width: medium 1pt medium medium; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Administrators, Helpdesk&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=""&gt;
&lt;td style="border-style: solid none solid solid; border-color: rgb(79, 129, 189) rgb(240, 240, 240) rgb(79, 129, 189) rgb(79, 129, 189); border-width: 1pt medium 1pt 1pt; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Message was read (if enabled)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-style: solid solid solid none; border-color: rgb(79, 129, 189) rgb(79, 129, 189) rgb(79, 129, 189) rgb(240, 240, 240); border-width: 1pt 1pt 1pt medium; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Users, Administrators, Helpdesk&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=""&gt;
&lt;td style="border-style: none none none solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(240, 240, 240) rgb(79, 129, 189); border-width: medium medium medium 1pt; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Hub Transfers&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-style: none solid none none; border-color: rgb(240, 240, 240) rgb(79, 129, 189) rgb(240, 240, 240) rgb(240, 240, 240); border-width: medium 1pt medium medium; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Administrators, Helpdesk&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=""&gt;
&lt;td style="border-style: solid none solid solid; border-color: rgb(79, 129, 189) rgb(240, 240, 240) rgb(79, 129, 189) rgb(79, 129, 189); border-width: 1pt medium 1pt 1pt; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Transfer to External Servers&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-style: solid solid solid none; border-color: rgb(79, 129, 189) rgb(79, 129, 189) rgb(79, 129, 189) rgb(240, 240, 240); border-width: 1pt 1pt 1pt medium; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Users, Administrators, Helpdesk&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=""&gt;
&lt;td style="border-style: none none none solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(240, 240, 240) rgb(79, 129, 189); border-width: medium medium medium 1pt; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Transfer to Older Versions&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-style: none solid none none; border-color: rgb(240, 240, 240) rgb(79, 129, 189) rgb(240, 240, 240) rgb(240, 240, 240); border-width: medium 1pt medium medium; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Users, Administrators, Helpdesk&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=""&gt;
&lt;td style="border-style: solid none solid solid; border-color: rgb(79, 129, 189) rgb(240, 240, 240) rgb(79, 129, 189) rgb(79, 129, 189); border-width: 1pt medium 1pt 1pt; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Moderation&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;
&lt;td style="border-style: solid solid solid none; border-color: rgb(79, 129, 189) rgb(79, 129, 189) rgb(79, 129, 189) rgb(240, 240, 240); border-width: 1pt 1pt 1pt medium; padding: 0in 5.4pt; width: 239.4pt; background-color: transparent;" valign="top" width="319"&gt;
&lt;p class="MsoNormal" style="margin: 0in 0in 0pt;"&gt;&lt;span class="MsoPageNumber"&gt;&lt;span style="font-family: 'Calibri','sans-serif';"&gt;Users, Administrators, Helpdesk&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/font&gt;&lt;/p&gt;
&lt;h4&gt;&lt;font size="2"&gt;Getting Delivery Reports for messages I sent&lt;/font&gt;&lt;/h4&gt;
&lt;p&gt;&lt;font size="2"&gt;If you are interested in seeing the Delivery Report for a particular message in the Sent Items folder, right click on that message and then click on "Open Delivery Report" &lt;/font&gt;
&lt;/p&gt;&lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="/photos/postpictures/images/451546/original.aspx"&gt; 
&lt;p&gt;&lt;font size="2"&gt;This will open the Delivery Report included in the image bellow, where you can see that the message was sent to a group that contains 15 recipients and delivery was successful to all of them. You can also see which groups were expanded to make the delivery to a particular user. And your organization has Read Status reporting configured in your organization you would also see if the message was marked as read for a particular recipient. &lt;/font&gt;
&lt;/p&gt;&lt;p&gt;&lt;font size="2"&gt;If the message was addressed to a group, and you have the necessary permissions; the "Edit Groups" link will allow you to change the settings as well as remove yourself or others from the group. &lt;/font&gt;
&lt;/p&gt;&lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="/photos/postpictures/images/451547/original.aspx"&gt; 
&lt;h4&gt;&lt;font size="2"&gt;Getting Delivery Reports for messages I received:&lt;/font&gt;&lt;/h4&gt;
&lt;p&gt;&lt;font size="2"&gt;To track a message you received, you would go to the Inbox or any subfolder and access the Delivery Report by right-clicking on the message in the list view or on the top of the message and then clicking on "Open Delivery Report" &lt;/font&gt;
&lt;/p&gt;&lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/p&gt;&lt;img src="/photos/postpictures/images/451548/original.aspx"&gt; 
&lt;p&gt;&lt;font size="2"&gt;In this Delivery Report, you would see only information related to delivery into your mailbox. Delivery information for the other recipients of the message is not shown. You are able to see if any of your inbox rules moved the message to another folder and which groups were expanded so that the message was delivered to you.&lt;br&gt;&lt;br&gt;&lt;img src="/photos/postpictures/images/451570/original.aspx"&gt; &lt;/font&gt;
&lt;/p&gt;&lt;p&gt;&lt;b&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/b&gt;
&lt;/p&gt;&lt;h4&gt;&lt;font size="2"&gt;Searching for Delivery Reports&lt;/font&gt;&lt;/h4&gt;
&lt;p&gt;&lt;font size="2"&gt;If you want to get a delivery report for a message that you were expecting, or you simply can't find the message in your mailbox, you can also search for Delivery Reports. To do this you would have to log into Outlook Web Access, click on the "Options" Button and then click on "Organize E-mail". The "Delivery Reports" Tab is a search console to help you find a Delivery Report for messages you sent or messages that you received or expected to receive. &lt;/font&gt;
&lt;/p&gt;&lt;p&gt;&lt;font size="2"&gt;The "subject" filter can be used to refine any search, as a sender or as a recipient, and adding one or more words in the field can improve the search by reducing the number of results as well as the overall time the system takes to find the message you are looking for. &lt;/font&gt;
&lt;/p&gt;&lt;p&gt;&lt;font size="2"&gt;To search through all the messages you've sent, you can leave the "Search for messages I've sent to:" field empty, as shown in the screenshot: &lt;/font&gt;
&lt;/p&gt;&lt;p&gt;&lt;font size="2"&gt;&lt;img src="/photos/postpictures/images/451550/original.aspx" width="784" height="540"&gt; &lt;/font&gt;
&lt;/p&gt;&lt;p&gt;&lt;font size="2"&gt;If you want to search through the messages you've received, you have to specify the sender in the "Search for messages I've received from:" field: &lt;/font&gt;
&lt;/p&gt;&lt;p&gt;&lt;font size="2"&gt;&lt;img src="/photos/postpictures/images/451551/original.aspx"&gt; &lt;/font&gt;
&lt;/p&gt;&lt;p&gt;&lt;font size="2"&gt;As you can see from the image, the search results are listed in the bottom half of the search pane. You can double-click on any row or select one and click on the "Delivery Report" button to view the Delivery Report for that message. &lt;/font&gt;
&lt;/p&gt;&lt;h3&gt;&lt;font size="2"&gt;Frequently asked questions:&lt;/font&gt;&lt;/h3&gt;
&lt;h4&gt;&lt;font size="2"&gt;Do I have to specify a sender when searching for messages I received?&lt;/font&gt;&lt;/h4&gt;
&lt;p&gt;&lt;font size="2"&gt;Yes, we need to know who the sender is to get the tracking information. If you are looking for messages that you've sent you can choose if you specify a recipient or not. &lt;/font&gt;
&lt;/p&gt;&lt;h4&gt;&lt;font size="2"&gt;Can I search for messages that were sent from users outside my organization?&lt;/font&gt;&lt;/h4&gt;
&lt;p&gt;&lt;font size="2"&gt;Yes, you can search for messages sent by a particular user outside your organization that was addressed to a single user inside the organization. To do this you would have to provide the full SMTP address of the sender in the "Search for messages I've received from" field. &lt;/font&gt;
&lt;/p&gt;&lt;h4&gt;&lt;font size="2"&gt;How long are Delivery Reports kept?&lt;/font&gt;&lt;/h4&gt;
&lt;p&gt;&lt;font size="2"&gt;The Delivery Report tool uses the data stored in the message tracking logs; the default time for maintaining the indexes on those files is 2 weeks. &lt;/font&gt;
&lt;/p&gt;&lt;h4&gt;&lt;font size="2"&gt;Can I see what a user did with the email I sent him?&lt;/font&gt;&lt;/h4&gt;
&lt;p&gt;&lt;font size="2"&gt;If the administrators in your organization enable Read Status reporting you would be able to see if a message you sent have been marked as read by the recipient's client. More information on this will be given in a future post. &lt;/font&gt;
&lt;/p&gt;&lt;h4&gt;&lt;font size="2"&gt;What information is presented to Administrators and Helpdesk?&lt;/font&gt;&lt;/h4&gt;
&lt;p&gt;&lt;font size="2"&gt;Administrators can search for Delivery Reports on behalf of other users in the organization. The view presented to them will include some extra information, such as server names and addresses, to help troubleshoot delivery problems.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;- &lt;a href="/articles/451563.aspx"&gt;Alexis Delgado&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;&lt;span class="sbmLink"&gt;
&lt;table cellpadding="1" cellspacing="1"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;
&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to backflip" onmouseout="mOut(this)" href="http://www.backflip.com/add_page_pop.ihtml?url=http://msexchangeteam.com/archive/2009/06/08/451562.aspx&amp;amp;title=Spotlight%20on%20Exchange%202010:%20Delivery%20Reports" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/backflip4.png" border="0"&gt;&lt;/a&gt; 
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to blinkbits!" onmouseout="mOut(this)" href="http://www.blinkbits.com/bookmarklets/save.php?v=1&amp;amp;source_url=http://msexchangeteam.com/archive/2009/06/08/451562.aspx&amp;amp;title=Spotlight%20on%20Exchange%202010:%20Delivery%20Reports" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blinkbit4.png" border="0"&gt;&lt;/a&gt; 
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to blogmemes" onmouseout="mOut(this)" href="http://www.blogmemes.net/post.php?url=http://msexchangeteam.com/archive/2009/06/08/451562.aspx&amp;amp;title=Spotlight%20on%20Exchange%202010:%20Delivery%20Reports" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blogmemes4.png" border="0"&gt;&lt;/a&gt; 
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to buddymark" onmouseout="mOut(this)" href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://msexchangeteam.com/archive/2009/06/08/451562.aspx&amp;amp;bookmark_title=Spotlight%20on%20Exchange%202010:%20Delivery%20Reports" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png" border="0"&gt;&lt;/a&gt; 
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to complore" onmouseout="mOut(this)" href="http://complore.com?q=node/add/flexinode-5&amp;amp;url=http://msexchangeteam.com/archive/2009/06/08/451562.aspx&amp;amp;title=Spotlight%20on%20Exchange%202010:%20Delivery%20Reports" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/complore4.png" border="0"&gt;&lt;/a&gt; 
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.icio.us" onmouseout="mOut(this)" href="http://del.icio.us/post?url=http://msexchangeteam.com/archive/2009/06/08/451562.aspx&amp;amp;;title=Spotlight%20on%20Exchange%202010:%20Delivery%20Reports" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0"&gt;&lt;/a&gt; 
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.iri.ous!" onmouseout="mOut(this)" href="http://de.lirio.us/bookmarks/sbmtool?action=add&amp;amp;address=http://msexchangeteam.com/archive/2009/06/08/451562.aspx&amp;amp;title=Spotlight%20on%20Exchange%202010:%20Delivery%20Reports" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0"&gt;&lt;/a&gt; 
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to digg" onmouseout="mOut(this)" href="http://digg.com/submit?phase=2&amp;amp;url=http://msexchangeteam.com/archive/2009/06/08/451562.aspx&amp;amp;title=Spotlight%20on%20Exchange%202010:%20Delivery%20Reports" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0"&gt;&lt;/a&gt; 
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to dotnetkicks" onmouseout="mOut(this)" href="http://www.dotnetkicks.com/kick/?url=http://msexchangeteam.com/archive/2009/06/08/451562.aspx&amp;amp;title=Spotlight%20on%20Exchange%202010:%20Delivery%20Reports" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" border="0"&gt;&lt;/a&gt; 
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to furl" onmouseout="mOut(this)" href="http://www.furl.net/store?s=f&amp;amp;to=0&amp;amp;u=http://msexchangeteam.com/archive/2009/06/08/451562.aspx&amp;amp;ti=Spotlight%20on%20Exchange%202010:%20Delivery%20Reports" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0"&gt;&lt;/a&gt; 
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to live" onmouseout="mOut(this)" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://msexchangeteam.com/archive/2009/06/08/451562.aspx&amp;amp;title=Spotlight%20on%20Exchange%202010:%20Delivery%20Reports" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0"&gt;&lt;/a&gt; 
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to magnolia!" onmouseout="mOut(this)" href="http://ma.gnolia.com/bookmarklet/add?url=http://msexchangeteam.com/archive/2009/06/08/451562.aspx&amp;amp;title=Spotlight%20on%20Exchange%202010:%20Delivery%20Reports" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/magnolia4.png" border="0"&gt;&lt;/a&gt; 
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to netvouz!" onmouseout="mOut(this)" href="http://netvouz.com/action/submitBookmark?url=http://msexchangeteam.com/archive/2009/06/08/451562.aspx&amp;amp;title=Spotlight%20on%20Exchange%202010:%20Delivery%20Reports" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/netvouz4.png" border="0"&gt;&lt;/a&gt; 
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to reddit!" onmouseout="mOut(this)" href="http://reddit.com/submit?url=http://msexchangeteam.com/archive/2009/06/08/451562.aspx&amp;amp;title=Spotlight%20on%20Exchange%202010:%20Delivery%20Reports" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0"&gt;&lt;/a&gt; 
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to shadow" onmouseout="mOut(this)" href="http://www.shadows.com/bookmark/saveLink.rails?page=http://msexchangeteam.com/archive/2009/06/08/451562.aspx&amp;amp;title=Spotlight%20on%20Exchange%202010:%20Delivery%20Reports" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/shadows6.png" border="0"&gt;&lt;/a&gt; 
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to spurl" onmouseout="mOut(this)" href="http://www.spurl.net/spurl.php?v=3&amp;amp;url=http://msexchangeteam.com/archive/2009/06/08/451562.aspx&amp;amp;title=Spotlight%20on%20Exchange%202010:%20Delivery%20Reports" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" border="0"&gt;&lt;/a&gt; 
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to technorati!" onmouseout="mOut(this)" href="http://technorati.com/faves/?add=http://msexchangeteam.com/archive/2009/06/08/451562.aspx&amp;amp;title=Spotlight%20on%20Exchange%202010:%20Delivery%20Reports" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0"&gt;&lt;/a&gt; 
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to wists" onmouseout="mOut(this)" href="http://www.wists.com/?action=add&amp;amp;url=http://msexchangeteam.com/archive/2009/06/08/451562.aspx&amp;amp;title=Spotlight%20on%20Exchange%202010:%20Delivery%20Reports" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/wists9.png" border="0"&gt;&lt;/a&gt; 
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to yahoo!" onmouseout="mOut(this)" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://msexchangeteam.com/archive/2009/06/08/451562.aspx&amp;amp;t=Spotlight%20on%20Exchange%202010:%20Delivery%20Reports" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0"&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/span&gt;&lt;img src="http://msexchangeteam.com/aggbug.aspx?PostID=451562" width="1" height="1"&gt;</description><category domain="http://msexchangeteam.com/archive/category/11164.aspx">Exchange 2010</category></item><item><title>Video: High Availability in Exchange Server 2010 - Part 3</title><link>http://msexchangeteam.com/archive/2009/06/03/451542.aspx</link><pubDate>Wed, 03 Jun 2009 22:04:18 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:451542</guid><dc:creator>Exchange</dc:creator><slash:comments>3</slash:comments><comments>http://msexchangeteam.com/comments/451542.aspx</comments><wfw:commentRss>http://msexchangeteam.com/commentrss.aspx?PostID=451542</wfw:commentRss><wfw:comment>http://msexchangeteam.com/rsscomments/451542.aspx</wfw:comment><description>&lt;p&gt;In &lt;a href="http://msexchangeteam.com/archive/2009/05/18/451353.aspx"&gt;Part 1&lt;/a&gt; of my video blogcast series on High Availability in Exchange Server 2010, I introduced you to the concept of database mobility, and the features known as &lt;a href="http://technet.microsoft.com/en-us/library/dd298065(EXCHG.140).aspx"&gt;database availability groups (DAGs)&lt;/a&gt; and &lt;a href="http://technet.microsoft.com/en-us/library/dd335158(EXCHG.140).aspx"&gt;mailbox database copies&lt;/a&gt;.  &lt;p&gt;In &lt;a href="http://msexchangeteam.com/archive/2009/05/21/451400.aspx" target="_blank"&gt;Part 2&lt;/a&gt;, I showed you how to &lt;a href="http://technet.microsoft.com/en-us/library/dd351172(EXCHG.140).aspx"&gt;create a DAG&lt;/a&gt; and how to &lt;a href="http://technet.microsoft.com/en-us/library/dd351278(EXCHG.140).aspx"&gt;add Mailbox servers to a DAG&lt;/a&gt;.  &lt;p&gt;In Part 3, I show you how to &lt;a href="http://technet.microsoft.com/en-us/library/dd298080(EXCHG.140).aspx" target="_blank"&gt;add a mailbox database copy&lt;/a&gt;, and I demonstrate &lt;a href="http://technet.microsoft.com/en-us/library/dd298044(EXCHG.140).aspx" target="_blank"&gt;Get-MailboxDatabaseCopyStatus&lt;/a&gt; and &lt;a href="http://technet.microsoft.com/en-us/library/bb691314(EXCHG.140).aspx" target="_blank"&gt;Test-ReplicationHealth&lt;/a&gt;.  &lt;p&gt;Please download the video and watch it full-screen.&amp;nbsp; Part 3 is just under 3 minutes. Click on the video thumbnail below to go to the video. There is a Download link where you can download the video (use Right-click, Save Target As...).  &lt;p&gt;Part 3:&lt;/p&gt; &lt;p&gt;&lt;a href="/videos/9/drandha/entry451537.aspx"&gt;&lt;img id="id" border="0" src="/photos/postpictures3/images/451352/thumb.aspx"&gt;&lt;/a&gt; &lt;/p&gt; &lt;p&gt; &lt;p&gt;Enjoy...and stay tuned for Part 4, coming soon!  &lt;p&gt;-- &lt;a href="/articles/301165.aspx" target="_blank"&gt;Scott Schnoll&lt;/a&gt;&lt;/p&gt;&lt;img src="http://msexchangeteam.com/aggbug.aspx?PostID=451542" width="1" height="1"&gt;</description><category domain="http://msexchangeteam.com/archive/category/11164.aspx">Exchange 2010</category></item><item><title>Troubleshooting Unified Messaging: New white paper</title><link>http://msexchangeteam.com/archive/2009/06/03/451539.aspx</link><pubDate>Wed, 03 Jun 2009 19:55:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:451539</guid><dc:creator>Exchange</dc:creator><slash:comments>0</slash:comments><comments>http://msexchangeteam.com/comments/451539.aspx</comments><wfw:commentRss>http://msexchangeteam.com/commentrss.aspx?PostID=451539</wfw:commentRss><wfw:comment>http://msexchangeteam.com/rsscomments/451539.aspx</wfw:comment><description>&lt;div style="line-height:1.2em;"&gt;&lt;p&gt;&lt;font size="2"&gt;Interested in learning the fundamentals of troubleshooting common Unified Messaging call flow issues?  &lt;p&gt;&lt;font size="2"&gt;We've just released a new white paper on troubleshooting Unified Messaging. In this white paper, we walk you through the flow of a simple call in UM and take a look at things that may go wrong at various points in the call flow. We provide tips for what you can do if you encounter one of these issues. You will also find information about some helpful troubleshooting tools and resources.  &lt;p&gt;&lt;font size="2"&gt;Whether you're new to using Unified Messaging or you'd like a quick review, this white paper has information that can help you keep your organization's Unified Messaging deployment running smoothly.  &lt;p&gt;&lt;font size="2"&gt;Head over to Technet to read &lt;a title="Read the white paper on TechNet" href="http://go.microsoft.com/fwlink/?LinkId=153717"&gt;Fundamentals of Troubleshooting Unified Messaging in Exchange 2007&lt;/a&gt;. &lt;p&gt;&lt;font size="2"&gt;-&lt;a title="Seema Rahman's bio" href="/archive/2006/11/08/431294.aspx"&gt;Seema Rahman&lt;/a&gt; &lt;/p&gt;&lt;/div&gt;&lt;span class="sbmLink"&gt; &lt;table cellspacing="1" cellpadding="1"&gt; &lt;tbody&gt; &lt;tr&gt; &lt;td class="sbmText"&gt;Share this post : &lt;/td&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to backflip" onmouseout="mOut(this)" href="http://www.backflip.com/add_page_pop.ihtml?url=http://msexchangeteam.com/archive/2009/06/03/451539.aspx&amp;title=Troubleshooting Unified Messaging: New White Paper" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/backflip4.png"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to blinkbits!" onmouseout="mOut(this)" href="http://www.blinkbits.com/bookmarklets/save.php?v=1&amp;source_url=http://msexchangeteam.com/archive/2009/06/03/451539.aspx&amp;title=Troubleshooting Unified Messaging: New White Paper" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blinkbit4.png"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to blogmemes" onmouseout="mOut(this)" href="http://www.blogmemes.net/post.php?url=http://msexchangeteam.com/archive/2009/06/03/451539.aspx&amp;title=Troubleshooting Unified Messaging: New White Paper" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blogmemes4.png"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to buddymark" onmouseout="mOut(this)" href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://msexchangeteam.com/archive/2009/06/03/451539.aspx&amp;bookmark_title=Troubleshooting Unified Messaging: New White Paper" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to complore" onmouseout="mOut(this)" href="http://complore.com?q=node/add/flexinode-5&amp;url=http://msexchangeteam.com/archive/2009/06/03/451539.aspx&amp;title=Troubleshooting Unified Messaging: New White Paper" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/complore4.png"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.icio.us" onmouseout="mOut(this)" href="http://del.icio.us/post?url=http://msexchangeteam.com/archive/2009/06/03/451539.aspx&amp;;title=Troubleshooting Unified Messaging: New White Paper" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.iri.ous!" onmouseout="mOut(this)" href="http://de.lirio.us/bookmarks/sbmtool?action=add&amp;address=http://msexchangeteam.com/archive/2009/06/03/451539.aspx&amp;title=Troubleshooting Unified Messaging: New White Paper" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to digg" onmouseout="mOut(this)" href="http://digg.com/submit?phase=2&amp;url=http://msexchangeteam.com/archive/2009/06/03/451539.aspx&amp;title=Troubleshooting Unified Messaging: New White Paper" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to dotnetkicks" onmouseout="mOut(this)" href="http://www.dotnetkicks.com/kick/?url=http://msexchangeteam.com/archive/2009/06/03/451539.aspx&amp;title=Troubleshooting Unified Messaging: New White Paper" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to furl" onmouseout="mOut(this)" href="http://www.furl.net/store?s=f&amp;to=0&amp;u=http://msexchangeteam.com/archive/2009/06/03/451539.aspx&amp;ti=Troubleshooting Unified Messaging: New White Paper" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to live" onmouseout="mOut(this)" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;mkt=en-us&amp;url=http://msexchangeteam.com/archive/2009/06/03/451539.aspx&amp;title=Troubleshooting Unified Messaging: New White Paper" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to magnolia!" onmouseout="mOut(this)" href="http://ma.gnolia.com/bookmarklet/add?url=http://msexchangeteam.com/archive/2009/06/03/451539.aspx&amp;title=Troubleshooting Unified Messaging: New White Paper" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/magnolia4.png"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to netvouz!" onmouseout="mOut(this)" href="http://netvouz.com/action/submitBookmark?url=http://msexchangeteam.com/archive/2009/06/03/451539.aspx&amp;title=Troubleshooting Unified Messaging: New White Paper" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/netvouz4.png"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to reddit!" onmouseout="mOut(this)" href="http://reddit.com/submit?url=http://msexchangeteam.com/archive/2009/06/03/451539.aspx&amp;title=Troubleshooting Unified Messaging: New White Paper" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to shadow" onmouseout="mOut(this)" href="http://www.shadows.com/bookmark/saveLink.rails?page=http://msexchangeteam.com/archive/2009/06/03/451539.aspx&amp;title=Troubleshooting Unified Messaging: New White Paper" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/shadows6.png"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to spurl" onmouseout="mOut(this)" href="http://www.spurl.net/spurl.php?v=3&amp;url=http://msexchangeteam.com/archive/2009/06/03/451539.aspx&amp;title=Troubleshooting Unified Messaging: New White Paper" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to technorati!" onmouseout="mOut(this)" href="http://technorati.com/faves/?add=http://msexchangeteam.com/archive/2009/06/03/451539.aspx&amp;title=Troubleshooting Unified Messaging: New White Paper" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to wists" onmouseout="mOut(this)" href="http://www.wists.com/?action=add&amp;url=http://msexchangeteam.com/archive/2009/06/03/451539.aspx&amp;title=Troubleshooting Unified Messaging: New White Paper" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/wists9.png"&gt;&lt;/a&gt; &lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to yahoo!" onmouseout="mOut(this)" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://msexchangeteam.com/archive/2009/06/03/451539.aspx&amp;t=Troubleshooting Unified Messaging: New White Paper" target="_blank"&gt;&lt;img border="0" src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png"&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/span&gt;&lt;img src="http://msexchangeteam.com/aggbug.aspx?PostID=451539" width="1" height="1"&gt;</description><category domain="http://msexchangeteam.com/archive/category/10058.aspx">Exchange 2007</category><category domain="http://msexchangeteam.com/archive/category/11157.aspx">Role: Unified Messaging</category><category domain="http://msexchangeteam.com/archive/category/3306.aspx">Troubleshooting</category></item><item><title>Journaling Considerations in Mixed Environments</title><link>http://msexchangeteam.com/archive/2009/06/01/451514.aspx</link><pubDate>Tue, 02 Jun 2009 00:35:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:451514</guid><dc:creator>Exchange</dc:creator><slash:comments>3</slash:comments><comments>http://msexchangeteam.com/comments/451514.aspx</comments><wfw:commentRss>http://msexchangeteam.com/commentrss.aspx?PostID=451514</wfw:commentRss><wfw:comment>http://msexchangeteam.com/rsscomments/451514.aspx</wfw:comment><description>&lt;p&gt;&lt;font size="2"&gt;Are you using Journaling in a mixed Exchange 2007 and Exchange 2003 environment? If yes, here are some mixed environment considerations you should be aware of.&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;h3&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;A Brief Overview of Journaling&lt;/font&gt;&lt;/font&gt;&lt;/h3&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;Exchange 2003 shipped with 3 different types of journaling:&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;li&gt;&lt;strong&gt;Message-only Journaling&lt;/strong&gt;: Sends just a copy of the email to the journal mailbox with all the P2 header information. This does not include BCC information, or members of a distribution group after the group is expanded. 
&lt;/li&gt;&lt;li&gt;&lt;strong&gt;BCC Journaling&lt;/strong&gt;: Similar to message-only journaling, but captures BCC information as well. 
&lt;/li&gt;&lt;li&gt;&lt;strong&gt;Envelope Journaling&lt;/strong&gt;: Captures all envelope (P1) header info, including BCC recipients, and expanded distribution group membership. A journal report is sent to the journal mailbox with the original message attached.&lt;/li&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/ol&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;Regardless of the journaling method used, you would need to enable an entire mailbox database for journaling, resulting in mail to and from all mailboxes on the database being journaled.&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;Exchange 2003 servers transmit journaling metadata between them in a special binary large object (BLOB) using the XEXCH50 extension during an SMTP conversation.&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;h3&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;Journaling in Exchange 2007&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/h3&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;In Exchange 2007, message-only journaling and Bcc journaling are no longer supported because they do not capture all the information necessary in today’s compliance-focused environments. The only option is envelope journaling. Journaling comes in 2 flavors:&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;li&gt;&lt;strong&gt;Standard Journaling&lt;/strong&gt;: Also known as per-Mailbox Database (per-MDB) journaling.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Premium Journaling&lt;/strong&gt;: Allows you to use Journal rules for more granular journaling.&lt;/li&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/ul&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;Both Standard and Premium Journaling are performed in transport by the Journal agent. In deployments where you use 3rd-party archival solutions, you can journal directly to an external (to the Exchange organization) SMTP address using a Contact. This allows you to deliver journal reports directly to the 3rd-party archival solution, rather than having to store them in an Exchange mailbox first and setting up Outlook rules to forward them.&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;The EXCH50 SMTP extension has also been deprecated in favor of X-headers.&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;When a message is journaled, the X-Ms-Exchange-Organization-Processed-By-Journaling header is added to it to avoid duplication of journal reports by other Hub Transport servers which may handle the message. Journal reports are stamped with the X-Ms-Exchange-Organization-Journal-Report header, to identify them as such, thus allowing them to bypass message size limits.&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;However, these improvements come with some special considerations for such environments.&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;h3&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;Location of Journaling Mailbox&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/h3&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;In mixed environments, you must locate the journaling mailbox (the mailbox to which Journal reports are delivered, specified in the msExchMessageJournalRecipient attribute of the mailbox database) on an Exchange 2003 server. If the journaling mailbox is located on an Exchange 2007 server, email sent from Exchange 2003 users will not contain the journal report but rather only a copy of the original email message. &lt;br&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;Why does this happen? When the sending Exchange 2003 server sees that either the recipient or the sender(s) has the journal recipient attribute populated for their mailbox database, it creates a pre-journal report. This is really just the beginning of the journal report (the metadata if you will). The actual creation of the journal report occurs on the Exchange server with the journal mailbox. 
&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;Due to the differences in the location of content conversion drivers in Exchange 2003 and Exchange 2007 (recall we moved the store driver to transport in exchange 2007 and due our conversion there or in Categorizer), Exchange 2007 Hub Transport expects a fully formed journal report. When we see the Exch50 blob with the exjournaldata info, we know the message has already been journaled and send it off to the journal mailbox as is.&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;To avoid this issue we recommend customers place their journal recipient mailbox on an Exchange 2003 server or utilize Journal rules.&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;h3&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;br&gt;Duplication of Journal Reports&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/h3&gt;
&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;If an Exchange 2007 mailbox sends an email to an Exchange 2003 mailbox and that email traverses 2 or more Hub Transport servers to get to the Exchange 2003 routing group, a duplicate journal report will be generated.&lt;br&gt;&lt;br&gt;Recall from earlier that Exchange 2003 reads journaling information about an email such as journal recipient location from the Exch50 blob. Although in Exchange 2007 we no longer use this blob, we still create it for backward compatibility with Exchange 2003.&lt;br&gt;&lt;br&gt;So consider when an email is submitted to a Hub Transport server, the journal agent fires and creates the journal report. However, since this HT sees that there is another Exchange 2007 HT in the routing path, it does not create the Exch50 blob. When the last hop HT gets the email, it sees that the next hop is to the legacy Exchange 2003 routing group, and creates the Exch50 blob. However, since the email has already been journaled (as evidenced by the x-header), the Exch50 blob does not contain the journal recipient list for Exchange 2003 to process, resulting in another journal report being created by the Exchange 2003 server.&lt;br&gt;&lt;br&gt;If due to space considerations, duplicate journal reports are not desirable, you can use the –SubmissionServerOverrideList of the Set-MailboxServer cmdlet to force your mailbox server to use the Exchange 2007 server specified as the Bridgehead on the Routing Group Connector.&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;

&lt;h3&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;Journal Reports Stuck in Submission Queue&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/h3&gt;
&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;Another issue we have been seeing in mixed environments is journal reports sent from Exchange 2003 stuck in the submission queue on Exchange 2007 Hub Transport servers. This issue is currently bugged and there should be a fix out for it soon.&lt;br&gt;&lt;br&gt;The reason? During S/TNEF to Base64 conversion, the size of a journal report message increases by the standard 33%. This may cause the journal report to exceed your organization’s message size limits.&amp;nbsp; However, since this is a journal report, we will never NDR it and it will stay in the submission queue.&lt;br&gt;&lt;br&gt;This is also a result of the different way in which Exchange 2003 sends out the journal report. In Exchange 2003, the journal report P2 FROM: header has the address of the original sender of the email, whereas in Exchange 2007 the journal report originates from “Microsoft Exchange“, which is a privileged sender and thus bypasses message size limits. &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;h3&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;Duplication of Journal reports when an expansion server is specified&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/h3&gt;
&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;This is not really a mixed mode journaling issue, but rather something to be aware of and a good example of how the Journaling agent fires in Exchange 2007. &lt;br&gt;&lt;br&gt;You create an Exchange2007 journal rule for a distribution group which has an Exchange 2007 Hub Transport server configured as the expansion server. When a user who is a member of the distribution group sends a message, it gets picked up by the submission service on a Hub Transport server in the same AD site as the Mailbox server. The Journaling agent on that server sees that the sender is a member of a journaled distribution group, and fires, creating a journal report. It then sees that the distribution group has another Hub Transport server configured as the expansion server, and forwards the message to that server for the distribution group to be expanded. The expansion server expands the distribution group, and the Journal agent fires again, creating another journal report for that message.&lt;br&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;This is by design. &lt;br&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;The Journaling agent fires on the OnSubmitted and OnRouted events in the transport pipeline. This ensures that if a transport agent or some other event (such as a distribution group expansion) modifies the envelope headers, these changes are captured in the journal report as well, maintaining compliance.&lt;br&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;In conclusion, the changes in Journaling in Exchange 2007 bring with it many advantages over its predecessor, but like any move forward, co-existing with the past brings with it some special considerations. &lt;br&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;-&lt;a href="/articles/451540.aspx"&gt;Tom Kern&lt;/a&gt; &lt;br&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;span class="sbmLink"&gt;
&lt;table cellpadding="1" cellspacing="1"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td class="sbmText"&gt;Share this post : &lt;/td&gt;
&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to backflip" onmouseout="mOut(this)" href="http://www.backflip.com/add_page_pop.ihtml?url=http://msexchangeteam.com/archive/2009/06/01/451514.aspx&amp;amp;title=Journaling%20Considerations%20in%20Mixed%20Environments" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/backflip4.png" border="0"&gt;&lt;/a&gt;
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to blinkbits!" onmouseout="mOut(this)" href="http://www.blinkbits.com/bookmarklets/save.php?v=1&amp;amp;source_url=http://msexchangeteam.com/archive/2009/06/01/451514.aspx&amp;amp;title=Journaling%20Considerations%20in%20Mixed%20Environments" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blinkbit4.png" border="0"&gt;&lt;/a&gt;
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to blogmemes" onmouseout="mOut(this)" href="http://www.blogmemes.net/post.php?url=http://msexchangeteam.com/archive/2009/06/01/451514.aspx&amp;amp;title=Journaling%20Considerations%20in%20Mixed%20Environments" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/blogmemes4.png" border="0"&gt;&lt;/a&gt;
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to buddymark" onmouseout="mOut(this)" href="http://buddymarks.com/s_add_bookmark.php?bookmark_url=http://msexchangeteam.com/archive/2009/06/01/451514.aspx&amp;amp;bookmark_title=Journaling%20Considerations%20in%20Mixed%20Environments" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/buddymar4.png" border="0"&gt;&lt;/a&gt;
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to complore" onmouseout="mOut(this)" href="http://complore.com?q=node/add/flexinode-5&amp;amp;url=http://msexchangeteam.com/archive/2009/06/01/451514.aspx&amp;amp;title=Journaling%20Considerations%20in%20Mixed%20Environments" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/complore4.png" border="0"&gt;&lt;/a&gt;
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.icio.us" onmouseout="mOut(this)" href="http://del.icio.us/post?url=http://msexchangeteam.com/archive/2009/06/01/451514.aspx&amp;amp;;title=Journaling%20Considerations%20in%20Mixed%20Environments" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliciou4.png" border="0"&gt;&lt;/a&gt;
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to del.iri.ous!" onmouseout="mOut(this)" href="http://de.lirio.us/bookmarks/sbmtool?action=add&amp;amp;address=http://msexchangeteam.com/archive/2009/06/01/451514.aspx&amp;amp;title=Journaling%20Considerations%20in%20Mixed%20Environments" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/deliriou4.png" border="0"&gt;&lt;/a&gt;
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to digg" onmouseout="mOut(this)" href="http://digg.com/submit?phase=2&amp;amp;url=http://msexchangeteam.com/archive/2009/06/01/451514.aspx&amp;amp;title=Journaling%20Considerations%20in%20Mixed%20Environments" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/digg14.png" border="0"&gt;&lt;/a&gt;
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to dotnetkicks" onmouseout="mOut(this)" href="http://www.dotnetkicks.com/kick/?url=http://msexchangeteam.com/archive/2009/06/01/451514.aspx&amp;amp;title=Journaling%20Considerations%20in%20Mixed%20Environments" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/CropperCapture154.jpg" border="0"&gt;&lt;/a&gt;
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to furl" onmouseout="mOut(this)" href="http://www.furl.net/store?s=f&amp;amp;to=0&amp;amp;u=http://msexchangeteam.com/archive/2009/06/01/451514.aspx&amp;amp;ti=Journaling%20Considerations%20in%20Mixed%20Environments" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/furl4.png" border="0"&gt;&lt;/a&gt;
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to live" onmouseout="mOut(this)" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;mkt=en-us&amp;amp;url=http://msexchangeteam.com/archive/2009/06/01/451514.aspx&amp;amp;title=Journaling%20Considerations%20in%20Mixed%20Environments" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/live4.png" border="0"&gt;&lt;/a&gt;
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to magnolia!" onmouseout="mOut(this)" href="http://ma.gnolia.com/bookmarklet/add?url=http://msexchangeteam.com/archive/2009/06/01/451514.aspx&amp;amp;title=Journaling%20Considerations%20in%20Mixed%20Environments" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/magnolia4.png" border="0"&gt;&lt;/a&gt;
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to netvouz!" onmouseout="mOut(this)" href="http://netvouz.com/action/submitBookmark?url=http://msexchangeteam.com/archive/2009/06/01/451514.aspx&amp;amp;title=Journaling%20Considerations%20in%20Mixed%20Environments" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/netvouz4.png" border="0"&gt;&lt;/a&gt;
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to reddit!" onmouseout="mOut(this)" href="http://reddit.com/submit?url=http://msexchangeteam.com/archive/2009/06/01/451514.aspx&amp;amp;title=Journaling%20Considerations%20in%20Mixed%20Environments" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/reddit4.png" border="0"&gt;&lt;/a&gt;
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to shadow" onmouseout="mOut(this)" href="http://www.shadows.com/bookmark/saveLink.rails?page=http://msexchangeteam.com/archive/2009/06/01/451514.aspx&amp;amp;title=Journaling%20Considerations%20in%20Mixed%20Environments" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/shadows6.png" border="0"&gt;&lt;/a&gt;
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to spurl" onmouseout="mOut(this)" href="http://www.spurl.net/spurl.php?v=3&amp;amp;url=http://msexchangeteam.com/archive/2009/06/01/451514.aspx&amp;amp;title=Journaling%20Considerations%20in%20Mixed%20Environments" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/spurl8.png" border="0"&gt;&lt;/a&gt;
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to technorati!" onmouseout="mOut(this)" href="http://technorati.com/faves/?add=http://msexchangeteam.com/archive/2009/06/01/451514.aspx&amp;amp;title=Journaling%20Considerations%20in%20Mixed%20Environments" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/technora4.png" border="0"&gt;&lt;/a&gt;
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to wists" onmouseout="mOut(this)" href="http://www.wists.com/?action=add&amp;amp;url=http://msexchangeteam.com/archive/2009/06/01/451514.aspx&amp;amp;title=Journaling%20Considerations%20in%20Mixed%20Environments" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/wists9.png" border="0"&gt;&lt;/a&gt;
&lt;/td&gt;&lt;td class="sbmDim" onmouseover="mOvr(this)" onmouseout="mOut(this)"&gt;&lt;a class="sbmDim" onmouseover="mOvr(this)" title="Post it to yahoo!" onmouseout="mOut(this)" href="http://myweb.yahoo.com/myresults/bookmarklet?u=http://msexchangeteam.com/archive/2009/06/01/451514.aspx&amp;amp;t=Journaling%20Considerations%20in%20Mixed%20Environments" target="_blank"&gt;&lt;img src="http://blogs.msdn.com/blogfiles/rahulso/WindowsLiveWriter/IconsfordifferentSocialBookmarkingSites_B387/yahoo9.png" border="0"&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/span&gt;&lt;img src="http://msexchangeteam.com/aggbug.aspx?PostID=451514" width="1" height="1"&gt;</description><category domain="http://msexchangeteam.com/archive/category/10058.aspx">Exchange 2007</category><category domain="http://msexchangeteam.com/archive/category/11155.aspx">Role: Hub Transport</category></item></channel></rss>