<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/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>Exchange Ideas - Daniel Kenyon-Smith : Outlook 2007</title><link>http://blogs.technet.com/danielkenyon-smith/archive/tags/Outlook+2007/default.aspx</link><description>Tags: Outlook 2007</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Exchange 2010 Q&amp;A</title><link>http://blogs.technet.com/danielkenyon-smith/archive/2009/09/06/exchange-2010-q-a.aspx</link><pubDate>Sun, 06 Sep 2009 18:43:47 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3279439</guid><dc:creator>danielke</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/danielkenyon-smith/comments/3279439.aspx</comments><wfw:commentRss>http://blogs.technet.com/danielkenyon-smith/commentrss.aspx?PostID=3279439</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;please Join me at this event to talk about Exchange 2010, you can &lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032424259&amp;amp;EventCategory=4&amp;amp;culture=en-GB&amp;amp;CountryCode=GB"&gt;register here&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3279439" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/danielkenyon-smith/archive/tags/Exchange+2003/default.aspx">Exchange 2003</category><category domain="http://blogs.technet.com/danielkenyon-smith/archive/tags/Exchange+2007/default.aspx">Exchange 2007</category><category domain="http://blogs.technet.com/danielkenyon-smith/archive/tags/Windows+2008/default.aspx">Windows 2008</category><category domain="http://blogs.technet.com/danielkenyon-smith/archive/tags/Windows+Mobile/default.aspx">Windows Mobile</category><category domain="http://blogs.technet.com/danielkenyon-smith/archive/tags/virtualisation/default.aspx">virtualisation</category><category domain="http://blogs.technet.com/danielkenyon-smith/archive/tags/Hyper-V/default.aspx">Hyper-V</category><category domain="http://blogs.technet.com/danielkenyon-smith/archive/tags/Event/default.aspx">Event</category><category domain="http://blogs.technet.com/danielkenyon-smith/archive/tags/E14/default.aspx">E14</category><category domain="http://blogs.technet.com/danielkenyon-smith/archive/tags/Outlook+2003/default.aspx">Outlook 2003</category><category domain="http://blogs.technet.com/danielkenyon-smith/archive/tags/Outlook+Client/default.aspx">Outlook Client</category><category domain="http://blogs.technet.com/danielkenyon-smith/archive/tags/PowerShell/default.aspx">PowerShell</category><category domain="http://blogs.technet.com/danielkenyon-smith/archive/tags/Outlook+2007/default.aspx">Outlook 2007</category><category domain="http://blogs.technet.com/danielkenyon-smith/archive/tags/Exchange+2010/default.aspx">Exchange 2010</category></item><item><title>CCR or Stretched CCR?</title><link>http://blogs.technet.com/danielkenyon-smith/archive/2009/08/07/ccr-or-stretched-ccr.aspx</link><pubDate>Fri, 07 Aug 2009 22:42:47 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3271610</guid><dc:creator>danielke</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/danielkenyon-smith/comments/3271610.aspx</comments><wfw:commentRss>http://blogs.technet.com/danielkenyon-smith/commentrss.aspx?PostID=3271610</wfw:commentRss><description>&lt;p&gt;Having spoke with a few customers about whether a local CCR and SCR is the best solution or a stretched CCR across 2 data centres I thought I'd write a post.&lt;/p&gt;  &lt;p&gt;There is no right and wrong answer to that question, in typical consulting style 'it depends'. There are various factors to take into consideration when designing the right solution for your customer:-&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Network Infrastructure such as data centre locations, network bandwidth, latency, redundant links (including switches) &lt;/li&gt;    &lt;li&gt;Customer requirements (do they require full site resilience without manual intervention) &lt;/li&gt;    &lt;li&gt;Cost &lt;/li&gt;    &lt;li&gt;Does the customer currently have the right skills to manage the environment &lt;/li&gt;    &lt;li&gt;How many copies or the database are required, (2 with a stretched cluster, 3 with CCR and SCR) &lt;/li&gt;    &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb124521.aspx"&gt;Can a 3rd data centre be used to host the File Share Witness (FSW)&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;There are also some factors to think about from the client side, such as DNS refresh. If the customer &lt;strong&gt;doesn't&lt;/strong&gt; have a stretched Virtual LAN (VLAN) between data centres, the cluster will be assigned 1 Network Name resource and 2 IP address resources (since both nodes are separate IP subnets).&amp;#160; When the the clustered mailbox server (CMS)fails over the CMS will be assigned a different IP. As part of the cluster configuration in Windows 2008 we recommend the default DNS TTL value for the CMS Network Name resource should be changed.&lt;/p&gt;  &lt;p&gt;By default the cluster service has a setting of 20mins, you need to be careful if you change the DNS TTL value through the DNS management console as this will be over written by the cluster settings. So if you want to change the default value from 20mins to our recommended setting of 5 mins you'll need to make the change through cluster administrator.&lt;/p&gt;  &lt;p&gt;In order to make this change you'll need Local Admin on each node in the cluster and have full control permission to the cluster.&lt;/p&gt;  &lt;p&gt;From a cmd prompt run - cluster.exe res &amp;lt;CMSNetworkNameResource&amp;gt; /priv HostRecordTTL=300 (where 300 is the recommended 5 mins as mentioned above)&lt;/p&gt;  &lt;p&gt;Take the cluster offline by running &lt;strong&gt;Stop-ClusteredMailboxServer&lt;/strong&gt; cmdlet in Power Shell&lt;/p&gt;  &lt;p&gt;Bring the cluster back online by running &lt;strong&gt;Start-ClusteredMailboxServer&lt;/strong&gt; cmdlet.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;I’ve listed below a few risks and how they can be mitigated if you do decide to go with a stretched CCR over CCR + SCR &lt;/p&gt;  &lt;table border="1" cellspacing="0" cellpadding="0"&gt;&lt;tbody&gt;     &lt;tr&gt;       &lt;td valign="top" width="308"&gt;         &lt;p&gt;&lt;b&gt;Risk&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="308"&gt;         &lt;p&gt;&lt;b&gt;Mitigation&lt;/b&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="308"&gt;         &lt;p&gt;File Share Witness (FSW) Location&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="308"&gt;         &lt;p&gt;Locate the FSW at an alternate location to provide additional resilience to the cluster&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="308"&gt;         &lt;p&gt;Client cache IP refresh interval&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="308"&gt;         &lt;p&gt;this can configured on the cluster in Windows 2008, or a stretched VLAN can used&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="308"&gt;         &lt;p&gt;Logical corruption of the databases&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="308"&gt;         &lt;p&gt;SCR would provide this feature, but take into consideration your &lt;a href="http://technet.microsoft.com/en-us/magazine/2006.10.failoverclusters.aspx?pr=blog"&gt;Recovery Time Objective&lt;/a&gt; (RTO)&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="308"&gt;         &lt;p&gt;Is the network link between physical locations resilient&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="308"&gt;         &lt;p&gt;Ensure there is alternate routes available&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="308"&gt;         &lt;p&gt;Does the network link between physical locations have low latency (below 50ms)&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="308"&gt;         &lt;p&gt;Test &lt;a href="http://www.wikihow.com/Test-Network-and-Internet-Latency-%28Lag%29-in-Microsoft-Windows"&gt;network latency&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="308"&gt;         &lt;p&gt;Network link between between physical locations has enough bandwidth&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="308"&gt;         &lt;p&gt;Test &lt;a href="http://en.wikipedia.org/wiki/Bandwidth_test"&gt;network bandwidth&lt;/a&gt;&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="308"&gt;         &lt;p&gt;Backup solution can backup any node in any physical location&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="308"&gt;         &lt;p&gt;ensure your chosen backup solution can back up both locations in the event of a site failure&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="308"&gt;         &lt;p&gt;Manual configuration required to control message routing within a data centre (&lt;a href="http://technet.microsoft.com/en-us/library/bb232193.aspx"&gt;SubmissionServerOverridelist&lt;/a&gt;)&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="308"&gt;         &lt;p&gt;Ensure your operational guides are up to date with how to configure mail routing&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="308"&gt;         &lt;p&gt;Control Client Access within a Datacentre&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="308"&gt;         &lt;p&gt;ISA Server&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="308"&gt;         &lt;p&gt;Querying of AD may take place across the data centre interconnect&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="308"&gt;         &lt;p&gt;None&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="308"&gt;         &lt;p&gt;Potential loss of email data in the event of a site failure&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="308"&gt;         &lt;p&gt;Email will be stored in the transport dumpster of the HT server in the failed site&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;      &lt;tr&gt;       &lt;td valign="top" width="308"&gt;         &lt;p&gt;Operational Management&lt;/p&gt;       &lt;/td&gt;        &lt;td valign="top" width="308"&gt;         &lt;p&gt;Having an in-depth understanding of cluster technology and Window 2008 and Exchange 2007 experience&lt;/p&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;Written by Daniel Kenyon-Smith&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3271610" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/danielkenyon-smith/archive/tags/Exchange+2007/default.aspx">Exchange 2007</category><category domain="http://blogs.technet.com/danielkenyon-smith/archive/tags/Windows+2008/default.aspx">Windows 2008</category><category domain="http://blogs.technet.com/danielkenyon-smith/archive/tags/Outlook+2003/default.aspx">Outlook 2003</category><category domain="http://blogs.technet.com/danielkenyon-smith/archive/tags/Outlook+Client/default.aspx">Outlook Client</category><category domain="http://blogs.technet.com/danielkenyon-smith/archive/tags/Outlook+2007/default.aspx">Outlook 2007</category></item><item><title>Mini Series - Improve User Experience III</title><link>http://blogs.technet.com/danielkenyon-smith/archive/2009/03/09/mini-series-improve-user-experience-iii.aspx</link><pubDate>Mon, 09 Mar 2009 13:35:47 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3210717</guid><dc:creator>danielke</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/danielkenyon-smith/comments/3210717.aspx</comments><wfw:commentRss>http://blogs.technet.com/danielkenyon-smith/commentrss.aspx?PostID=3210717</wfw:commentRss><description>&lt;p&gt;&lt;b&gt;Sending E-Mail to OneNote&lt;/b&gt;    &lt;br /&gt;To send an e-mail message to Microsoft Office OneNote 2007:    &lt;br /&gt;1. In your Microsoft Office Outlook 2007 Inbox, open the e-mail message that you want to send to OneNote.    &lt;br /&gt;2. Click the &lt;b&gt;Send to OneNote&lt;/b&gt; button.    &lt;br /&gt;3. Switch to the &lt;b&gt;Unfiled Notes&lt;/b&gt; section of OneNote to find the e-mail message.    &lt;br /&gt;4. Drag the page that contains the e-mail message to where you want it in your notebook.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Written by Daniel Kenyon-Smith&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3210717" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/danielkenyon-smith/archive/tags/Outlook+2007/default.aspx">Outlook 2007</category><category domain="http://blogs.technet.com/danielkenyon-smith/archive/tags/Office+2007/default.aspx">Office 2007</category><category domain="http://blogs.technet.com/danielkenyon-smith/archive/tags/One+Note+2007/default.aspx">One Note 2007</category></item></channel></rss>