<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Troubleshooting Exchange</title>
	<atom:link href="http://exchangemaster.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://exchangemaster.wordpress.com</link>
	<description>Exchange Log</description>
	<lastBuildDate>Mon, 20 May 2013 14:50:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='exchangemaster.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Troubleshooting Exchange</title>
		<link>http://exchangemaster.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://exchangemaster.wordpress.com/osd.xml" title="Troubleshooting Exchange" />
	<atom:link rel='hub' href='http://exchangemaster.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Quick Exchange 2013 DAG Setup Guide</title>
		<link>http://exchangemaster.wordpress.com/2013/05/16/quick-exchange-2013-dag-setup-guide/</link>
		<comments>http://exchangemaster.wordpress.com/2013/05/16/quick-exchange-2013-dag-setup-guide/#comments</comments>
		<pubDate>Thu, 16 May 2013 21:05:44 +0000</pubDate>
		<dc:creator>Andrew S Higginbotham</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Exchange 2013]]></category>
		<category><![CDATA[Server 2012]]></category>
		<category><![CDATA[DAG]]></category>
		<category><![CDATA[Database Availability Group]]></category>

		<guid isPermaLink="false">http://exchangemaster.wordpress.com/?p=1119</guid>
		<description><![CDATA[Background: Had a co-worker ask for some basic DAG setup instructions in Exchange 2013 so I wrote a quick little guide. This covers the high points around creating the DAG as well as configuring the DAG member NICs &#38; networks. &#8230; <a href="http://exchangemaster.wordpress.com/2013/05/16/quick-exchange-2013-dag-setup-guide/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&#038;blog=10618152&#038;post=1119&#038;subd=exchangemaster&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="text-align:left;" align="center"><b><span style="text-decoration:underline;">Background:</span></b></p>
<p style="text-align:left;" align="center">Had a co-worker ask for some basic DAG setup instructions in Exchange 2013 so I wrote a quick little guide. This covers the high points around creating the DAG as well as configuring the DAG member NICs &amp; networks.</p>
<p><b><span style="text-decoration:underline;">Step 1 &#8211; Pre-Stage DAG Computer Account</span></b><br />
<a href="http://technet.microsoft.com/en-us/library/ff367878.aspx">Reference</a>. When deploying a DAG on Exchange Servers running Server 2012 you need to pre-stage the DAG computer account. The above link points to the official TechNet article for doing this but here are the basics of it:</p>
<ul>
<li>Create a Computer Account in AD with the name of the DAG. For example, DAG-A.</li>
<li>Disable the Computer Account.</li>
<li>In Active Directory Users &amp; Computers click View&gt;Advanced Features. Go to the Computer Account &amp; select Properties&gt;Security tab.</li>
<li>From here you have two options; either Grant the Exchange Trusted Subsystem Full Control permissions to the DAG Computer Account or give the Computer Account of the first node you plan to join to the DAG Full Control permissions over the DAG Computer Account Object.</li>
<li><a href="http://technet.microsoft.com/en-us/library/dd298065(v=exchg.150).aspx">Reference2</a></li>
</ul>
<p><b><span style="text-decoration:underline;">Step 2 – Configure DAG NIC’s<br />
</span></b><a href="http://blogs.technet.com/b/scottschnoll/archive/2012/10/01/storage-high-availability-and-site-resilience-in-exchange-server-2013-part-2.aspx">Reference</a>. Exchange 2013 performs automatic DAG network configuration depending on how the NIC’s are configured. This means if the NIC’s are configured correctly then you should not have to manually collapse the DAG Networks post DAG Setup. Upon adding the nodes to the DAG, it looks for the following properties on the NICs &amp; makes a decision based on them:</p>
<ul>
<li>NIC Binding Order</li>
<li>Default Gateway Present</li>
<li>Register DNS Checked</li>
</ul>
<p>The DAG needs to separate MAPI/Public networks from Replication networks. This enables the DAG to properly utilize a network that the administrator has provisioned for Replication traffic &amp; to only use the MAPI/Public networks for Replication if the Replication networks are down.</p>
<p>You want your MAPI/Public NICs to be top of the binding order in the OS &amp; any Replication, Management, Backup, or iSCSI networks at the bottom of the binding order. This is a Core Windows Networking best practice as well as what the DAG looks for when trying to determine which NIC’s will be associated with the MAPI/Public DAG Networks.</p>
<p>The DAG also looks for the presence of a Default Gateway on the MAPI/DAG network NIC. Going along with another Windows Networking best practice, you should only have 1 Default Gateway configured in a Windows OS. If you have additional networks with different subnets on the DAG nodes then you would need to add static routes on each of the nodes using NETSH. <b>More on this later</b>.</p>
<p>Finally, <i>NIC Properties&gt;IPv4 Properties&gt;Advanced&gt;DNS&gt;Register this connection’s addresses in DNS</i> should be unchecked on all adapters except for the MAPI/Public NICs. This means all Replication, iSCSI, dedicated backup or management NICs should have this option unchecked. Again, this is a Windows Networking best practice but is vital for proper Automatic DAG Network Configuration in Exchange 2013.</p>
<p><b><span style="text-decoration:underline;">Step 3 – Configure Routing if Needed (optional depending on DAG design)<br />
</span></b>If your DAG stretches subnets &amp; you’re using dedicated Replication networks then they should be on their own subnet isolated from the MAPI/Public network. A common setup for a network such as this might be:</p>
<p><b>Site-Austin:</b><br />
MAPI Network 192.168.1.0/24; Default Gateway 192.168.1.254<br />
Replication Network 10.0.1.0/24; Default Gateway $Null</p>
<p><b>Site-Houston:</b><br />
MAPI Network 192.168.2.0/24; Default Gateway 192.168.2.254<br />
Replication Network 10.0.2.0/24; Default Gateway $Null</p>
<p>Now with the above configuration you would have some form of routing taking place between the two MAPI subnets. You would also have routing between the two Replication subnets. However, because you should only have 1 Default Gateway configured per server, DAG nodes in each site would be unable to communicate with each other over the Replication networks. This is where static routes come into play. You would run the following commands on the nodes to allow them to ping across to each other between the 10.0.1.x &amp; 10.0.2.x networks (in the below example, REPL is the name of each node’s Replication NIC):</p>
<p><b>On Nodes in Site-Austin:</b> “netsh interface ip add route 10.0.2.0/24 “REPL” 0.0.0.0”</p>
<p><b>On Nodes in Site-Houston:</b> “netsh interface ip add route 10.0.1.0/24 “REPL” 0.0.0.0”</p>
<p>This is the preferred format for this command. There are some references to using the local interface IP instead of 0.0.0.0 but the format I use above is what is recommended by the Windows Networking Team. <a href="http://blogs.technet.com/b/askcore/archive/2009/05/26/active-route-gets-removed-on-windows-2008-failover-cluster-ip-address-offline.aspx">Reference</a>.</p>
<p><i>“</i><i>According to our Networking Development Groups, the recommendation actually is that on-link routes should be added with a 0.0.0.0 entry for the next hop, not with the local address (particularly because the local address might be deleted) and with the interface specified.”</i></p>
<p>This all assumes there is physical routing in place between the two subnets, like a Router, layer 3 Switch, or a shared virtual network in Hyper-V/ESX.</p>
<p>Verify connectivity between nodes over these 10.0.x.x networks using Tracert or Pathping. Note that these steps are only required if your DAG spans subnets &amp; has replication networks in different subnets. While it technically should work, it is not recommended to stretch subnets for DAG Networks across the WAN.</p>
<p>It should also be noted that there should be no routing between the MAPI Networks &amp; the Replication Networks. They should be on isolated networks that have no contact with each other. Also, Microsoft wants no greater than 500ms round trip latency between DAG nodes when you have DAG members across latent network connections. It&#8217;s important for customers to realize that you should not set your expectations around this number alone. You could easily have a connection over 500ms &amp; not experience copy queues if you have only 20 mailboxes with low usage profiles. Alternatively, you could have a connection with only 50ms of round-trip latency but see high copy queues if you have thousands of high-usage mailboxes &amp; a small bandwidth pipe. Just know that this number is not an end all be all.</p>
<p><b><span style="text-decoration:underline;">Step 4 – Create DAG &amp; Add Nodes<br />
</span></b>This part is pretty straightforward &amp; you can use the EAC to do it. Just remember to give the DAG an IP address in every MAPI subnet where you have DAG nodes. So in our scenario above you would give the DAG 2 IP addresses; one in the 192.168.1.0 subnet &amp; another in the 192.168.2.0 subnet.<b></b></p>
<p><b><span style="text-decoration:underline;">Step 5 – Manually configure DAG Networks if needed<br />
</span></b><a href="http://blogs.technet.com/b/scottschnoll/archive/2012/10/01/storage-high-availability-and-site-resilience-in-exchange-server-2013-part-2.aspx">Reference</a>. If you have dedicated management networks, dedicated backup networks, or iSCSI NIC’s then you would actually have to perform some manual steps after your DAG is setup. These networks should be ignored by the DAG &amp; for cluster use. In order to do this we must first enable Manual DAG Network Configuration, which is disabled by default. We would then need to configure the iSCSI or similar network to be ignored by the cluster. Perform the following steps:</p>
<ul>
<li>Get-DatabaseAvailabilityGroup</li>
<li>Set-DatabaseAvailabilityGroup &lt;DAGName&gt; -ManualDagNetworkConfiguration:$True</li>
<li>Get-DatabaseAvailabilityGroupNetwork</li>
<li>Set-DatabaseAvailabilityGroupNetwork &lt;iSCSI/Backup/Mgmt NetworkName&gt; -IgnoreNetwork:$True</li>
</ul>
<p>Finally, let’s validate everything. Run the below command:</p>
<p>Get-DatabaseAvailabilityGroupNetwork | Format-List Identity,ReplicationEnabled,IgnoreNetwork</p>
<p>Verify that the iSCSI/Backup/Mgmt networks have IgnoreNetwork set to True (the MAPI &amp; Replication networks should have this set to False). Also verify that the Replication Networks have ReplicationEnabled set to True. Finally, verify that the MAPI network has ReplicationEnabled set to False. This prevents the MAPI network from being used for Replication by default. It can still be used for Replication if all other possible replication paths go down.</p>
<p><b><span style="text-decoration:underline;">References:<br />
</span></b><a href="http://technet.microsoft.com/en-us/library/ff367878.aspx">http://technet.microsoft.com/en-us/library/ff367878.aspx</a></p>
<p><a href="http://technet.microsoft.com/en-us/library/dd298065(v=exchg.150).aspx">http://technet.microsoft.com/en-us/library/dd298065(v=exchg.150).aspx</a></p>
<p><a href="http://blogs.technet.com/b/scottschnoll/archive/2012/10/01/storage-high-availability-and-site-resilience-in-exchange-server-2013-part-2.aspx">http://blogs.technet.com/b/scottschnoll/archive/2012/10/01/storage-high-availability-and-site-resilience-in-exchange-server-2013-part-2.aspx</a></p>
<p><a href="http://blogs.technet.com/b/askcore/archive/2009/05/26/active-route-gets-removed-on-windows-2008-failover-cluster-ip-address-offline.aspx">http://blogs.technet.com/b/askcore/archive/2009/05/26/active-route-gets-removed-on-windows-2008-failover-cluster-ip-address-offline.aspx</a></p>
<p><a href="http://technet.microsoft.com/en-us/library/dd298008(v=exchg.141).aspx">http://technet.microsoft.com/en-us/library/dd298008(v=exchg.141).aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/exchangemaster.wordpress.com/1119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/exchangemaster.wordpress.com/1119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&#038;blog=10618152&#038;post=1119&#038;subd=exchangemaster&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://exchangemaster.wordpress.com/2013/05/16/quick-exchange-2013-dag-setup-guide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8f6e257eb612e486ac0f62ea8fe9f427?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">andrewshigginbotham</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating Custom DLP Classification Rules and Policy</title>
		<link>http://exchangemaster.wordpress.com/2013/05/15/creating-custom-dlp-classification-rules-and-policy/</link>
		<comments>http://exchangemaster.wordpress.com/2013/05/15/creating-custom-dlp-classification-rules-and-policy/#comments</comments>
		<pubDate>Wed, 15 May 2013 21:03:45 +0000</pubDate>
		<dc:creator>Jedi Hammond</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2013]]></category>
		<category><![CDATA[Office365]]></category>
		<category><![CDATA[DLP]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">https://exchangemaster.wordpress.com/?p=1116</guid>
		<description><![CDATA[When at first I was looking into this the TechNet documentation was extensive and yet not as specific as I would prefer, so here is the quick and dirty DLP classification! Creating and importing custom Classifications First you need to &#8230; <a href="http://exchangemaster.wordpress.com/2013/05/15/creating-custom-dlp-classification-rules-and-policy/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&#038;blog=10618152&#038;post=1116&#038;subd=exchangemaster&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>When at first I was looking into this the TechNet documentation was extensive and yet not as specific as I would prefer, so here is the quick and dirty DLP classification!</p>
<h3>Creating and importing custom Classifications</h3>
<ol>
<li>First you need to create your custom policy XML (Example Below)
<li>Save as XML Unicode file type (<font style="background-color:#cccccc;">C:\MyNewPolicy.xml</font>)
<li>Open the XML in internet explorer if its formatted correctly you will see the XML.
<li>Then import with Powershell<br /><em><font style="background-color:#cccccc;">New-ClassificationRuleCollection –FileData ([Byte[]]$(Get-Content -path C:\MyNewPolicy.xml -Encoding byte -ReadCount 0))</font></em>
<li>Once its imported you should be able to create a new DLP policy using the EAC</li>
</ol>
<h3>Creating a custom DLP Rule</h3>
<ol>
<li>Login to EAC (i.e <a href="https://mail.domain.com/ecp">https://mail.domain.com/ecp</a>)
<li>Click <strong>Compliance Management</strong>, <strong>data loss prevention</strong>
<li>Click the Plus<a href="http://exchangemaster.files.wordpress.com/2013/05/image.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://exchangemaster.files.wordpress.com/2013/05/image_thumb.png?w=20&#038;h=16" width="20" height="16"></a> , then <strong>New custom policy<br /></strong><a href="http://exchangemaster.files.wordpress.com/2013/05/image1.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://exchangemaster.files.wordpress.com/2013/05/image_thumb1.png?w=552&#038;h=213" width="552" height="213"></a>
<li>Name your policy and Choose your mode (I like to test with Policy tags), and click <strong>Save</strong><br /><a href="http://exchangemaster.files.wordpress.com/2013/05/image2.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://exchangemaster.files.wordpress.com/2013/05/image_thumb2.png?w=368&#038;h=379" width="368" height="379"></a>
<li>Select the policy and click the <a href="http://exchangemaster.files.wordpress.com/2013/05/image3.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://exchangemaster.files.wordpress.com/2013/05/image_thumb3.png?w=21&#038;h=22" width="21" height="22"></a> edit your new policy
<li>Select <strong>Rules</strong> from the left
<li>Click the <a href="http://exchangemaster.files.wordpress.com/2013/05/image4.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;margin:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://exchangemaster.files.wordpress.com/2013/05/image_thumb4.png?w=20&#038;h=15" width="20" height="15"></a>to <strong>Create a new rule</strong>
<li>On the <strong>Apply this rule if</strong> field choose <strong>The message contains Sensitive information..</strong>
<li>Click <strong><font color="#0000ff"><u>*Select sensitive information types&#8230;..</u></font></strong> (if applicable)
<li>Click the <a href="http://exchangemaster.files.wordpress.com/2013/05/image5.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;margin:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://exchangemaster.files.wordpress.com/2013/05/image_thumb5.png?w=20&#038;h=15" width="20" height="15"></a>to choose from the list,
<li>You should now see your new classification (from the example below it would be Secure Product Codes\ DLP by Exchangemasters.info)</li>
</ol>
<p><a href="http://exchangemaster.files.wordpress.com/2013/05/image6.png"><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://exchangemaster.files.wordpress.com/2013/05/image_thumb6.png?w=600&#038;h=623" width="600" height="623"></a></p>
<h3>Useful Tools</h3>
<ul>
<li>Regex &#8211; <a href="http://gskinner.com/RegExr/">http://gskinner.com/RegExr/</a>
<li>GUID creator &#8211; <a href="http://www.guidgenerator.com/online-guid-generator.aspx">http://www.guidgenerator.com/online-guid-generator.aspx</a>
<li>Technet &#8211; <a title="http://technet.microsoft.com/en-us/library/jj674704(v=exchg.150).aspx" href="http://technet.microsoft.com/en-us/library/jj674704(v=exchg.150).aspx">http://technet.microsoft.com/en-us/library/jj674704(v=exchg.150).aspx</a></li>
</ul>
<p>&nbsp;</p>
<h3 align="left">Example of a Rule Classification XML</h3>
<blockquote><p style="margin:0;line-height:normal;"><font face="Calibri"><font style="font-size:11pt;background-color:#cccccc;" color="#000000">&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-16&#8243;?&gt;</font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font style="font-size:11pt;background-color:#cccccc;" color="#000000">&lt;RulePackage xmlns=&#8221;<a href="http://schemas.microsoft.com/office/2011/mce&#8221;&#038;gt" rel="nofollow">http://schemas.microsoft.com/office/2011/mce&#8221;&#038;gt</a>;</font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font style="font-size:11pt;background-color:#cccccc;" color="#000000">&nbsp;</font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp; </font></span><font style="font-size:11pt;">&lt;RulePack id=&#8221;b4b4c60e-2ff7-47b2-a672-86e36cf608be&#8221;&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;Version major=&#8221;1&#8243; minor=&#8221;0&#8243; build=&#8221;0&#8243; revision=&#8221;0&#8243;/&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;Publisher id=&#8221;7ea13c35-0e58-472a-b864-5f2e717edec6&#8243;/&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;Details defaultLangCode=&#8221;en-us&#8221;&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font style="background-color:#cccccc;"><font face="Calibri"><font color="#000000"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;Localized</font></font></font><font face="Calibri"><font color="#000000"><font style="font-size:11pt;">Details langcode=&#8221;en-us&#8221;&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;PublisherName&gt;DLP by Exchangemasters.info&lt;/PublisherName&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;Name&gt;Secure Product Codes&lt;/Name&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;Description&gt;Secure Products&lt;/Description&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;/LocalizedDetails&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;/Details&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp; </font></span><font style="font-size:11pt;">&lt;/RulePack&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font style="font-size:11pt;background-color:#cccccc;" color="#000000">&nbsp;</font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp; </font></span><font style="font-size:11pt;">&lt;Rules&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font style="font-size:11pt;background-color:#cccccc;" color="#000000">&nbsp;</font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;!&#8211; Product Code &#8211;&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;Entity id=&#8221;acc59528-ff01-433e-aeee-13ca8aaee159&#8243; patternsProximity=&#8221;300&#8243; recommendedConfidence=&#8221;75&#8243;&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;Pattern confidenceLevel=&#8221;75&#8243;&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;IdMatch idRef=&#8221;Regex_Product_Code&#8221; /&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;Match idRef=&#8221;Code&#8221; /&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;/Pattern&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;/Entity&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font style="font-size:11pt;background-color:#cccccc;" color="#000000">&nbsp;</font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;Regex id=&#8221;Regex_Product_Code&#8221;&gt;[A-Z]{3}[0-9]{9}</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font style="font-size:11pt;background-color:#cccccc;" color="#000000">&lt;/Regex&gt;</font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;Keyword id=&#8221;Code&#8221;&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;Group matchStyle=&#8221;word&#8221;&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;Term&gt;Code&lt;/Term&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;/Group&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;/Keyword&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font style="font-size:11pt;background-color:#cccccc;" color="#000000">&nbsp;</font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font style="font-size:11pt;background-color:#cccccc;" color="#000000">&nbsp;</font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;LocalizedStrings&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font style="font-size:11pt;background-color:#cccccc;" color="#000000">&nbsp;</font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;Resource idRef=&#8221;acc59528-ff01-433e-aeee-13ca8aaee159&#8243;&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;Name default=&#8221;true&#8221; langcode=&#8221;en-us&#8221;&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">Product Code</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;/Name&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;Description default=&#8221;true&#8221; langcode=&#8221;en-us&#8221;&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">A custom classification for detecting product codes that have 3 uppercase letters and 9 numbers</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;/Description&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;/Resource&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font style="font-size:11pt;background-color:#cccccc;" color="#000000">&nbsp;</font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp;&nbsp;&nbsp; </font></span><font style="font-size:11pt;">&lt;/LocalizedStrings&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font color="#000000"><font style="background-color:#cccccc;"><span><font style="font-size:11pt;">&nbsp; </font></span><font style="font-size:11pt;">&lt;/Rules&gt;</font></font></font></font></p>
<p style="margin:0;line-height:normal;"><font face="Calibri"><font style="font-size:11pt;background-color:#cccccc;" color="#000000">&lt;/RulePackage&gt;</font></font></p>
</blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/exchangemaster.wordpress.com/1116/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/exchangemaster.wordpress.com/1116/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&#038;blog=10618152&#038;post=1116&#038;subd=exchangemaster&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://exchangemaster.wordpress.com/2013/05/15/creating-custom-dlp-classification-rules-and-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d46fa0ba7d34193bfe759d6c5786cfa3?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">atkjedi</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2013/05/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2013/05/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2013/05/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2013/05/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2013/05/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2013/05/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2013/05/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>New behavior in Outlook 2013 causing certificate errors in some environments</title>
		<link>http://exchangemaster.wordpress.com/2013/05/07/new-behavior-in-outlook-2013-causing-certificate-errors-in-some-environments/</link>
		<comments>http://exchangemaster.wordpress.com/2013/05/07/new-behavior-in-outlook-2013-causing-certificate-errors-in-some-environments/#comments</comments>
		<pubDate>Tue, 07 May 2013 19:08:41 +0000</pubDate>
		<dc:creator>Andrew S Higginbotham</dc:creator>
				<category><![CDATA[2007]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Exchange 2013]]></category>
		<category><![CDATA[Office365]]></category>
		<category><![CDATA[SBS 2008]]></category>
		<category><![CDATA[SBS 2011]]></category>
		<category><![CDATA[Autodiscover]]></category>
		<category><![CDATA[Certificate]]></category>
		<category><![CDATA[certificate error]]></category>
		<category><![CDATA[outlook 2013]]></category>
		<category><![CDATA[pop-up]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[service connection point]]></category>
		<category><![CDATA[warning]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://exchangemaster.wordpress.com/?p=1091</guid>
		<description><![CDATA[Background: I originally discovered this issue back in early Feb &#38; let a couple people on the Exchange Product Team know about it via the TAP but it seems to be affecting more customers than initially thought so I thought &#8230; <a href="http://exchangemaster.wordpress.com/2013/05/07/new-behavior-in-outlook-2013-causing-certificate-errors-in-some-environments/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&#038;blog=10618152&#038;post=1091&#038;subd=exchangemaster&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><b>Background:</b></p>
<p>I originally discovered this issue back in early Feb &amp; let a couple people on the Exchange Product Team know about it via the TAP but it seems to be affecting more customers than initially thought so I thought I’d share.</p>
<p>In Outlook 2007 through Outlook 2010 all domain-joined Outlook clients would initially query Active Directory for AutoDiscover information &amp; ultimately find a Service Connection Point (SCP) value that would point them to their nearest Client Access Server&#8217;s AutoDiscover virtual directory. If that failed then they would revert to using DNS like any non-domain-joined Outlook client. The order of this non-domain-joined lookup is as follows:</p>
<p><a href="https://company.com/autodiscover/autodiscover.xml">https://company.com/autodiscover/autodiscover.xml</a></p>
<p><a href="https://autodiscover.company.com/autodiscover/autodiscover.xml">https://autodiscover.company.com/autodiscover/autodiscover.xml</a></p>
<p>Local XML File</p>
<p><a href="http://company.com/autodiscover/autodiscover.xml">http://company.com/autodiscover/autodiscover.xml</a> (looking for a redirect website)</p>
<p>SCP AutoDiscover Record</p>
<p>Why it ever looked to <a href="https://company.com/autodiscover/autodiscover.xml">https://company.com/autodiscover/autodiscover.xml</a> I’ll never really know because honestly I’ve never come across a customer who had it deployed that way; most have <a href="https://autodiscover.company.com/autodiscover/autodiscover.xml">https://autodiscover.company.com/autodiscover/autodiscover.xml</a> but I imagine when Exchange 2007 was first being developed they weren’t exactly sure how customers would be implementing AutoDiscover.</p>
<p><b>Issue:</b></p>
<p>The above methods have served us well since Exchange 2007 timeframe but for some reason the Outlook team decided to try &amp; implement some giddyup into Outlook &amp; try to speed up the process. They decided to have domain-joined Outlook 2013 clients query both the SCP values in AD as well as the DNS records at the same time. If an SCP record was found it would still be used but in the event it failed then it would already have the DNS response ready to go. Great idea, however there’s one problem in the implementation.</p>
<p>If Outlook 2013 encounters any kind of Certificate error while doing the simultaneous DNS query then you will receive a pop-up in Outlook about the cert.</p>
<p>I actually stumbled upon this while in the middle of the scenario below:</p>
<p><a href="http://exchangemaster.files.wordpress.com/2013/05/error.jpg"><img class="aligncenter size-full wp-image-1093" alt="error" src="http://exchangemaster.files.wordpress.com/2013/05/error.jpg?w=908"   /></a></p>
<p>That’s right, I actually get a certificate pop-up for my lab’s domain name (ash15.com) &amp; not autodiscover.ash15.com like one would expect if I were to have a certificate issue on Exchange.</p>
<p>When Outlook 2013 does it’s simultaneous DNS AutoDiscover query the first URL it tries is <a href="https://company.com/autodiscover/autodiscover.xml">https://company.com/autodiscover/autodiscover.xml</a>, which in my lab environment resolved to my Domain Controller, which was also serving DNS, as well as a Certificate Authority. Ash15.com resolved to this server because it’s my internal Active Directory domain name &amp; the name server entry resolves to my DC (just ping internaldomainname.local in your AD lab environment &amp; you’ll see the same thing).</p>
<p>Now because I have web enrollment enabled &amp; am listening on 443 in IIS the server responded. Also, because I did not have a cert installed on the server with ash15.com in the Subject or Subject Alternative Name then it gave the certificate error we see above.</p>
<p><b>Resolution:</b></p>
<p>The error is easy enough to get through &amp; it only occurred on initial profile creation but this can definitely prove painful for some customers. Obviously my lab environment is a corner case but there have been several other customers report this issue with Outlook 2013 as well.</p>
<p>Here’s an example scenario.</p>
<p>Imagine you have a public website for andrewswidgets.com hosted by a third-party hosting site &amp; you did not pay for HTTPS/443 services. However if you were to query the website using https then it could respond &amp; obviously not return a certificate with andrewswidgets.com on it (because you haven’t paid for it you cheapskate…). Now imagine you begin deploying users using Outlook 2013 in your internal environment. In the past, they would have found the SCP record that would have pointed them to your internal Exchange 07/10/13 server for AutoDiscover &amp; would have been happy as a clam (one Exchange Product Manager’s favorite way to describe Exchange bliss). However, now they may get a certificate pop-up for andrewswidgets.com when creating a new profile.</p>
<p>There are a couple ways around this. Make sure andrewswidgets.com doesn’t listen on 443, or possibly get a proper cert on your website that is listening on 443. Simply put, just make sure whatever andrewswidgets.com resolves to is something that’s not going to throw a certificate error.</p>
<p>I’ve heard nothing concrete or public but the Outlook team is aware of the issue &amp; listening to customer feedback. I suggest contacting Microsoft Support if your organization is running into this issue.</p>
<p>&nbsp;</p>
<p>Also, <a href="http://support.microsoft.com/default.aspx?scid=kb%3bEN-US%3b2612922">this KB</a> offers methods to control which AutoDiscover methods are used by your Outlook clients</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/exchangemaster.wordpress.com/1091/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/exchangemaster.wordpress.com/1091/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&#038;blog=10618152&#038;post=1091&#038;subd=exchangemaster&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://exchangemaster.wordpress.com/2013/05/07/new-behavior-in-outlook-2013-causing-certificate-errors-in-some-environments/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8f6e257eb612e486ac0f62ea8fe9f427?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">andrewshigginbotham</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2013/05/error.jpg" medium="image">
			<media:title type="html">error</media:title>
		</media:content>
	</item>
		<item>
		<title>How to use Eseutil.exe to perform actions while databases are online</title>
		<link>http://exchangemaster.wordpress.com/2013/04/30/how-to-use-eseutil-exe-to-perform-actions-while-database-are-online/</link>
		<comments>http://exchangemaster.wordpress.com/2013/04/30/how-to-use-eseutil-exe-to-perform-actions-while-database-are-online/#comments</comments>
		<pubDate>Tue, 30 Apr 2013 22:37:09 +0000</pubDate>
		<dc:creator>Ron He</dc:creator>
				<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://exchangemaster.wordpress.com/?p=1075</guid>
		<description><![CDATA[Some new tricks I learned today on good old Esetuil.exe tool in Exchange 2010 SP3 and Exchange 2013. We all know, when database is online and mounted, you won&#8217;t be able to perform any actions with Eseutil.exe. For example, Get-MailboxDatabaseCopyStatus &#8230; <a href="http://exchangemaster.wordpress.com/2013/04/30/how-to-use-eseutil-exe-to-perform-actions-while-database-are-online/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&#038;blog=10618152&#038;post=1075&#038;subd=exchangemaster&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Some new tricks I learned today on good old Esetuil.exe tool in Exchange 2010 SP3 and Exchange 2013.</p>
<p>We all know, when database is online and mounted, you won&#8217;t be able to perform any actions with Eseutil.exe.<br />
For example,</p>
<p>Get-MailboxDatabaseCopyStatus returns<br />
<img alt="" src="http://exchangemaster.files.wordpress.com/2013/04/1.jpg?w=908" /></p>
<p>Database e15db3 is mounted on Exchange 2013 server mbx1.</p>
<p>If you try to run eseutil /mh or eseutil /y, you would receive following error,<br />
<img alt="" src="http://exchangemaster.files.wordpress.com/2013/04/2.jpg?w=908" /></p>
<p>Now, with new Eseutil switches introduced in Exchange 2010 sp3 and Exchange 2013, you can perform actions while database is online and mounted.<br />
<img alt="" src="http://exchangemaster.files.wordpress.com/2013/04/3.jpg?w=908" /></p>
<p>/vss switches utilize Windows VSS engine and snapshot to perform the tasks that you traditionally have to dismount database first.</p>
<p>If you run eseutil /mh /vss, it will dump database info with “Dirty Shutdown” status, because it did not play the missing logs into the snapshot.<br />
So, you want to run eseutil /mh /vss /vssrec eNN “logpath” for optimal result.<br />
<img alt="" src="http://exchangemaster.files.wordpress.com/2013/04/4.jpg?w=908" /></p>
<p>&nbsp;</p>
<p>If you want to perform quick database backup, you can now run eseutil /y /d /vss /vssrec to achieve that, without using any type of backup software. This is my favorite, and the most useful action!<br />
<img alt="" src="http://exchangemaster.files.wordpress.com/2013/04/5.jpg?w=908" /></p>
<p>&nbsp;</p>
<p>You can verify the backup file with eseutil /mh<br />
<img alt="" src="http://exchangemaster.files.wordpress.com/2013/04/6.jpg?w=908" /></p>
<p>&nbsp;</p>
<p>You now, have an up to date database backup!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/exchangemaster.wordpress.com/1075/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/exchangemaster.wordpress.com/1075/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&#038;blog=10618152&#038;post=1075&#038;subd=exchangemaster&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://exchangemaster.wordpress.com/2013/04/30/how-to-use-eseutil-exe-to-perform-actions-while-database-are-online/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/af0d42947adc45acc095a021feed1064?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">vtec1975</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2013/04/1.jpg" medium="image" />

		<media:content url="http://exchangemaster.files.wordpress.com/2013/04/2.jpg" medium="image" />

		<media:content url="http://exchangemaster.files.wordpress.com/2013/04/3.jpg" medium="image" />

		<media:content url="http://exchangemaster.files.wordpress.com/2013/04/4.jpg" medium="image" />

		<media:content url="http://exchangemaster.files.wordpress.com/2013/04/5.jpg" medium="image" />

		<media:content url="http://exchangemaster.files.wordpress.com/2013/04/6.jpg" medium="image" />
	</item>
		<item>
		<title>Its official</title>
		<link>http://exchangemaster.wordpress.com/2013/04/09/its-official/</link>
		<comments>http://exchangemaster.wordpress.com/2013/04/09/its-official/#comments</comments>
		<pubDate>Wed, 10 Apr 2013 00:15:52 +0000</pubDate>
		<dc:creator>Jedi Hammond</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[MEC]]></category>

		<guid isPermaLink="false">http://exchangemaster.wordpress.com/?p=858</guid>
		<description><![CDATA[Well its official the next Microsoft Exchange Conference is going to be in our own little town of Austin TX in 2014! http://www.iammec.com/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&#038;blog=10618152&#038;post=858&#038;subd=exchangemaster&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Well its official the next Microsoft Exchange Conference is going to be in our own little town of Austin TX in 2014!</p>
<p><a href="http://www.iammec.com/" rel="nofollow">http://www.iammec.com/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/exchangemaster.wordpress.com/858/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/exchangemaster.wordpress.com/858/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&#038;blog=10618152&#038;post=858&#038;subd=exchangemaster&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://exchangemaster.wordpress.com/2013/04/09/its-official/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d46fa0ba7d34193bfe759d6c5786cfa3?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">atkjedi</media:title>
		</media:content>
	</item>
		<item>
		<title>Beware Full OAB Downloads After Installing 1st Exchange 2013 Server in Existing 07/10 Environment</title>
		<link>http://exchangemaster.wordpress.com/2013/04/02/beware-full-oab-downloads-after-installing-1st-exchange-2013-server-in-existing-0710-environment/</link>
		<comments>http://exchangemaster.wordpress.com/2013/04/02/beware-full-oab-downloads-after-installing-1st-exchange-2013-server-in-existing-0710-environment/#comments</comments>
		<pubDate>Tue, 02 Apr 2013 17:08:45 +0000</pubDate>
		<dc:creator>Andrew S Higginbotham</dc:creator>
				<category><![CDATA[2007]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Exchange 2013]]></category>
		<category><![CDATA[coexistence]]></category>
		<category><![CDATA[CU1]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[OAB]]></category>
		<category><![CDATA[Offline Address Book]]></category>

		<guid isPermaLink="false">http://exchangemaster.wordpress.com/?p=1054</guid>
		<description><![CDATA[Members of the Exchange 2013 Technology Adoption Program (TAP) have known about this issue for a while &#38; the general public had the potential to figure it out once Exchange 2010 SP3 came out last month which allowed co-existence with &#8230; <a href="http://exchangemaster.wordpress.com/2013/04/02/beware-full-oab-downloads-after-installing-1st-exchange-2013-server-in-existing-0710-environment/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&#038;blog=10618152&#038;post=1054&#038;subd=exchangemaster&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Members of the Exchange 2013 Technology Adoption Program (TAP) have known about this issue for a while &amp; the general public had the potential to figure it out once Exchange 2010 SP3 came out last month which allowed co-existence with 2013 in a lab environment; now the Exchange Team has been very clear about it with <a href="http://blogs.technet.com/b/exchange/archive/2013/04/02/released-exchange-server-2013-rtm-cumulative-update-1.aspx">this recent blog post today</a>. Actually, a Microsoft Support-led session at MEC was when I first heard about it in detail. So what’s the issue? Basically, you have the potential to experience an organization-wide full Offline Address Book download just as a result of installing the first Exchange 2013 server into your existing Exchange environment.</p>
<p><b>Background:</b></p>
<p>The Offline Address Book is used by Outlook Cached mode clients to be able to have offline access to Address Lists as well as some Group Metric data when they aren’t connected to the Exchange Server. For a very detailed explanation from Neil Hobson see the <a href="http://www.msexchange.org/articles-tutorials/exchange-server-2010/management-administration/offline-address-book-part1.html">following article</a> from him.</p>
<p>Issues can occur when the OAB for an organization grows to a large size, sometimes in the hundreds of MB. Things that contribute to this size are things like number of recipients in AD, number of distribution groups, populated user attributes, &amp; certificate usage (<a href="http://technet.microsoft.com/en-us/library/bb232155.aspx">reference </a>). It’s important to note that GAL Photos are NOT stored in the OAB. The OAB just includes a pointer to AD where the photo is actually stored (<a href="http://blogs.technet.com/b/exchange/archive/2010/06/01/gal-photos-frequently-asked-questions.aspx">reference </a>). Fortunately, Exchange/Outlook is smart enough to only download the changes to the OAB instead of the entire thing every day. There are still some circumstances where the entire OAB will be downloaded again, which makes it very important to understand the size of your OAB so you know just how much of your networks bandwidth will be used when all Outlook Cached Mode clients perform a full download (<a href="http://blogs.technet.com/b/exchange/archive/2012/04/27/how-large-is-my-exchange-offline-address-book-oab.aspx">reference </a>).</p>
<p>So as you might imagine, whether or not clients will perform a full OAB download becomes a topic of concern during an Exchange migration.</p>
<p>Offline Address Books in Exchange 2003/2007/2010 are associated with Mailbox Databases, specifically on the Properties&gt;Client Settings Tab of the Mailbox Database in the associated Management Console:</p>
<p><a href="http://exchangemaster.files.wordpress.com/2013/04/oab1.png"><img class="aligncenter size-full wp-image-1055" alt="OAB1" src="http://exchangemaster.files.wordpress.com/2013/04/oab1.png?w=908"   /></a></p>
<p>However, in the screenshot above you’ll notice that the “Offline Address Book” field is blank on this Mailbox Database. This is the case by default with all Mailbox Databases. This is not an issue because any Mailbox Database that has its “OfflineAddressBook” attribute set to $Null by default will use the Default Offline Address Book in the Exchange Organization. This OAB can be seen below:</p>
<p><a href="http://exchangemaster.files.wordpress.com/2013/04/oab2.png"><img class="aligncenter size-full wp-image-1056" alt="OAB2" src="http://exchangemaster.files.wordpress.com/2013/04/oab2.png?w=908"   /></a></p>
<p>This means if you have configured multiple Offline Address Books in your environment then you would need to manually specify the additional OAB’s on the Databases you would want to use them; otherwise the default OAB would be used. Simply put, if the value for OAB is blank on a Mailbox Database then it will use the Default OAB. If it is hard-set then it will use whichever OAB you hard set it to. Some customers will hard set this value if they want Mailboxes on specific Mailbox Databases to use a specific OAB. Maybe an OAB that only contains a specific Address List instead of the entire GAL like the example below:</p>
<p><a href="http://exchangemaster.files.wordpress.com/2013/04/oab3.png"><img class="aligncenter size-full wp-image-1057" alt="OAB3" src="http://exchangemaster.files.wordpress.com/2013/04/oab3.png?w=908"   /></a></p>
<p>Many organizations just have 1 OAB &amp; as a result have never populated the Properties&gt;Client Settings&gt;Offline Address Book value of their Mailbox Databases. This is where a big issue can come into play during an Exchange 2013 migration, or even if you just want a single Exchange 2013 server in your environment for a test group of users.</p>
<p><b>Issue: </b></p>
<p>As the recent Exchange Team Blog post announcing 2013 CU1 states, you need to make sure all of your Exchange 2007/2010 Mailbox Databases have an actual value populated for their Offline Address Book. If they are currently blank, then populate them with your current Default OAB. Nothing will change in the environment as a result of this because they will continue to use their current OAB &amp; continue to only download the OAB changes.</p>
<p>Failure to do this will result in each of these Mailbox Databases switching to use the Exchange 2013 Offline Address Book that gets created during installation of your first Exchange 2013 Mailbox Server. This will result in a Full OAB Download for all of your Outlook Cached Mode clients on these Mailbox Databases; a potentially nasty situation which could bring your network to its knees.</p>
<p>You can see the<a href="http://blogs.technet.com/b/exchange/archive/2013/04/02/released-exchange-server-2013-rtm-cumulative-update-1.aspx"> Exchange Team Blog post in question</a> for steps on how to repoint these databases or just use the following commands which I have taken from the post:</p>
<p>“Get-MailboxDatabase | Where {$_.OfflineAddressBook -eq $Null} | FT Name,OfflineAddressBook –AutoSize”</p>
<p>This lists all Mailbox Databases in your environment with their OfflineAddressBook attribute set to $null.</p>
<p>Then run:</p>
<p>“Get-MailboxDatabase | Where {$_.OfflineAddressBook -eq $Null} | Set-MailboxDatabase -OfflineAddressBook (Get-OfflineAddressBook | Where {$_.IsDefault -eq $True})”</p>
<p>This command will grab each of these Mailbox Databases &amp; populate the OfflineAddressBook attribute with the value of your Organizations current Default OAB. Effectively changing nothing in terms of client behavior but ensuring that when you install Exchange 2013, each of these Mailbox Databases do not switch over to using the 2013 OAB; at least not until you are ready &amp; can stage this process, maybe one MDB at a time.</p>
<p><b>Summary:</b></p>
<p>These steps should be mandatory for any organization considering implementing an Exchange 2013 Server into their existing Exchange 2007/2010 environment.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/exchangemaster.wordpress.com/1054/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/exchangemaster.wordpress.com/1054/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&#038;blog=10618152&#038;post=1054&#038;subd=exchangemaster&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://exchangemaster.wordpress.com/2013/04/02/beware-full-oab-downloads-after-installing-1st-exchange-2013-server-in-existing-0710-environment/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8f6e257eb612e486ac0f62ea8fe9f427?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">andrewshigginbotham</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2013/04/oab1.png" medium="image">
			<media:title type="html">OAB1</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2013/04/oab2.png" medium="image">
			<media:title type="html">OAB2</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2013/04/oab3.png" medium="image">
			<media:title type="html">OAB3</media:title>
		</media:content>
	</item>
		<item>
		<title>Checking for Open Relay in Exchange 2007/2010</title>
		<link>http://exchangemaster.wordpress.com/2013/03/08/checking-for-open-relay-in-exchange-20072010/</link>
		<comments>http://exchangemaster.wordpress.com/2013/03/08/checking-for-open-relay-in-exchange-20072010/#comments</comments>
		<pubDate>Fri, 08 Mar 2013 21:15:39 +0000</pubDate>
		<dc:creator>Andrew S Higginbotham</dc:creator>
				<category><![CDATA[2007]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Anonymous Relay]]></category>
		<category><![CDATA[Blacklist]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Open relay]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Relay]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[SPAM]]></category>

		<guid isPermaLink="false">http://exchangemaster.wordpress.com/?p=1036</guid>
		<description><![CDATA[Scenario: So this is a fairly common scenario &#38; I figured I’d post an easy method to diagnose the issue. Customers will often suspect that they’re an open relay due to being placed on a blacklist or having issues sending &#8230; <a href="http://exchangemaster.wordpress.com/2013/03/08/checking-for-open-relay-in-exchange-20072010/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&#038;blog=10618152&#038;post=1036&#038;subd=exchangemaster&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><b><span style="text-decoration:underline;">Scenario:</span></b></p>
<p>So this is a fairly common scenario &amp; I figured I’d post an easy method to diagnose the issue. Customers will often suspect that they’re an open relay due to being placed on a blacklist or having issues sending email to certain domains. There’s some general confusion as to what constitutes as an Open Relay &amp; even the difference between a Relay &amp; a Submit action in SMTP terminology. Hopefully this can clear some of the confusion.</p>
<p><b><span style="text-decoration:underline;">Background:</span></b></p>
<p><b>Submit =</b> Submitting an email message to an SMTP server that is destined for a domain that exists on that server (or in that server&#8217;s environment). You’re sending it to an address that the server is authoritative for.</p>
<p><b>Relay =</b> Submitting an email message to an SMTP server that is destined for a domain that exists in another messaging environment. You’re sending to an address that the server is not authoritative for.</p>
<p>So there’s nothing inherently wrong with relaying. It’s what happens if you use your Hotmail account to send an email to someone’s Gmail account. It happens every time you email someone outside of your own messaging system. The key detail is whether or not you have authenticated to the SMTP server beforehand. So when you’re using Hotmail or Exchange via Outlook/OWA then you have obviously authenticated either via an Authentication Prompt, OWA Form, or using NTLM.</p>
<p>So this typically comes up when a customer needs to have an application, network printer, or other device be able to send emails through Exchange (or any internal SMTP server).</p>
<p>So the important thing to point out here is that as long as the application/device only needs to be able to send to addresses that your SMTP server is authoritative for then it is a Submit action &amp; not a Relay action. This just means you only need it to be able to hit a Receive Connector that allows Anonymous Submit; which is how most of the world’s SMTP servers are configured to accept email from the Internet.</p>
<p>However, if your application/device needs to be able to send to an address not under the authority of the local SMTP server then it will be performing an SMTP Relay action &amp; will require additional configuration.</p>
<p>The recommended approach is to have the Application/Device authenticate to your SMTP server if it supports it. Alternatively, you can configure the Receive Connector (Exchange) to allow Anonymous Relaying from that Application/Device&#8217;s IP address.</p>
<p>For instructions please see this Microsoft Post.</p>
<p><a href="http://blogs.technet.com/b/exchange/archive/2006/12/28/3397620.aspx">http://blogs.technet.com/b/exchange/archive/2006/12/28/3397620.aspx</a></p>
<p>This is a very common issue amongst customers because they may not be familiar with how to configure this. However, unfortunately I will often see customers make an even worse mistake; allowing Anonymous Relaying from an entire range of IP Addresses or possibly the entire Internet. It won’t take long for Internet folks with malicious intent to figure this out &amp; start using your server to SPAM whoever they wish. This typically results in your Exchange Server’s sending IP being placed on various Blacklists which can prevent you from sending to certain email domains.</p>
<p><b><span style="text-decoration:underline;">Resolution:</span></b></p>
<p>It is ALWAYS recommended to create a separate Receive Connector for this purpose. In fact I tell customers to never mess with the Default Receive Connectors if they can get away with it. But what will ultimately happen is the customer will use the steps in the Microsoft article above to enable Anonymous Relaying on their Default Receive Connector instead, which they’re probably also using as their Internet ingress point. The problem with this is that the Remote IP range of that connector is 0.0.0.0-255.255.255.255 out of the box; meaning the entire Internet.</p>
<p>Another thing the customer might do is create a new Receive Connector for Relaying but instead of just having 1 IP address in there (the IP of their Application Server or Network Device) they’ll add an entire range or more IPs than are needed. This can get pretty complicated to troubleshoot if you have many different Receive Connectors on many different Exchange Servers in the environment.</p>
<p>So I’m hoping people can use my explanation to help them configure this properly as well as troubleshoot any issues they may have. In addition to that, here’s a very useful command to use in Exchange Management Shell to list out all Receive Connectors in the environment that have the Anonymous Relay permission enabled. Use this to track these connectors down &amp; then verify the RemoteIP Ranges are properly scoped/configured to be as secure as possible.</p>
<p>Get-ReceiveConnector | Get-ADPermission -User &#8220;NT Authority\Anonymous Logon&#8221; | Where-Object {$_.ExtendedRights -like &#8220;ms-Exch-SMTP-Accept-Any-Recipient&#8221;} | Format-List Identity,ExtendedRights</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/exchangemaster.wordpress.com/1036/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/exchangemaster.wordpress.com/1036/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&#038;blog=10618152&#038;post=1036&#038;subd=exchangemaster&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://exchangemaster.wordpress.com/2013/03/08/checking-for-open-relay-in-exchange-20072010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8f6e257eb612e486ac0f62ea8fe9f427?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">andrewshigginbotham</media:title>
		</media:content>
	</item>
		<item>
		<title>Disabling Outlook Anywhere &amp; Avoiding Unnecessary Authentication Prompts for Certain Mailboxes</title>
		<link>http://exchangemaster.wordpress.com/2013/02/28/disabling-outlook-anywhere-avoiding-unnecessary-authentication-prompts-for-certain-mailboxes/</link>
		<comments>http://exchangemaster.wordpress.com/2013/02/28/disabling-outlook-anywhere-avoiding-unnecessary-authentication-prompts-for-certain-mailboxes/#comments</comments>
		<pubDate>Thu, 28 Feb 2013 19:29:55 +0000</pubDate>
		<dc:creator>Andrew S Higginbotham</dc:creator>
				<category><![CDATA[2007]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[TMG]]></category>
		<category><![CDATA[auth prompt]]></category>
		<category><![CDATA[authentication prompt]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Outlook Anywhere]]></category>
		<category><![CDATA[prompting]]></category>
		<category><![CDATA[UAG]]></category>

		<guid isPermaLink="false">http://exchangemaster.wordpress.com/?p=1012</guid>
		<description><![CDATA[So this is a complicated scenario but only because this particular customer made it that way; in fact the solution ended up being very simple. Scenario: One of my Consultant co-workers pinged me on an issue he was sorting through &#8230; <a href="http://exchangemaster.wordpress.com/2013/02/28/disabling-outlook-anywhere-avoiding-unnecessary-authentication-prompts-for-certain-mailboxes/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&#038;blog=10618152&#038;post=1012&#038;subd=exchangemaster&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>So this is a complicated scenario but only because this particular customer made it that way; in fact the solution ended up being very simple.</p>
<p><b>Scenario:</b></p>
<p>One of my Consultant co-workers pinged me on an issue he was sorting through at a customer site. They were using UAG for their Outlook Anywhere endpoint, both internally &amp; externally. They had a policy to only allow Outlook Anywhere for roughly 30% of their user base. They were enforcing this using AD group membership in UAG to block access to the Outlook Anywhere rule for all users except for those on the allowed list.</p>
<p>Not only was this a nightmare to manage but it also caused Outlook Authentication prompts in certain scenarios. I’ll explain:</p>
<p>When internal Outlook users moved between wired &amp; wireless networks (or vice versa), Outlook would be disconnected just long enough for it to attempt an Outlook Anywhere connection over HTTPS (since the RPC/MAPI connection didn’t reconnect quite fast enough for Outlook’s liking). Well since they were using NTLM for Outlook Anywhere this didn’t really pose a problem for the users who had been allowed to use the OA rule in UAG. However, the users who had been blocked (the majority of their users) would get Outlook auth prompts.</p>
<p>This raised another question from the Consultant &amp; the client; why does enabling Outlook Anywhere on your Client Access Server result in all Outlook clients being enabled for Outlook Anywhere? Shouldn’t there be a method to disable it by default &amp; only enable it via AutoDiscover in Outlook on the mailboxes we choose? Well I’m not Microsoft so I couldn’t answer that but what I was able to do was give them a much better solution going forward which wouldn’t require the hassle of managing group membership for the UAG rule.</p>
<p><b>Background:</b></p>
<p>When you enable Outlook Anywhere on your Client Access Server (Exchange 2007/2010), AutoDiscover will then start handing out information to all Outlook Clients on how to connect via OA if a direct RPC/MAPI/TCPIP isn’t available. This allows external Outlook clients to connect to their Mailbox without the use of a VPN.</p>
<p>Exchange AutoDiscover hands these out using what’s called Outlook Providers. These allow Administrators &amp; Exchange itself to differentiate between the various settings used with Outlook Anywhere VS direct RPC/MAPI/TCPIP connections.</p>
<p>The EXCH Outlook Provider is used to hand out settings used when connecting via RPC/MAPI/TCPIP while the EXPR Outlook Provider is used to hand out settings when connecting via Outlook anywhere (RPC over HTTPS). You can view the settings of each by running Get-OutlookProvider | Format-List.</p>
<p>This is the response received using the Test E-mail AutoConfiguration utility in Outlook for a mailbox after Outlook Anywhere has been enabled in the environment. This image shows the EXCH settings.<br />
<a href="http://exchangemaster.files.wordpress.com/2013/02/1.png"><img class="aligncenter size-full wp-image-1013" alt="1" src="http://exchangemaster.files.wordpress.com/2013/02/1.png?w=908"   /></a></p>
<p>This image shows the EXPR settings received in the same AutoDiscover response. These are the settings Outlook will use to connect to Outlook Anywhere if it needs to. Notice here it says &#8220;Exchange HTTP&#8221; for the Protocol opposed to &#8220;Exchange RPC&#8221; in the previous image.<br />
<a href="http://exchangemaster.files.wordpress.com/2013/02/2.png"><img class="aligncenter size-full wp-image-1014" alt="2" src="http://exchangemaster.files.wordpress.com/2013/02/2.png?w=908"   /></a></p>
<p>Below you’ll find the XML response from the “XML” tab of the Test E-mail AutoConfiguration utility. You can see the settings for both the EXCH &amp; EXPR Outlook Providers.</p>
<p><b>&lt;Protocol&gt;</b></p>
<p><b>        &lt;Type&gt;EXCH&lt;/Type&gt;</b></p>
<p><b>        &lt;Server&gt;CASArrayAustin.contoso.local&lt;/Server&gt;</b></p>
<p><b>        &lt;ServerDN&gt;/o=Contoso/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=CASArrayAustin.contoso.local&lt;/ServerDN&gt;</b></p>
<p><b>        &lt;ServerVersion&gt;7383807B&lt;/ServerVersion&gt;</b></p>
<p><b>        &lt;MdbDN&gt;/o=Contoso/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=CASArrayAustin.contoso.local/cn=Microsoft Private MDB&lt;/MdbDN&gt;</b></p>
<p><b>        &lt;PublicFolderServer&gt;EX10A.contoso.local&lt;/PublicFolderServer&gt;</b></p>
<p><b>        &lt;AD&gt;ausdc.contoso.local&lt;/AD&gt;</b></p>
<p><b>        &lt;ASUrl&gt;<a href="https://mail.ash.org/ews/exchange.asmx&lt;/ASUrl&#038;gt" rel="nofollow">https://mail.ash.org/ews/exchange.asmx&lt;/ASUrl&#038;gt</a>;</b></p>
<p><b>        &lt;EwsUrl&gt;<a href="https://mail.ash.org/ews/exchange.asmx&lt;/EwsUrl&#038;gt" rel="nofollow">https://mail.ash.org/ews/exchange.asmx&lt;/EwsUrl&#038;gt</a>;</b></p>
<p><b>        &lt;EcpUrl&gt;<a href="https://mail.ash.org/ecp/&lt;/EcpUrl&#038;gt" rel="nofollow">https://mail.ash.org/ecp/&lt;/EcpUrl&#038;gt</a>;</b></p>
<p><b>        &lt;EcpUrl-um&gt;?p=customize/voicemail.aspx&amp;amp;exsvurl=1&lt;/EcpUrl-um&gt;</b></p>
<p><b>        &lt;EcpUrl-aggr&gt;?p=personalsettings/EmailSubscriptions.slab&amp;amp;exsvurl=1&lt;/EcpUrl-aggr&gt;</b></p>
<p><b>        &lt;EcpUrl-mt&gt;PersonalSettings/DeliveryReport.aspx?exsvurl=1&amp;amp;IsOWA=&amp;lt;IsOWA&amp;gt;&amp;amp;MsgID=&amp;lt;MsgID&amp;gt;&amp;amp;Mbx=&amp;lt;Mbx&amp;gt;&lt;/EcpUrl-mt&gt;</b></p>
<p><b>        &lt;EcpUrl-ret&gt;?p=organize/retentionpolicytags.slab&amp;amp;exsvurl=1&lt;/EcpUrl-ret&gt;</b></p>
<p><b>        &lt;EcpUrl-sms&gt;?p=sms/textmessaging.slab&amp;amp;exsvurl=1&lt;/EcpUrl-sms&gt;</b></p>
<p><b>        &lt;OOFUrl&gt;<a href="https://mail.ash.org/ews/exchange.asmx&lt;/OOFUrl&#038;gt" rel="nofollow">https://mail.ash.org/ews/exchange.asmx&lt;/OOFUrl&#038;gt</a>;</b></p>
<p><b>        &lt;UMUrl&gt;<a href="https://mail.ash.org/ews/UM2007Legacy.asmx&lt;/UMUrl&#038;gt" rel="nofollow">https://mail.ash.org/ews/UM2007Legacy.asmx&lt;/UMUrl&#038;gt</a>;</b></p>
<p><b>        &lt;OABUrl&gt;<a href="https://mail.ash.org/oab/69ed661e-c685-4ae2-a284-da308d7bd480/&lt;/OABUrl&#038;gt" rel="nofollow">https://mail.ash.org/oab/69ed661e-c685-4ae2-a284-da308d7bd480/&lt;/OABUrl&#038;gt</a>;</b></p>
<p><b>      &lt;/Protocol&gt;</b></p>
<p><b>&lt;Protocol&gt;</b></p>
<p><b>        &lt;Type&gt;EXPR&lt;/Type&gt;</b></p>
<p><b>        &lt;Server&gt;oa.ash.org&lt;/Server&gt;</b></p>
<p><b>        &lt;SSL&gt;On&lt;/SSL&gt;</b></p>
<p><b>        &lt;AuthPackage&gt;Basic&lt;/AuthPackage&gt;</b></p>
<p><b>        &lt;ASUrl&gt;<a href="https://mail.ash.org/ews/exchange.asmx&lt;/ASUrl&#038;gt" rel="nofollow">https://mail.ash.org/ews/exchange.asmx&lt;/ASUrl&#038;gt</a>;</b></p>
<p><b>        &lt;EwsUrl&gt;<a href="https://mail.ash.org/ews/exchange.asmx&lt;/EwsUrl&#038;gt" rel="nofollow">https://mail.ash.org/ews/exchange.asmx&lt;/EwsUrl&#038;gt</a>;</b></p>
<p><b>        &lt;EcpUrl&gt;<a href="https://mail.ash.org/ecp/&lt;/EcpUrl&#038;gt" rel="nofollow">https://mail.ash.org/ecp/&lt;/EcpUrl&#038;gt</a>;</b></p>
<p><b>        &lt;EcpUrl-um&gt;?p=customize/voicemail.aspx&amp;amp;exsvurl=1&lt;/EcpUrl-um&gt;</b></p>
<p><b>        &lt;EcpUrl-aggr&gt;?p=personalsettings/EmailSubscriptions.slab&amp;amp;exsvurl=1&lt;/EcpUrl-aggr&gt;</b></p>
<p><b>        &lt;EcpUrl-mt&gt;PersonalSettings/DeliveryReport.aspx?exsvurl=1&amp;amp;IsOWA=&amp;lt;IsOWA&amp;gt;&amp;amp;MsgID=&amp;lt;MsgID&amp;gt;&amp;amp;Mbx=&amp;lt;Mbx&amp;gt;&lt;/EcpUrl-mt&gt;</b></p>
<p><b>        &lt;EcpUrl-ret&gt;?p=organize/retentionpolicytags.slab&amp;amp;exsvurl=1&lt;/EcpUrl-ret&gt;</b></p>
<p><b>        &lt;EcpUrl-sms&gt;?p=sms/textmessaging.slab&amp;amp;exsvurl=1&lt;/EcpUrl-sms&gt;</b></p>
<p><b>        &lt;OOFUrl&gt;<a href="https://mail.ash.org/ews/exchange.asmx&lt;/OOFUrl&#038;gt" rel="nofollow">https://mail.ash.org/ews/exchange.asmx&lt;/OOFUrl&#038;gt</a>;</b></p>
<p><b>        &lt;UMUrl&gt;<a href="https://mail.ash.org/ews/UM2007Legacy.asmx&lt;/UMUrl&#038;gt" rel="nofollow">https://mail.ash.org/ews/UM2007Legacy.asmx&lt;/UMUrl&#038;gt</a>;</b></p>
<p><b>        &lt;OABUrl&gt;<a href="https://mail.ash.org/oab/69ed661e-c685-4ae2-a284-da308d7bd480/&lt;/OABUrl&#038;gt" rel="nofollow">https://mail.ash.org/oab/69ed661e-c685-4ae2-a284-da308d7bd480/&lt;/OABUrl&#038;gt</a>;</b></p>
<p><b>      &lt;/Protocol&gt;</b></p>
<p><b>      &lt;Protocol&gt;</b></p>
<p>This image shows the actual Outlook Anywhere settings being configured on the client as a result of the AutoDiscover EXPR response. (File&gt;Account Settings&gt;Change&gt;More Settings&gt;Connection)<br />
<a href="http://exchangemaster.files.wordpress.com/2013/02/3.png"><img class="aligncenter size-full wp-image-1015" alt="3" src="http://exchangemaster.files.wordpress.com/2013/02/3.png?w=908"   /></a></p>
<p><b>Resolution:</b></p>
<p>So the solutions here is actually fairly easy &amp; oddly enough, not well known. The Set-CASMailbox command can be used to block a particular mailbox from accessing various Client Access features. In this case we can use it to block Outlook Anywhere for John’s Mailbox. (Note: This command can also be scripted or piped to take effect on any number of mailboxes in the environment).</p>
<p>Set-CASMailbox –Identity John –MAPIBlockOutlookRpcHttp $True</p>
<p>After running this command you may need to wait about 15min for AD replication to take effect as well as 15min for AutoDiscover, Outlook Anywhere, &amp; ultimately Outlook to take the change. To speed this process up you can recycle the MSExchangeAutodiscoverAppPool in IIS as well as restart the Microsoft Exchange Service Host service on each CAS.</p>
<p>Now, if you run Test E-mail AutoConfiguraton you’ll see that the Outlook client doesn’t even get the EXPR response because they&#8217;ve had that feature blocked.</p>
<p><a href="http://exchangemaster.files.wordpress.com/2013/02/4.png"><img class="aligncenter size-full wp-image-1016" alt="4" src="http://exchangemaster.files.wordpress.com/2013/02/4.png?w=908"   /></a></p>
<p>Now if you look at the Outlook Anywhere settings (below) in Outlook, they are no longer even configured/enabled. Now in my lab using Outlook 2013 I had to actually perform a profile repair to get this change to take effect immediately. You will likely either have to wait longer for it to take effect or manually repair the profile.</p>
<p><a href="http://exchangemaster.files.wordpress.com/2013/02/5.png"><img class="aligncenter size-full wp-image-1017" alt="5" src="http://exchangemaster.files.wordpress.com/2013/02/5.png?w=908"   /></a></p>
<p>So in this customer’s case, users who were not allowed to use Outlook Anywhere would not get the Outlook Authentication prompt when moving from internal wired to wireless or vice versa because their Outlook client never attempted the Outlook Anywhere connection; they just remained in a disconnected state until the new connection came fully online.</p>
<p>Also, after showing the customer this command they no longer had to rely on UAG to control who could or couldn’t access Outlook Anywhere; they could now just script the Set-CASMailbox command.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/exchangemaster.wordpress.com/1012/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/exchangemaster.wordpress.com/1012/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&#038;blog=10618152&#038;post=1012&#038;subd=exchangemaster&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://exchangemaster.wordpress.com/2013/02/28/disabling-outlook-anywhere-avoiding-unnecessary-authentication-prompts-for-certain-mailboxes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8f6e257eb612e486ac0f62ea8fe9f427?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">andrewshigginbotham</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2013/02/1.png" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2013/02/2.png" medium="image">
			<media:title type="html">2</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2013/02/3.png" medium="image">
			<media:title type="html">3</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2013/02/4.png" medium="image">
			<media:title type="html">4</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2013/02/5.png" medium="image">
			<media:title type="html">5</media:title>
		</media:content>
	</item>
		<item>
		<title>Exchange 2013 &#8211; Exchange Administration Center “Internet Explorer has stopped working” with IE 10</title>
		<link>http://exchangemaster.wordpress.com/2013/02/07/exchange-2013-exchange-administration-center-internet-explorer-has-stopped-working-with-ie-10/</link>
		<comments>http://exchangemaster.wordpress.com/2013/02/07/exchange-2013-exchange-administration-center-internet-explorer-has-stopped-working-with-ie-10/#comments</comments>
		<pubDate>Fri, 08 Feb 2013 06:03:48 +0000</pubDate>
		<dc:creator>Andrew S Higginbotham</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2013]]></category>
		<category><![CDATA[Server 2012]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[EAC]]></category>
		<category><![CDATA[ECP]]></category>
		<category><![CDATA[Exchange Administration Center]]></category>
		<category><![CDATA[IE10]]></category>
		<category><![CDATA[Internet Explorer 10]]></category>
		<category><![CDATA[Internet Explorer has stopped working]]></category>
		<category><![CDATA[Stopped Working]]></category>

		<guid isPermaLink="false">http://exchangemaster.wordpress.com/?p=991</guid>
		<description><![CDATA[When you’re using RTM Server 2012 or RTM Windows 8 to manage Exchange 2013 via the Exchange Administration Center you’ll likely get a pup-up saying “Internet Explorer has stopped working”. Regardless of what option you choose IE will restart &#38; &#8230; <a href="http://exchangemaster.wordpress.com/2013/02/07/exchange-2013-exchange-administration-center-internet-explorer-has-stopped-working-with-ie-10/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&#038;blog=10618152&#038;post=991&#038;subd=exchangemaster&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>When you’re using RTM Server 2012 or RTM Windows 8 to manage Exchange 2013 via the Exchange Administration Center you’ll likely get a pup-up saying “Internet Explorer has stopped working”. Regardless of what option you choose IE will restart &amp; you’ll be stuck in an endless loop of crashes, cursing, &amp; possibly keyboard smashing.</p>
<p>It will typically show its ugly face when managing recipients but you may notice sporadic behavior elsewhere too.</p>
<p><a href="http://exchangemaster.files.wordpress.com/2013/02/untitled.png"><img class="aligncenter size-full wp-image-992" alt="Untitled" src="http://exchangemaster.files.wordpress.com/2013/02/untitled.png?w=908"   /></a></p>
<p>To resolve this you’ll need to install <a href="http://www.microsoft.com/en-us/download/details.aspx?id=35870">this </a>Microsoft Update for IE10 on Server 2012/Win8. After an install &amp; a reboot you should be fine.</p>
<p>This update was actually released in December but I’m mentioning it now because I find myself building quite a few 2013 labs for self-study as well as some classes I’ll likely be teaching over the coming months. In a production environment with access to a Windows Update source this would probably go unnoticed since Windows would get updated automatically.</p>
<p>However, in a lab environment (with no internet access) where you’re using RTM bits for Server 2012 &amp; Windows 8 it can become quite annoying. So I suggest either making this part of your prerequisite install list before installing 2013 or building your own OS images with it included if you plan on building lab/test environments until there are 2012/8 bits available with this fix already included.</p>
<p>Of course you could always just install another browser but that’s just as much of a pain in a lab as installing this KB.</p>
<p>Referenced KB<br />
<a href="http://www.microsoft.com/en-us/download/details.aspx?id=35870">http://www.microsoft.com/en-us/download/details.aspx?id=35870</a></p>
<p>Microsoft Security Bulletin MS12-077 &#8211; Critical<br />
<a href="http://technet.microsoft.com/en-us/security/bulletin/ms12-077">http://technet.microsoft.com/en-us/security/bulletin/ms12-077</a></p>
<p>Exchange 2013 Gotchas<br />
<a href="http://theessentialexchange.com/blogs/michael/archive/2013/01/06/exchange-server-2013-gotchas.aspx">http://theessentialexchange.com/blogs/michael/archive/2013/01/06/exchange-server-2013-gotchas.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/exchangemaster.wordpress.com/991/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/exchangemaster.wordpress.com/991/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&#038;blog=10618152&#038;post=991&#038;subd=exchangemaster&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://exchangemaster.wordpress.com/2013/02/07/exchange-2013-exchange-administration-center-internet-explorer-has-stopped-working-with-ie-10/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8f6e257eb612e486ac0f62ea8fe9f427?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">andrewshigginbotham</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2013/02/untitled.png" medium="image">
			<media:title type="html">Untitled</media:title>
		</media:content>
	</item>
		<item>
		<title>Quick method to diagnose Exchange Active Directory Access &amp; Service Startup Issues</title>
		<link>http://exchangemaster.wordpress.com/2012/11/16/quick-method-to-diagnose-exchange-active-directory-access-service-startup-issues/</link>
		<comments>http://exchangemaster.wordpress.com/2012/11/16/quick-method-to-diagnose-exchange-active-directory-access-service-startup-issues/#comments</comments>
		<pubDate>Fri, 16 Nov 2012 22:41:08 +0000</pubDate>
		<dc:creator>Andrew S Higginbotham</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[AD Topology]]></category>
		<category><![CDATA[Domain Controller]]></category>
		<category><![CDATA[Event Viewer]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Global Catalog]]></category>
		<category><![CDATA[global catalog servers]]></category>

		<guid isPermaLink="false">http://exchangemaster.wordpress.com/?p=958</guid>
		<description><![CDATA[Background: My colleague Jedidiah Hammond wrote a great post awhile back on troubleshooting Exchange Service start-up issues. One of the main areas of focus of the post were issues with Active Directory Global Catalog servers. This can be considered an &#8230; <a href="http://exchangemaster.wordpress.com/2012/11/16/quick-method-to-diagnose-exchange-active-directory-access-service-startup-issues/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&#038;blog=10618152&#038;post=958&#038;subd=exchangemaster&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong>Background:<br />
</strong></p>
<p>My colleague Jedidiah Hammond wrote a great <a href="http://exchangemaster.wordpress.com/tag/exchange-system-attendant/">post </a>awhile back on troubleshooting Exchange Service start-up issues. One of the main areas of focus of the post were issues with Active Directory Global Catalog servers. This can be considered an ad-on to that post as I&#8217;ll describe a useful method to troubleshoot Exchange permissions in Active Directory; more specifically, verifying Exchange has the proper access to the Global Catalog servers in and out of it&#8217;s respective Active Directory site.</p>
<p><strong>Scenario:<br />
</strong></p>
<p>Suppose you find that the Microsoft Exchange Active Directory Topology Service isn&#8217;t starting; or the System Attendant, or the Information Store service. Or perhaps the Exchange Management Console or Exchange Management Shell will not connect and is complaining of Active Directory/Global Catalog issues.<br />
Often times this is a result of a port being blocked by Anti-V/Firewall between the Exchange Server and your Global Catalog. Or possibly a configuration issue on the network stack (IP/DNS/etc); maybe someone even powered your GC off much to your dismay. Assuming you have already worked through the above scenarios, one useful tool to verify Exchange/AD functionality is actually a very commonly used one; Event Viewer.</p>
<p>When you first deploy Exchange and run &#8220;setup /PrepareAD&#8221; (or you let the GUI setup do it for you) it is actually setting many of these permissions in AD. (For a list of all of these changes see <a href="http://technet.microsoft.com/en-us/library/bb125224(v=exchg.141).aspx">this </a>Technet article).</p>
<p><strong>Steps:</strong></p>
<p>Below is an excerpt from MSExchange ADAccess Informational Event ID 2080. You&#8217;ll find it occurring roughly every 15min on your Exchange Servers.<br />
<em>Description:</em><br />
<em>Process STORE.EXE (PID=3376). Exchange Active Directory Provider has discovered the following servers with the following characteristics: </em><br />
<em> (Server name | Roles | Enabled | Reachability | Synchronized | GC capable | PDC | SACL right | Critical Data | Netlogon | OS Version) </em><br />
<em>In-site:</em><br />
<em>Austin.ASH.ORG    CDG 1 7 7 1 0 1 1 7 1</em><br />
<em> Out-of-site:</em><br />
<em>Houston.ASH.ORG    CDG 1 7 7 1 0 1 1 7 1</em></p>
<p>This is an example of what the output should look like. You might be asking what those series of numbers represent. Well buried deep within the land of Exchange 2000 there lies a KB <a href="http://support.microsoft.com/kb/316300">article </a>explaining just that.</p>
<p>After reading the article you&#8217;ll find that these numbers are basically describing Exchange&#8217;s understanding of the Global Catalog servers made available to it; along with whether or not it has the proper ACLs set to be able to utilize them. If you find yourself pulling your hair out as to why Exchange is showing the symptoms I listed earlier, then look for this event on your Exchange server and you just might see something like the following:</p>
<p><em>Description:</em><br />
<em>Process STORE.EXE (PID=3376). Exchange Active Directory Provider has discovered the following servers with the following characteristics: </em><br />
<em> (Server name | Roles | Enabled | Reachability | Synchronized | GC capable | PDC | SACL right | Critical Data | Netlogon | OS Version) </em><br />
<em>In-site:</em><br />
<em>Austin.ASH.ORG    CDG 1 7 7 1 0 0 1 7 1</em><br />
<em> Out-of-site:</em><br />
<em>Houston.ASH.ORG    CDG 1 7 7 1 0 0 1 7 1</em></p>
<p>Notice it ends with &#8220;0171&#8243; instead of &#8220;1171&#8243;. If we reference the above KB article then this tells us Exchange lacks the proper ACL&#8217;s in AD.</p>
<p>I&#8217;ve seen this many times with customers who have modified the Default Domain Controllers Group Policy or somehow blocked it&#8217;s use. I&#8217;ve also seen similar issues arise from unchecking &#8220;Include Inheritable Permissions from this Object&#8217;s Parent&#8221; in AD for various objects. If this is the case then please see the <a href="http://exchangemaster.wordpress.com/tag/exchange-system-attendant/">post </a>I referenced earlier on how to resolve that. In addition, I&#8217;ve found re-running &#8220;setup.com /PrepareAD&#8221; to be a very useful troubleshooting step in situations such as these where you feel AD permissions may be at fault. Some customers have been weary of running this but honestly their fears stem from ignorance because &#8220;it just sounds scary&#8221; ; a quick read over the <a href="http://technet.microsoft.com/en-us/library/bb125224%28v=exchg.141%29.aspx">article </a>I referenced earlier will tell you that running it again will only re-add the permissions Exchange has needed all along.<br />
However, be aware that re-running PrepareAD may only resolve the issue temporarily as any bad Group Policies may find themselves being re-applied in about 15min so fixing the actual source of the issue should be the ultimate goal.</p>
<p>An additional note here is if you&#8217;re utilizing AD Split permissions with Exchange, there may be additional precautions to be taken before running PrepareAD  again.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/exchangemaster.wordpress.com/958/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/exchangemaster.wordpress.com/958/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&#038;blog=10618152&#038;post=958&#038;subd=exchangemaster&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://exchangemaster.wordpress.com/2012/11/16/quick-method-to-diagnose-exchange-active-directory-access-service-startup-issues/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/8f6e257eb612e486ac0f62ea8fe9f427?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">andrewshigginbotham</media:title>
		</media:content>
	</item>
	</channel>
</rss>
