<?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>Exchange for the Working Man</title>
	<atom:link href="http://port25.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://port25.wordpress.com</link>
	<description>Microsoft Exchange for the everyday schmo!</description>
	<lastBuildDate>Tue, 10 Jan 2012 22:06:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='port25.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Exchange for the Working Man</title>
		<link>http://port25.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://port25.wordpress.com/osd.xml" title="Exchange for the Working Man" />
	<atom:link rel='hub' href='http://port25.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to Import Users via CSV in Exchange 2010</title>
		<link>http://port25.wordpress.com/2012/01/10/how-to-import-users-via-csv-in-exchange-2010/</link>
		<comments>http://port25.wordpress.com/2012/01/10/how-to-import-users-via-csv-in-exchange-2010/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 22:05:15 +0000</pubDate>
		<dc:creator>ponzekap2</dc:creator>
				<category><![CDATA[exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Exchange Management Shell]]></category>
		<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">https://port25.wordpress.com/?p=784</guid>
		<description><![CDATA[Create an csv file with the necessary information across the top row of the file as such: The top row is going to coordinate with the S_.value that you are going to use in the following Exchange Shell command: Import-CSV “C:\Mailboxes.csv” &#124; foreach {new-mailbox –Name $_.name –Alias $_.alias –UserPrincipalName $_.userprincipalname –Database $_.Database –OrganizationalUnit $_.organizationalunit –password [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=port25.wordpress.com&amp;blog=5496111&amp;post=784&amp;subd=port25&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Create an csv file with the necessary information across the top row of the file as such:</p>
<p><a href="http://port25.files.wordpress.com/2012/01/image.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2012/01/image_thumb.png?w=450&#038;h=75" width="450" height="75" /></a></p>
<p>The top row is going to coordinate with the <strong>S_.<em>value</em></strong> that you are going to use in the following Exchange Shell command:</p>
<p><strong>Import-CSV “C:\Mailboxes.csv” | foreach {new-mailbox –Name $_.name –Alias $_.alias –UserPrincipalName $_.userprincipalname –Database $_.Database –OrganizationalUnit $_.organizationalunit –password (ConvertTo-SecureString $_.password –AsPlainText –force)}</strong></p>
<p><a href="http://port25.files.wordpress.com/2012/01/image1.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2012/01/image_thumb1.png?w=450&#038;h=24" width="450" height="24" /></a></p>
<p>And you should see the mailbox’s created below:</p>
<p><a href="http://port25.files.wordpress.com/2012/01/untitled.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Untitled" border="0" alt="Untitled" src="http://port25.files.wordpress.com/2012/01/untitled_thumb.jpg?w=450&#038;h=63" width="450" height="63" /></a></p>
<p>That’s it.&#160; You can see how the values map with their respective column names.&#160; You can add as many users as you want, and change it so they go to different database’s.</p>
<p>You can even create an automated job to export from your production servers, and them import them to your DEV Exchange Servers for testing.&#160; </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/port25.wordpress.com/784/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/port25.wordpress.com/784/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/port25.wordpress.com/784/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/port25.wordpress.com/784/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/port25.wordpress.com/784/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/port25.wordpress.com/784/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/port25.wordpress.com/784/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/port25.wordpress.com/784/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/port25.wordpress.com/784/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/port25.wordpress.com/784/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/port25.wordpress.com/784/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/port25.wordpress.com/784/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/port25.wordpress.com/784/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/port25.wordpress.com/784/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=port25.wordpress.com&amp;blog=5496111&amp;post=784&amp;subd=port25&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://port25.wordpress.com/2012/01/10/how-to-import-users-via-csv-in-exchange-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31acd64658e253ffbfc563987a702a69?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ponzekap2</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2012/01/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2012/01/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2012/01/untitled_thumb.jpg" medium="image">
			<media:title type="html">Untitled</media:title>
		</media:content>
	</item>
		<item>
		<title>How to View Disconnected Mailbox&#8217;s and Purge Disconnected Mailboxes from Exchange 2010</title>
		<link>http://port25.wordpress.com/2011/12/07/how-to-view-disconnected-mailboxs-and-purge-disconnected-mailboxes-from-exchange-2010/</link>
		<comments>http://port25.wordpress.com/2011/12/07/how-to-view-disconnected-mailboxs-and-purge-disconnected-mailboxes-from-exchange-2010/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 16:28:49 +0000</pubDate>
		<dc:creator>ponzekap2</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[Mailbox]]></category>

		<guid isPermaLink="false">https://port25.wordpress.com/?p=773</guid>
		<description><![CDATA[&#160; To view disconnected mailbox’s, essentially mailboxes that have been deleted from their user accounts, you need to first ensure that Exchange has gone through and cleaned the database.&#160; This is done to ensure that it marks that mailbox as deleted.&#160; If your database is MDB36, run the following command: Clean-MailboxDatabase MDB36 Exchange gives no [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=port25.wordpress.com&amp;blog=5496111&amp;post=773&amp;subd=port25&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>To view disconnected mailbox’s, essentially mailboxes that have been deleted from their user accounts, you need to first ensure that Exchange has gone through and cleaned the database.&#160; This is done to ensure that it marks that mailbox as deleted.&#160; If your database is MDB36, run the following command:</p>
<p>Clean-MailboxDatabase MDB36</p>
<p><a href="http://port25.files.wordpress.com/2011/12/image.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2011/12/image_thumb.png?w=450&#038;h=43" width="450" height="43" /></a></p>
<p>Exchange gives no result from the command.&#160; But now you can view Disconnected mailboxes through the “Disconnected Mailbox” view in the EMC:</p>
<p><a href="http://port25.files.wordpress.com/2011/12/image1.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;margin:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2011/12/image_thumb1.png?w=217&#038;h=191" width="217" height="191" /></a></p>
<p><a href="http://port25.files.wordpress.com/2011/12/1.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="1" border="0" alt="1" src="http://port25.files.wordpress.com/2011/12/1_thumb.jpg?w=450&#038;h=97" width="450" height="97" /></a></p>
<p>You can also view it in the shell by running the following command:</p>
<p>Get-MailboxStatistics –Database MDB36 | where {$_.disconnectdate –ne $null}</p>
<p><a href="http://port25.files.wordpress.com/2011/12/image2.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2011/12/image_thumb2.png?w=450&#038;h=29" width="450" height="29" /></a></p>
<p>And you will receive the following output:</p>
<p><a href="http://port25.files.wordpress.com/2011/12/image3.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2011/12/image_thumb3.png?w=450&#038;h=41" width="450" height="41" /></a></p>
<p>By default, Exchange 2010 keeps disconnected mailbox’s in the DB for 14 days.&#160; But say you want to remove this mailbox now and return it’s white space to use in the DB.&#160; You need to remove the mailbox from the shell.&#160; </p>
<p>You can do this by getting the GUID for the mailbox by running the command:</p>
<p><em>Get-MailboxStatistics –Database MDB36 | where {$_.disconnectdate –ne $null} | select displayname,MailboxGUID</em></p>
<p><a href="http://port25.files.wordpress.com/2011/12/image4.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2011/12/image_thumb4.png?w=450&#038;h=21" width="450" height="21" /></a></p>
<p>And you will receive the following output:</p>
<p><a href="http://port25.files.wordpress.com/2011/12/image5.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2011/12/image_thumb5.png?w=450&#038;h=47" width="450" height="47" /></a></p>
<p>Now run the following command to remove the mailbox:</p>
<p><em>Remove-Mailbox –Database MDB50 –StoreMailboxIdentity 7b40b106-5941-4de0-9fce-27ede21c474e</em></p>
<p><a href="http://port25.files.wordpress.com/2011/12/image6.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2011/12/image_thumb6.png?w=450&#038;h=23" width="450" height="23" /></a></p>
<p>You’ll receive a confirmation prompt, just accept it, and your all set:</p>
<p><a href="http://port25.files.wordpress.com/2011/12/image7.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2011/12/image_thumb7.png?w=450&#038;h=52" width="450" height="52" /></a></p>
<p>Enjoy!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/port25.wordpress.com/773/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/port25.wordpress.com/773/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/port25.wordpress.com/773/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/port25.wordpress.com/773/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/port25.wordpress.com/773/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/port25.wordpress.com/773/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/port25.wordpress.com/773/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/port25.wordpress.com/773/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/port25.wordpress.com/773/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/port25.wordpress.com/773/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/port25.wordpress.com/773/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/port25.wordpress.com/773/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/port25.wordpress.com/773/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/port25.wordpress.com/773/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=port25.wordpress.com&amp;blog=5496111&amp;post=773&amp;subd=port25&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://port25.wordpress.com/2011/12/07/how-to-view-disconnected-mailboxs-and-purge-disconnected-mailboxes-from-exchange-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31acd64658e253ffbfc563987a702a69?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ponzekap2</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/12/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/12/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/12/1_thumb.jpg" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/12/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/12/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/12/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/12/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/12/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/12/image_thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>User&#8217;s Cannot Log into Exchange 2007 or Exchange 2010 OWA with UPN Suffix</title>
		<link>http://port25.wordpress.com/2011/10/21/users-cannot-log-into-exchange-2007-or-exchange-2010-owa-with-upn-suffix/</link>
		<comments>http://port25.wordpress.com/2011/10/21/users-cannot-log-into-exchange-2007-or-exchange-2010-owa-with-upn-suffix/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 15:58:38 +0000</pubDate>
		<dc:creator>ponzekap2</dc:creator>
				<category><![CDATA[Client Access]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Resource Forest]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[forests]]></category>
		<category><![CDATA[hosted exchange]]></category>

		<guid isPermaLink="false">https://port25.wordpress.com/2011/10/21/users-cannot-log-into-exchange-2007-or-exchange-2010-owa-with-upn-suffix/</guid>
		<description><![CDATA[&#160; Lets say you have the following environment: ExchangeResource.corp hosts all the Microsoft Exchange 2010 servers, and linked mailbox accounts.&#160; The actual user accounts are stored in the Tailspin.corp and Mantech.corp forests.&#160; The Tailspin.corp and Mantech.corp forests have a one way forest trust with ExchangeResource.corp so that users in the Tailspin.corp and Mantech.corp forests can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=port25.wordpress.com&amp;blog=5496111&amp;post=752&amp;subd=port25&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Lets say you have the following environment:</p>
<p><a href="http://port25.files.wordpress.com/2011/10/drawing1.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Drawing1" border="0" alt="Drawing1" src="http://port25.files.wordpress.com/2011/10/drawing1_thumb.jpg?w=450&#038;h=329" width="450" height="329" /></a></p>
<p><strong>ExchangeResource.corp</strong> hosts all the Microsoft Exchange 2010 servers, and linked mailbox accounts.&#160; The actual user accounts are stored in the <strong>Tailspin.corp</strong> and <strong>Mantech.corp</strong> forests.&#160; The <strong>Tailspin.corp</strong> and <strong>Mantech.corp</strong> forests have a one way forest trust with <strong>ExchangeResource.corp</strong> so that users in the <strong>Tailspin.corp </strong>and <strong>Mantech.corp</strong> forests can access their linked mailboxes in the <strong>ExchangeResource.corp</strong> domain.</p>
<p>Now to make things easy on the users, you set the OWA directory to use UPN suffix names instead of Domain\user:</p>
<p><a href="http://port25.files.wordpress.com/2011/10/image.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2011/10/image_thumb.png?w=445&#038;h=291" width="445" height="291" /></a></p>
<p>This will allow users in Tailspin to login using <strong><a href="mailto:username@tailspin.corp">username@tailspin.corp</a></strong> and users in Mantech to use <strong><a href="mailto:username@mantech.corp">username@mantech.corp</a></strong>.</p>
<p>Everything works fine, but then you add a UPN suffix to each individual forest that makes the UPN suffix match the users email address. Below is an example shown with the user Tom Jones in the Tailspin forest:</p>
<p><a href="http://port25.files.wordpress.com/2011/10/image1.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2011/10/image_thumb1.png?w=450&#038;h=253" width="450" height="253" /></a></p>
<p>Now users in Tailspin login using <strong><a href="mailto:username@tailspin.com">username@tailspin.com</a></strong> and users at Mantech login using <strong><a href="mailto:username@mantech.com">username@mantech.com</a></strong>.</p>
<p>A user goes to login with the new UPN and is greeted with an error message that they could not login:</p>
<p><a href="http://port25.files.wordpress.com/2011/10/image2.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2011/10/image_thumb2.png?w=400&#038;h=408" width="400" height="408" /></a></p>
<p>But using the old UPN still works fine, so what&#8217;s going on?</p>
<p>Well, if we check the event logs of the DC in the <strong>ExchangeResource.corp</strong> domain we find EventID 6034 for LsaSrv in the security event log:</p>
<p><a href="http://port25.files.wordpress.com/2011/10/image3.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2011/10/image_thumb3.png?w=450&#038;h=129" width="450" height="129" /></a></p>
<p>The DC is telling us that it does not know how to route the Tailspin.com suffix.&#160; It notes that it has been added to the forest tailspin.corp, as it learns it through the forest trust, but that the name suffix is not enabled.&#160; It does very nicely tell us how to fix this.&#160; Go to <strong>Active Directory Domains and Trusts-&gt;Right click on ExchangeResource.corp-&gt;Properties</strong></p>
<p><a href="http://port25.files.wordpress.com/2011/10/image4.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2011/10/image_thumb4.png?w=355&#038;h=348" width="355" height="348" /></a></p>
<p>Go to the <strong>Trusts</strong> tab.&#160; Here you will see all the forests that you have trusts with.&#160; Highlight the <strong>tailspin.corp</strong> forest and click on <strong>properties:</strong></p>
<p><a href="http://port25.files.wordpress.com/2011/10/image5.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2011/10/image_thumb5.png?w=450&#038;h=156" width="450" height="156" /></a></p>
<p>Navigate to the <strong>Name Suffix Routing</strong> tab:</p>
<p><a href="http://port25.files.wordpress.com/2011/10/image6.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2011/10/image_thumb6.png?w=355&#038;h=291" width="355" height="291" /></a></p>
<p>Here we can see the new <strong>tailspin.com</strong> suffix has been added, it even has a status of “New”, but the <strong>Routing </strong>is disabled.&#160; Highlight the suffix and then click <strong>Enable:</strong></p>
<p><a href="http://port25.files.wordpress.com/2011/10/image7.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2011/10/image_thumb7.png?w=426&#038;h=240" width="426" height="240" /></a></p>
<p>If you do not see the new suffix you created listed here, simply click the <strong>Refresh</strong> button and it should appear. </p>
<p>After hitting apply both names should be enabled:</p>
<p><a href="http://port25.files.wordpress.com/2011/10/image8.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2011/10/image_thumb8.png?w=353&#038;h=356" width="353" height="356" /></a></p>
<p>Now if a user try’s to login, they should be all set!</p>
<p><a href="http://port25.files.wordpress.com/2011/10/image9.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2011/10/image_thumb9.png?w=449&#038;h=290" width="449" height="290" /></a></p>
<p>Keep in mind you will need to do this each time you add a new UPN Suffix to one of the domains that are being trusted by ExchangeResource.corp.</p>
<p>Enjoy!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/port25.wordpress.com/752/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/port25.wordpress.com/752/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/port25.wordpress.com/752/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/port25.wordpress.com/752/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/port25.wordpress.com/752/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/port25.wordpress.com/752/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/port25.wordpress.com/752/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/port25.wordpress.com/752/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/port25.wordpress.com/752/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/port25.wordpress.com/752/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/port25.wordpress.com/752/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/port25.wordpress.com/752/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/port25.wordpress.com/752/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/port25.wordpress.com/752/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=port25.wordpress.com&amp;blog=5496111&amp;post=752&amp;subd=port25&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://port25.wordpress.com/2011/10/21/users-cannot-log-into-exchange-2007-or-exchange-2010-owa-with-upn-suffix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31acd64658e253ffbfc563987a702a69?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ponzekap2</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/10/drawing1_thumb.jpg" medium="image">
			<media:title type="html">Drawing1</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/10/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/10/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/10/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/10/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/10/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/10/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/10/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/10/image_thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/10/image_thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/10/image_thumb9.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Exchange 2010 Database&#8217;s Fail to Replicate or Seed</title>
		<link>http://port25.wordpress.com/2011/09/20/exchange-2010-databases-fail-to-replicate-or-seed/</link>
		<comments>http://port25.wordpress.com/2011/09/20/exchange-2010-databases-fail-to-replicate-or-seed/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 23:22:15 +0000</pubDate>
		<dc:creator>ponzekap2</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[DAG]]></category>
		<category><![CDATA[disaster recovery]]></category>

		<guid isPermaLink="false">https://port25.wordpress.com/2011/09/20/exchange-2010-databases-fail-to-replicate-or-seed/</guid>
		<description><![CDATA[&#160; Recently had a colleague that ran into an issue with an Exchange 2010 migration.&#160; He could fail over the mailbox databases with no issue to DR, but that’s where the trouble started. The production database would start to report that there was a high copy queue length that would increase as more activity occurred [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=port25.wordpress.com&amp;blog=5496111&amp;post=729&amp;subd=port25&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Recently had a colleague that ran into an issue with an Exchange 2010 migration.&#160; He could fail over the mailbox databases with no issue to DR, but that’s where the trouble started.</p>
<p>The production database would start to report that there was a high copy queue length that would increase as more activity occurred on the DB.&#160; The production database pure and simple was not receiving the transaction logs from the newly activated database in DR.&#160; </p>
<p>The setup was simple, two nodes, one in production, one in DR with a FSW.&#160; The nodes were all-in-one 2010 boxes, with one NIC for MAPI and one NIC for replication.</p>
<p>My colleague also informed me that he had some trouble initially seeding the database.&#160; All roads pointed to an issue with replication.&#160; We quickly checked his replication network settings and found the following setup:</p>
<p><a href="http://port25.files.wordpress.com/2011/09/image.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2011/09/image_thumb.png?w=402&#038;h=261" width="402" height="261" /></a></p>
<p>His DAG network had both replication networks for the separate sites under one object.&#160; Once we moved them to their own separate networks:</p>
<p><a href="http://port25.files.wordpress.com/2011/09/image1.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2011/09/image_thumb1.png?w=382&#038;h=355" width="382" height="355" /></a></p>
<p>Everything went back to normal!</p>
<p>Till the next time!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/port25.wordpress.com/729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/port25.wordpress.com/729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/port25.wordpress.com/729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/port25.wordpress.com/729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/port25.wordpress.com/729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/port25.wordpress.com/729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/port25.wordpress.com/729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/port25.wordpress.com/729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/port25.wordpress.com/729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/port25.wordpress.com/729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/port25.wordpress.com/729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/port25.wordpress.com/729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/port25.wordpress.com/729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/port25.wordpress.com/729/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=port25.wordpress.com&amp;blog=5496111&amp;post=729&amp;subd=port25&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://port25.wordpress.com/2011/09/20/exchange-2010-databases-fail-to-replicate-or-seed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31acd64658e253ffbfc563987a702a69?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ponzekap2</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/09/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/09/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Delayed Email or Message Rescans with BES 5 and Exchange 2010</title>
		<link>http://port25.wordpress.com/2011/03/10/delayed-email-or-message-rescans-with-bes-5-and-exchange-2010/</link>
		<comments>http://port25.wordpress.com/2011/03/10/delayed-email-or-message-rescans-with-bes-5-and-exchange-2010/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 00:12:24 +0000</pubDate>
		<dc:creator>ponzekap2</dc:creator>
				<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[BES]]></category>

		<guid isPermaLink="false">https://port25.wordpress.com/2011/03/10/delayed-email-or-message-rescans-with-bes-5-and-exchange-2010/</guid>
		<description><![CDATA[&#160; I recently ran into an issue where users were reporting that messages to their Blackberry handhelds were being delivered in clumps, and were also extremely delayed.&#160; These are symptoms of a Blackberry Server rescan.&#160; We were running BES 5.0.2 and Exchange 2010 SP1.&#160; We upgraded the BES to 5.0.2 MR4, but the issue remained. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=port25.wordpress.com&amp;blog=5496111&amp;post=723&amp;subd=port25&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>I recently ran into an issue where users were reporting that messages to their Blackberry handhelds were being delivered in clumps, and were also extremely delayed.&#160; These are symptoms of a Blackberry Server rescan.&#160; We were running BES 5.0.2 and Exchange 2010 SP1.&#160; We upgraded the BES to 5.0.2 MR4, but the issue remained. </p>
<p>This essentially means that the BES server cannot keep up with email delivery, and thus cannot deliver the emails as they arrive.&#160; It is forced to queue them, and deliver them in chunks.</p>
<p>I had already configured the Exchange 2010 throttling policy as per Blackberry’s documentation:</p>
<p><a href="http://docs.blackberry.com/en/admin/deliverables/16575/Configuring_Exchange_2010_environ_962756_11.jsp" target="_blank">BES 5 and Exchange 2010 Throttling Policy</a></p>
<p>So throttling wasn’t the issue.&#160; The issue ended up being that the BES server was only creating one mailbox agent in the BES server.&#160; This has to do with the DAG model in Exchange 2010, and the way around it is to create static mailbox agents for EVERY user, or force the BES server to create multiple mailbox agents.&#160; We can do this with two registry keys.&#160; The first one:</p>
<p>HKLM\Software\Research In Motion\Blackberry Enterprise Server\Dispatcher</p>
<p>If it is not there, create a DWORD named <strong>MaxUsersPerAgent</strong> and set the decimal value to the maximum number of users per agent, in my case 40 users:</p>
<p><a href="http://port25.files.wordpress.com/2011/03/untitled.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Untitled" border="0" alt="Untitled" src="http://port25.files.wordpress.com/2011/03/untitled_thumb.jpg?w=450&#038;h=249" width="450" height="249" /></a></p>
<p>The second registry edit is:</p>
<p>HKLM\Software\Research In Motion\Blackberry Enterprise Server\Agents </p>
<p>If it is not there, create a new DWORD with the name <strong>MaxMailboxesPerSession</strong> and set the decimal value to the value that you want the maximum number of mailboxes to be piped through a single MAPI session.&#160; This is separate from the agent above.&#160; For instance, I set mine to 35, which means at the 36th mailbox, the BES will create a new MAPI session.</p>
<p><a href="http://port25.files.wordpress.com/2011/03/untitled2.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Untitled2" border="0" alt="Untitled2" src="http://port25.files.wordpress.com/2011/03/untitled2_thumb.jpg?w=450&#038;h=199" width="450" height="199" /></a></p>
<p>After you make those changes, restart your BES server.&#160; After making the above changes, your performance should increase, and you should see extra instances of the <strong>BlackberryAgent.exe</strong> process:</p>
<p><a href="http://port25.files.wordpress.com/2011/03/image.png"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2011/03/image_thumb.png?w=339&#038;h=374" width="339" height="374" /></a></p>
<p>Just an FYI, SQL Express and MSDE are limited to five agents on the server.&#160; For more agents, you will need to be using SQL Standard or higher, and edit the key:</p>
<p>HKLM\Software\Research In Motion\Blackberry Enterprise Server\Agents\NumAgents and change its decimal value to a number higher than 5:</p>
<p><a href="http://port25.files.wordpress.com/2011/03/untitled3.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Untitled3" border="0" alt="Untitled3" src="http://port25.files.wordpress.com/2011/03/untitled3_thumb.jpg?w=450&#038;h=177" width="450" height="177" /></a></p>
<p>Again, this value will be ignored higher than a value of 5 on SQL Express and MSDE.&#160; If you have 1000 users, and you set the <strong>MaxUsersPerAgent</strong> value to be 40 as above, your agent breakdown will be as follows:</p>
<p>BlackberryAgent (1) = 40 Users</p>
<p>BlackberryAgent (2) = 40 Users</p>
<p>BlackberryAgent (3) = 40 Users</p>
<p>BlackberryAgent (4) = 40 Users</p>
<p>BlackberryAgent (5) = 840 Users</p>
<p>So be careful to set the <strong>MaxUsersPerAgent</strong> value appropriately for your environment if your limited to the number of agents. </p>
<p>As for the BES server itself, we saw slightly higher memory utilization due to the extra agents (around 400 MB), but much lower CPU usage.</p>
<p>Hope you guys find this helpful!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/port25.wordpress.com/723/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/port25.wordpress.com/723/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/port25.wordpress.com/723/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/port25.wordpress.com/723/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/port25.wordpress.com/723/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/port25.wordpress.com/723/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/port25.wordpress.com/723/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/port25.wordpress.com/723/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/port25.wordpress.com/723/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/port25.wordpress.com/723/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/port25.wordpress.com/723/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/port25.wordpress.com/723/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/port25.wordpress.com/723/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/port25.wordpress.com/723/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=port25.wordpress.com&amp;blog=5496111&amp;post=723&amp;subd=port25&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://port25.wordpress.com/2011/03/10/delayed-email-or-message-rescans-with-bes-5-and-exchange-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31acd64658e253ffbfc563987a702a69?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ponzekap2</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/03/untitled_thumb.jpg" medium="image">
			<media:title type="html">Untitled</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/03/untitled2_thumb.jpg" medium="image">
			<media:title type="html">Untitled2</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/03/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/03/untitled3_thumb.jpg" medium="image">
			<media:title type="html">Untitled3</media:title>
		</media:content>
	</item>
		<item>
		<title>Users Receive a Login Prompt After a Database Failover in Exchange 2010</title>
		<link>http://port25.wordpress.com/2011/01/26/users-receive-a-login-prompt-after-a-database-failover-in-exchange-2010/</link>
		<comments>http://port25.wordpress.com/2011/01/26/users-receive-a-login-prompt-after-a-database-failover-in-exchange-2010/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 16:27:58 +0000</pubDate>
		<dc:creator>ponzekap2</dc:creator>
				<category><![CDATA[Client Access]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[Outlook Anywhere]]></category>

		<guid isPermaLink="false">https://port25.wordpress.com/2011/01/26/users-receive-a-login-prompt-after-a-database-failover-in-exchange-2010/</guid>
		<description><![CDATA[&#160; When performing a database *over in Exchange 2010, especially a planned one, it is suppose to be as seamless as possible to the end user.&#160; An Outlook user for example, will receive a small pop up informing them that the connection to Exchange has been lost, and their Outlook may hang for a couple [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=port25.wordpress.com&amp;blog=5496111&amp;post=713&amp;subd=port25&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>When performing a database *over in Exchange 2010, especially a planned one, it is suppose to be as seamless as possible to the end user.&#160; An Outlook user for example, will receive a small pop up informing them that the connection to Exchange has been lost, and their Outlook may hang for a couple of seconds before reconnecting and resuming normal behavior.</p>
<p>I recently ran into an issue where this was not the case.&#160; Users would call the helpdesk as soon as a database failover was initiated with complaints that their outlook was prompting them for a login:</p>
<p><a href="http://port25.files.wordpress.com/2011/01/jan-2601-09-54.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Jan. 2601 09.54" border="0" alt="Jan. 2601 09.54" src="http://port25.files.wordpress.com/2011/01/jan-2601-09-54_thumb.jpg?w=244&#038;h=214" width="244" height="214" /></a></p>
<p>Well, needless to say this is not expected behavior.&#160; After a little troubleshooting that involved a packet capture, it seemed that the Outlook clients were making an HTTPS call to the CAS servers at that moment.&#160; Turns out it was an attempt to connect to them over Outlook Anywhere, and this was the reason of the login prompt.&#160; When I checked the Outlook client, they in fact had the Outlook Anywhere Settings enabled.&#160; This was due to Autodiscovery.&#160; To check the settings in Outlook 2007 navigate to <strong>Tools-&gt;Account Settings-&gt;Change-&gt;More Settings-&gt;Connection</strong>&#160; If yours is enabled, it will look like the following:</p>
<p><a href="http://port25.files.wordpress.com/2011/01/jan-2603-09-55.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Jan. 2603 09.55" border="0" alt="Jan. 2603 09.55" src="http://port25.files.wordpress.com/2011/01/jan-2603-09-55_thumb.jpg?w=378&#038;h=472" width="378" height="472" /></a></p>
<p>Under Exchange Proxy Settings, you’ll find the settings enabled:</p>
<p><a href="http://port25.files.wordpress.com/2011/01/jan-2604-09-55.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Jan. 2604 09.55" border="0" alt="Jan. 2604 09.55" src="http://port25.files.wordpress.com/2011/01/jan-2604-09-55_thumb.jpg?w=434&#038;h=386" width="434" height="386" /></a></p>
<p>Since these were internal clients, and had no need to use Outlook Anywhere, simple unselect the <strong>Connect to Microsoft Exchange using HTTP</strong>:</p>
<p><a href="http://port25.files.wordpress.com/2011/01/jan-2606-09-58.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Jan. 2606 09.58" border="0" alt="Jan. 2606 09.58" src="http://port25.files.wordpress.com/2011/01/jan-2606-09-58_thumb.jpg?w=441&#038;h=553" width="441" height="553" /></a></p>
<p>This will disable the Outlook Client from connecting.&#160; The only issue is, if you use automatic profile generation through Group Policy, this leverages autodiscovery, so it will continue to put the setting back.&#160; You can do one of two things.&#160; The first is to delete the Outlook Anywhere provider using the <strong>Remove-OutlookProvider</strong> command, which is NOT recommended.&#160; This will stop Autodiscovery from publishing Outlook Anywhere GLOBALLY.&#160; </p>
<p>The second is to use Group Policy.&#160; Create a blank GPO named something like <strong>Disable Outlook Anywhere Settings</strong>.&#160; Download the Outlook Anywhere ADM template from <a href="http://download.microsoft.com/download/F/B/C/FBC43645-89EA-4FB4-828C-DFE27C360233/article-961112.adm">here</a>, and import it into the template under <strong>User Settings</strong>.&#160; You’ll now have the Outlook Anywhere (RPC/HTTP) options available in Group Policy:</p>
<p><a href="http://port25.files.wordpress.com/2011/01/jan-2608-11-23.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Jan. 2608 11.23" border="0" alt="Jan. 2608 11.23" src="http://port25.files.wordpress.com/2011/01/jan-2608-11-23_thumb.jpg?w=450&#038;h=333" width="450" height="333" /></a></p>
<p>The only value you need to edit here is the <strong>RPC/HTTP Connection Flags</strong> setting:</p>
<p><a href="http://port25.files.wordpress.com/2011/01/jan-2609-11-24.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Jan. 2609 11.24" border="0" alt="Jan. 2609 11.24" src="http://port25.files.wordpress.com/2011/01/jan-2609-11-24_thumb.jpg?w=450&#038;h=132" width="450" height="132" /></a></p>
<p>Edit the setting, set it to <strong>Enabled</strong> and <strong>No Flags</strong></p>
<p><a href="http://port25.files.wordpress.com/2011/01/jan-2610-11-25.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Jan. 2610 11.25" border="0" alt="Jan. 2610 11.25" src="http://port25.files.wordpress.com/2011/01/jan-2610-11-25_thumb.jpg?w=389&#038;h=354" width="389" height="354" /></a></p>
<p>This will disable the <strong>Connect to Microsoft Exchange Using HTTP</strong> in the outlook clients after its been applied, notice how its greyed out:</p>
<p><a href="http://port25.files.wordpress.com/2011/01/jan-2611-11-25.jpg"><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="Jan. 2611 11.25" border="0" alt="Jan. 2611 11.25" src="http://port25.files.wordpress.com/2011/01/jan-2611-11-25_thumb.jpg?w=322&#038;h=412" width="322" height="412" /></a></p>
<p>Once this GPO has applied to all your users, you should now be able to failover databases without the users receiving a log in prompt.&#160; </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/port25.wordpress.com/713/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/port25.wordpress.com/713/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/port25.wordpress.com/713/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/port25.wordpress.com/713/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/port25.wordpress.com/713/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/port25.wordpress.com/713/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/port25.wordpress.com/713/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/port25.wordpress.com/713/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/port25.wordpress.com/713/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/port25.wordpress.com/713/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/port25.wordpress.com/713/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/port25.wordpress.com/713/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/port25.wordpress.com/713/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/port25.wordpress.com/713/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=port25.wordpress.com&amp;blog=5496111&amp;post=713&amp;subd=port25&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://port25.wordpress.com/2011/01/26/users-receive-a-login-prompt-after-a-database-failover-in-exchange-2010/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31acd64658e253ffbfc563987a702a69?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ponzekap2</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/01/jan-2601-09-54_thumb.jpg" medium="image">
			<media:title type="html">Jan. 2601 09.54</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/01/jan-2603-09-55_thumb.jpg" medium="image">
			<media:title type="html">Jan. 2603 09.55</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/01/jan-2604-09-55_thumb.jpg" medium="image">
			<media:title type="html">Jan. 2604 09.55</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/01/jan-2606-09-58_thumb.jpg" medium="image">
			<media:title type="html">Jan. 2606 09.58</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/01/jan-2608-11-23_thumb.jpg" medium="image">
			<media:title type="html">Jan. 2608 11.23</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/01/jan-2609-11-24_thumb.jpg" medium="image">
			<media:title type="html">Jan. 2609 11.24</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/01/jan-2610-11-25_thumb.jpg" medium="image">
			<media:title type="html">Jan. 2610 11.25</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/01/jan-2611-11-25_thumb.jpg" medium="image">
			<media:title type="html">Jan. 2611 11.25</media:title>
		</media:content>
	</item>
		<item>
		<title>Issue Adding RDM LUN to Exchange 2010 Server Using VMWare vSphere and NetApp</title>
		<link>http://port25.wordpress.com/2011/01/05/issue-adding-rdm-lun-to-exchange-2010-server-using-vmware-vsphere-and-netapp/</link>
		<comments>http://port25.wordpress.com/2011/01/05/issue-adding-rdm-lun-to-exchange-2010-server-using-vmware-vsphere-and-netapp/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 20:32:11 +0000</pubDate>
		<dc:creator>ponzekap2</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://port25.wordpress.com/2011/01/05/issue-adding-rdm-lun-to-exchange-2010-server-using-vmware-vsphere-and-netapp/</guid>
		<description><![CDATA[**UPDATED on January 6, 2012** Thanks to both user comments and NetApp themselves, we have determined that there is an easier way to add disks to members of a DAG without removing them from the DAG.  You can simply stop the Windows Clustering service (run the command &#8220;net stop ClusSvc&#8221; from the command line).  Obviously [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=port25.wordpress.com&amp;blog=5496111&amp;post=695&amp;subd=port25&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>**UPDATED on January 6, 2012**</p>
<p>Thanks to both user comments and NetApp themselves, we have determined that there is an easier way to add disks to members of a DAG without removing them from the DAG.  You can simply stop the Windows Clustering service (run the command &#8220;net stop ClusSvc&#8221; from the command line).  Obviously you should move any active mailbox databases on this DAG member to another DAG member before doing this, as stopping the clustering service will cause the databases to dismount and move on their own.  From there, you should be able to add the disk&#8217;s, start the clustering service, and your DAG member will automatically return to a normal operating mode, participating in the DAG.</p>
<p>Thanks to all who sent this in!!</p>
<p>**Original Article**</p>
<p>I recently ran into an issue where I was unable to add an RMD LUN to a Windows Guest running on VMWare vSphere.  Here is my setup.</p>
<p>I had a Windows 2008 R2 guest that was running Exchange Server 2010 SP1.  The guest was a Mailbox server that was a member of a Database Availability Group.  I was attaching the LUN’s to iSCSI RDM’s that were based on a NetApp FAS 3140 running ONTAP 7.3.2.  The guest was running version 6.3 of Snapdrive.</p>
<p>The guest had 12 iSCSI RDM’s working properly for month’s, but the issue arose when I tried to add more.  I would be able to select the volume, create the LUN, size, the mounting location of the LUN.  The issue was when in Snapdrive I was presented with where to store the RDM file for the VM.  See the screen below:</p>
<p><a href="http://port25.files.wordpress.com/2011/01/image.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="image" src="http://port25.files.wordpress.com/2011/01/image_thumb.png?w=450&#038;h=314" alt="image" width="450" height="314" border="0" /></a></p>
<p>The problem was the console starting freezing up, and generally not responding.</p>
<p><a href="http://port25.files.wordpress.com/2011/01/image1.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="image" src="http://port25.files.wordpress.com/2011/01/image_thumb1.png?w=385&#038;h=171" alt="image" width="385" height="171" border="0" /></a></p>
<p>After several minutes, I eventually received an error stating there was an “<strong>error in fetching number of vmfs datastores”</strong></p>
<p><a href="http://port25.files.wordpress.com/2011/01/clip_image002.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="clip_image002" src="http://port25.files.wordpress.com/2011/01/clip_image002_thumb.jpg?w=357&#038;h=144" alt="clip_image002" width="357" height="144" border="0" /></a></p>
<p>I tried all the basic’s, re-installing Snapdrive, upgrading to Snapdrive 6.3 PP1, rebooting the host, stopping and starting the service.</p>
<p>Turns out there is a bug in Snapdrive that causes the error above, when the Guest is a member of a Windows Cluster.  Since all DAG members utilize Windows Clustering, this applied to me.   The resolution was easy.</p>
<p>I moved all the databases off of the server in question.  Then, in Exchange Management Tools, I went to <strong>Organization Config-&gt;Mailbox</strong> and selected the <strong>Database Availability</strong> Tab.  Right click your dag and select <strong>Manage Database Availability Group Membership:</strong></p>
<p><a href="http://port25.files.wordpress.com/2011/01/untitled.jpg"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="Untitled" src="http://port25.files.wordpress.com/2011/01/untitled_thumb.jpg?w=438&#038;h=378" alt="Untitled" width="438" height="378" border="0" /></a></p>
<p>Right click the server in question, select <strong>Delete</strong> and then the manage button.  This will remove the server from the DAG.</p>
<p>[This will not cause any issue with the existing databases as we’ll see below]</p>
<p>Now, go back into Snapdrive and add your LUN’s, all should be working now.</p>
<p>After your done, add the server back to the Database Availability group, almost the same way you removed it, this time select Add, and then select the previously removed server and add it back.</p>
<p>Next, for each MailboxDatabase that the server has copies of, run this command in the Exchange Management Shell:</p>
<p><strong>Add-MailboxDatabaseCopy –Identity MB01 –MailboxServer NYDAGNODE1</strong></p>
<p>Or in the EMC, go to <strong>Organizational Configuration-&gt;Mailbox</strong> and right click each Mailbox Database and select <strong>Add Database Copy</strong>.  Then select your server.</p>
<p>Since the server still has copies of the Mailbox Databases, it will start to resynchronize with the DAG, and bring itself up to date.  That way you won’t need to reseed your entire DB which can take some time.</p>
<p>Hope someone finds this useful!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/port25.wordpress.com/695/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/port25.wordpress.com/695/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/port25.wordpress.com/695/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/port25.wordpress.com/695/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/port25.wordpress.com/695/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/port25.wordpress.com/695/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/port25.wordpress.com/695/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/port25.wordpress.com/695/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/port25.wordpress.com/695/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/port25.wordpress.com/695/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/port25.wordpress.com/695/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/port25.wordpress.com/695/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/port25.wordpress.com/695/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/port25.wordpress.com/695/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=port25.wordpress.com&amp;blog=5496111&amp;post=695&amp;subd=port25&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://port25.wordpress.com/2011/01/05/issue-adding-rdm-lun-to-exchange-2010-server-using-vmware-vsphere-and-netapp/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31acd64658e253ffbfc563987a702a69?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ponzekap2</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/01/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/01/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/01/clip_image002_thumb.jpg" medium="image">
			<media:title type="html">clip_image002</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2011/01/untitled_thumb.jpg" medium="image">
			<media:title type="html">Untitled</media:title>
		</media:content>
	</item>
		<item>
		<title>Migrating Exchange 2007 ActiveSync to Exchange 2010.  And why your Android may work but your Apple iphone / ipad may not.</title>
		<link>http://port25.wordpress.com/2010/09/28/migrating-exchange-2007-activesync-to-exchange-2010-and-why-your-android-may-work-but-your-apple-iphone-ipad-may-not/</link>
		<comments>http://port25.wordpress.com/2010/09/28/migrating-exchange-2007-activesync-to-exchange-2010-and-why-your-android-may-work-but-your-apple-iphone-ipad-may-not/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 19:43:33 +0000</pubDate>
		<dc:creator>ponzekap2</dc:creator>
				<category><![CDATA[ActiveSync]]></category>
		<category><![CDATA[Client Access]]></category>
		<category><![CDATA[exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Exchange 2007]]></category>

		<guid isPermaLink="false">https://port25.wordpress.com/2010/09/28/migrating-exchange-2007-activesync-to-exchange-2010-and-why-your-android-may-work-but-your-apple-iphone-ipad-may-not/</guid>
		<description><![CDATA[&#160; When doing a migration from Exchange 2007 to Exchange 2010, one of the biggest item’s you need to watch out for is the migration of the ActiveSync environment, and be aware of how it can affect your end users.&#160; You should also be aware of potential issues depending on the TYPE of active sync [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=port25.wordpress.com&amp;blog=5496111&amp;post=678&amp;subd=port25&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>When doing a migration from Exchange 2007 to Exchange 2010, one of the biggest item’s you need to watch out for is the migration of the ActiveSync environment, and be aware of how it can affect your end users.&#160; You should also be aware of potential issues depending on the TYPE of active sync device you are using, as some will work, and other’s will have issues. </p>
<p>First we’ll start with the migration.&#160; Our current Exchange 2007 ActiveSync environment is as follows:</p>
<p><a href="http://port25.files.wordpress.com/2010/09/exchange07as.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="Exchange07as" border="0" alt="Exchange07as" src="http://port25.files.wordpress.com/2010/09/exchange07as_thumb.jpg?w=450&#038;h=225" width="450" height="225" /></a> </p>
</p>
<p>Here, we have one internet facing site, the NY site.&#160; There is a DNS record for the CAS server in NY, <strong>activesync.company.com</strong> that points to the IP of the CAS server on the internet.&#160; We have set the –<strong>externalurl </strong>to <strong>activesync.company.com</strong> and the –<strong>internalurl</strong> to <strong>newyork2007.company.local</strong>.&#160; Note that <strong>newyork2007</strong> is the NETBIOS name of the CAS server in NY.&#160; We set both of these values with the following command:</p>
<p><strong>Set-ActiveSyncVirtualDirectory –Identity “newyork2007\Microsoft-Server-ActiveSync” –InternalURL newyork2007.company.local –ExternalURL activesync.company.local</strong></p>
<p>In London, we have set the <strong>InternalURL</strong> attribute to the local name of the server, but leave the <strong>ExternalURL</strong> attribute blank.&#160; We do not populate the <strong>ExternalURL</strong> attribute because London is not accessible directly from the internet.&#160; </p>
<p>Setting the –internalurl attribute updates the SCP in active directory, so that any system that query’s AD itself, will be able to return the internal URL the user should access.&#160; For instance, in our above scenario, LON07 the user configures his active sync device from the internet.&#160; He put’s in <strong>activesync.company.com</strong> as the server address, which is the external DNS name of the NY CAS server.&#160; The NY CAS server, as part of the Active Sync process, query’s Active Directory for the home mailbox of LON07, and then determines which site LON07 is in.&#160; Since LON07 is not in the same site as the NY CAS, the NY CAS then returns the value for <strong>ExternalURL</strong>.&#160; If we had entered a value here, such as <strong>lonactivesync.company.com</strong>, the users device would be redirected to it (as long as the device supported auto discovery, more on that later), and the user would connect, as long as that was configured properly.&#160; In our case, since there isn’t, the NY CAS uses the <strong>InternalURL</strong> entry to determine what address the NY CAS should use to proxy on behalf of the LON07 user.&#160; Essentially the NY CAS connects to the London CAS, and returns the Active Sync info to the users device, all seamless to the LON07 user. </p>
<p>Now, we start to introduce Exchange 2010 to the equation.&#160; Microsoft’s high level recommendation is to create a new namespace, called <strong>legacy.company.com</strong> and have this entry point to the 07 CAS, and slide the 2010 CAS into the existing <strong>activesync.company.com</strong> namespace.&#160;&#160; See the below diagram:</p>
<p><a href="http://port25.files.wordpress.com/2010/09/exchange2010as.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="Exchange2010as" border="0" alt="Exchange2010as" src="http://port25.files.wordpress.com/2010/09/exchange2010as_thumb.jpg?w=450&#038;h=208" width="450" height="208" /></a> </p>
<p>So we would need to reconfigure the –<strong>ExternalURL </strong>and –<strong>InternalURL</strong> attributes of the NY 07 CAS servers, as well as the NY 2010 CAS servers.&#160; They can all be done by changing the values of the command listed earlier in this article.&#160; The logic here is the same as 07-07 proxy.&#160; If the NYC07 user enters in <strong>activesync.company.com</strong> into his/hers server address on their ActiveSync device, the 2010 CAS server will query AD, and determine that he is a 2010 user, but in the same AD site.&#160; It will then query to see if an <strong>ExternalURL</strong> setting is populated, in which case ours is.&#160; That users device, if it supports activesync, will automatically be redirected to <strong>legacy.company.com</strong> and their profile loaded, all seamless to the end user.</p>
<p>If LON07 enters in <strong>activesync.company.com</strong> the NY 2010 CAS server query’s Active Directory, finds his mailbox is in another site, and checks to see if there is an <strong>ExternalURL</strong> entry.&#160; Since their isn&#8217;t, like before, it proxies the connection to the London 07 CAS server, all seamless to the end user.&#160; </p>
<p>Now, this is all great, but what happens if your device does not support auto discovery?&#160; Some active sync devices don’t work properly with auto discovery, and in that case, Microsoft recommends that you manually change their profile to point to <strong>legacy.company.com</strong>.&#160; Maybe not even that, but for security purposes you don’t allow external devices to use auto discover to determine the settings.&#160; In this case, you again have to manually point those devices to <strong>legacy.company.com</strong>&#160; If you have any significant number of users, this can be insanely time consuming.&#160; </p>
<p>Let me show you an example.&#160; I had configured everything as it was in the above diagram.&#160; I was configuring his active sync on an Apple iPad, a device that supports activesync.&#160; Problem was, his account wasn’t working.&#160; The following log file was taken from the NY 2010 CAS server for the NYC07 user, they are located at <strong>c:\inetpub\logs\LogFiles\W3SVC1</strong>:</p>
<p>&#160;</p>
<p><a href="http://port25.files.wordpress.com/2010/09/sep-280115-56.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="Sep. 2801 15.56" border="0" alt="Sep. 2801 15.56" src="http://port25.files.wordpress.com/2010/09/sep-280115-56_thumb.jpg?w=450&#038;h=298" width="450" height="298" /></a> Here, we can see that the NY 2010 CAS server is telling the device that it has the wrong URL, and is redirecting it to <strong>legacy.company.com</strong>.&#160; This is because the device has advertised that it can do auto discover.&#160; In our example, since auto discover is disabled, or because the device doesn’t handle auto discover properly, the user was getting a connection to server error on the iPad.</p>
<p>Now, with NO changes, let’s try configuring the same user, but not using the iPAD, but using Touchdown for the Android.&#160; Now, all work’s without issue, here is the log files:</p>
<p>&#160;</p>
<p><a href="http://port25.files.wordpress.com/2010/09/sep-280215-56.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="Sep. 2802 15.56" border="0" alt="Sep. 2802 15.56" src="http://port25.files.wordpress.com/2010/09/sep-280215-56_thumb.jpg?w=450&#038;h=283" width="450" height="283" /></a> </p>
<p>In this case, the configuration worked without issue.&#160; Notice how it also says <strong>PrxTo:newyork07.company.local</strong>.&#160; This is because since Touchdown did not advertise to Exchange that it could do auto discovery, Exchange knew it would have to proxy the connection back to the NY 07 CAS server to allow this to complete successfully. </p>
<p>The funny thing is, if we were to configure LON07 on the iPAD it would work fine.&#160; Why?&#160; Because since the London 07 CAS server does NOT have a value for <strong>ExternalURL</strong>, Exchange knows it HAS to proxy to London 07 CAS for all London users.</p>
<p>So, we want the same behavior for the NY users on 07.&#160; To do so, we simply need to clear the <strong>ExternalURL</strong>value on the NY 07 CAS server.&#160; We would do so with the following command:</p>
<p><strong>Set-ActiveSyncVirtualDirectory –Identity “newyork2007\Microsoft-Server-ActiveSync” –InternalURL newyork2007.company.local –ExternalURL $null</strong></p>
<p>This would wipe out the <strong>ExternalURL</strong> value.&#160; The downside to this, is that auto discover for this URL would not be included, so if you used Outlook Anywhere, or other devices to connect using Auto discover, it would cause issues.&#160; If you didn’t though, for instance you disable auto discover, this fixes all your issues.&#160; Now when you try to connect NYC07’s mailbox to the iPad, since there is no <strong>ExternalURL</strong> entry for the NY 07 CAS server, the NY 2010 CAS server is forced to proxy:</p>
<p>&#160;</p>
<p><a href="http://port25.files.wordpress.com/2010/09/sep-280315-56.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="Sep. 2803 15.56" border="0" alt="Sep. 2803 15.56" src="http://port25.files.wordpress.com/2010/09/sep-280315-56_thumb.jpg?w=450&#038;h=177" width="450" height="177" /></a> </p>
<p>Now, all existing 07 users will continue to have access to their mailbox’s via active sync and will not need any changes when their mailbox’s are moved to 2010.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/port25.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/port25.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/port25.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/port25.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/port25.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/port25.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/port25.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/port25.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/port25.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/port25.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/port25.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/port25.wordpress.com/678/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/port25.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/port25.wordpress.com/678/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=port25.wordpress.com&amp;blog=5496111&amp;post=678&amp;subd=port25&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://port25.wordpress.com/2010/09/28/migrating-exchange-2007-activesync-to-exchange-2010-and-why-your-android-may-work-but-your-apple-iphone-ipad-may-not/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31acd64658e253ffbfc563987a702a69?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ponzekap2</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2010/09/exchange07as_thumb.jpg" medium="image">
			<media:title type="html">Exchange07as</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2010/09/exchange2010as_thumb.jpg" medium="image">
			<media:title type="html">Exchange2010as</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2010/09/sep-280115-56_thumb.jpg" medium="image">
			<media:title type="html">Sep. 2801 15.56</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2010/09/sep-280215-56_thumb.jpg" medium="image">
			<media:title type="html">Sep. 2802 15.56</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2010/09/sep-280315-56_thumb.jpg" medium="image">
			<media:title type="html">Sep. 2803 15.56</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Update DAG Members to SP1 in Exchange 2010</title>
		<link>http://port25.wordpress.com/2010/09/23/how-to-update-dag-members-to-sp1-in-exchange-2010/</link>
		<comments>http://port25.wordpress.com/2010/09/23/how-to-update-dag-members-to-sp1-in-exchange-2010/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 14:55:52 +0000</pubDate>
		<dc:creator>ponzekap2</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[High Availability]]></category>
		<category><![CDATA[Database Availability Group]]></category>

		<guid isPermaLink="false">https://port25.wordpress.com/2010/09/23/how-to-update-dag-members-to-sp1-in-exchange-2010/</guid>
		<description><![CDATA[&#160; Exchange 2010 SP1 has been released, and comes with a slew of new and exciting features.&#160; Since we are all clamoring to get this installed in our environments, we should discuss how exactly we upgrade the members of our DAG so as to provide zero downtime to our users, and get our systems patched [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=port25.wordpress.com&amp;blog=5496111&amp;post=673&amp;subd=port25&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Exchange 2010 SP1 has been released, and comes with a slew of new and exciting features.&#160; Since we are all clamoring to get this installed in our environments, we should discuss how exactly we upgrade the members of our DAG so as to provide zero downtime to our users, and get our systems patched correctly.</p>
<p>From a high level view, remember we should be patching servers in the following order:   </p>
<ol>
<li>Client Access Servers</li>
<li>Hub Transport Servers</li>
<li>Edge Transport Servers</li>
<li>Mailbox Servers</li>
</ol>
<p>The process we discuss in this article can and should be applied to ALL updates to members of a DAG, not just major updates like service packs.</p>
<p>In our environment we have three total nodes:</p>
<ol>
<li>NYDAGNODE1</li>
<li>NYDAGNODE2</li>
<li>BOSDAGNODE1</li>
</ol>
<p>Let’s start with BOSDAGNODE1.&#160; Step one would be to move all active databases on BOSDAGNODE1 to another server.&#160; You want to ensure that it does not have any active databases on it.&#160; We can accomplish this in two ways. </p>
<p>In the EMC navigate to Server Config –&gt;Mailbox.&#160; Select the server in question and then select Switchover Server:</p>
<p><a href="http://port25.files.wordpress.com/2010/09/sep-230110-43.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="Sep. 2301 10.43" border="0" alt="Sep. 2301 10.43" src="http://port25.files.wordpress.com/2010/09/sep-230110-43_thumb.jpg?w=450&#038;h=288" width="450" height="288" /></a> </p>
<p>Then you can either automatically choose a target server, or specify one yourself:</p>
<p><a href="http://port25.files.wordpress.com/2010/09/image.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2010/09/image_thumb.png?w=450&#038;h=194" width="450" height="194" /></a> </p>
<p>Or, through the shell, you can run the command:</p>
<p><strong>Move-ActiveMailboxDatabase –Server DKPBOSDAGNODE1</strong></p>
<p><a href="http://port25.files.wordpress.com/2010/09/sep-230210-45.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="Sep. 2302 10.45" border="0" alt="Sep. 2302 10.45" src="http://port25.files.wordpress.com/2010/09/sep-230210-45_thumb.jpg?w=450&#038;h=76" width="450" height="76" /></a> </p>
<p>This will do the same thing as the console, and will automatically choose a target server.</p>
<p>Next, we want to block DKPBOSDAGNODE1 from activating it’s databases.&#160; This will prevent other servers from failing over to it.</p>
<p><strong>Set-MailboxServer DKPBOSDAGNODE1 –DatabaseCopyAutoActivationPolicy:blocked</strong></p>
<p><a href="http://port25.files.wordpress.com/2010/09/sep-230310-47.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="Sep. 2303 10.47" border="0" alt="Sep. 2303 10.47" src="http://port25.files.wordpress.com/2010/09/sep-230310-47_thumb.jpg?w=450&#038;h=50" width="450" height="50" /></a> </p>
<p>Now you can upgrade the server to Exchange 2010 SP1!</p>
<p>After its finished, run the following command to re-enable activation of the node:</p>
<p><strong>Set-MailboxServer DKPBOSDAGNODE1 –DatabaseCopyAutoActivationPolicy:unrestricted</strong></p>
<p><a href="http://port25.files.wordpress.com/2010/09/sep-230410-50.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="Sep. 2304 10.50" border="0" alt="Sep. 2304 10.50" src="http://port25.files.wordpress.com/2010/09/sep-230410-50_thumb.jpg?w=450&#038;h=41" width="450" height="41" /></a> </p>
<p>Now, you can proceed on the other nodes until your finished!</p>
<p>One caveat you need to be aware of.&#160; Exchange 2010 RTM servers can failover TO a dag node member running Exchange 2010 SP1, but a server running Exchange 2010 SP1 cannot failover to a dag node member NOT running Exchange 2010 SP1.&#160; So make sure your entire DAG is upgraded in a timely fashion!</p>
<p>As for your schedule, note that I chose to do Boston, which is our DR site first, because NY would still be able to fail over to it in case of a DR situation.&#160; Next, I can do one node at a time in NY.&#160; This allows me to keep my mailboxes local to my production site, while ensuring that I am covered should a DR situation arise.&#160; </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/port25.wordpress.com/673/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/port25.wordpress.com/673/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/port25.wordpress.com/673/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/port25.wordpress.com/673/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/port25.wordpress.com/673/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/port25.wordpress.com/673/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/port25.wordpress.com/673/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/port25.wordpress.com/673/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/port25.wordpress.com/673/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/port25.wordpress.com/673/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/port25.wordpress.com/673/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/port25.wordpress.com/673/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/port25.wordpress.com/673/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/port25.wordpress.com/673/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=port25.wordpress.com&amp;blog=5496111&amp;post=673&amp;subd=port25&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://port25.wordpress.com/2010/09/23/how-to-update-dag-members-to-sp1-in-exchange-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31acd64658e253ffbfc563987a702a69?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ponzekap2</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2010/09/sep-230110-43_thumb.jpg" medium="image">
			<media:title type="html">Sep. 2301 10.43</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2010/09/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2010/09/sep-230210-45_thumb.jpg" medium="image">
			<media:title type="html">Sep. 2302 10.45</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2010/09/sep-230310-47_thumb.jpg" medium="image">
			<media:title type="html">Sep. 2303 10.47</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2010/09/sep-230410-50_thumb.jpg" medium="image">
			<media:title type="html">Sep. 2304 10.50</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Lock Down Activesync Users to Specific Device in Exchange 2010 or Exchange 2007</title>
		<link>http://port25.wordpress.com/2010/06/25/how-to-lock-down-activesync-users-to-specific-device-in-exchange-2010-or-exchange-2007/</link>
		<comments>http://port25.wordpress.com/2010/06/25/how-to-lock-down-activesync-users-to-specific-device-in-exchange-2010-or-exchange-2007/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 19:23:57 +0000</pubDate>
		<dc:creator>ponzekap2</dc:creator>
				<category><![CDATA[ActiveSync]]></category>
		<category><![CDATA[Client Access]]></category>
		<category><![CDATA[exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[activesync]]></category>
		<category><![CDATA[client access]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">https://port25.wordpress.com/2010/06/25/how-to-lock-down-activesync-users-to-specific-device-in-exchange-2010-or-exchange-2007/</guid>
		<description><![CDATA[&#160; With the recent release of the Apple iPad, the new iPhone, not to mention the numerous Google Android phones available, there has been a dramatic increase in interest in using Exchange ActiveSync along with Exchange Server 2010 or Exchange Server 2007.&#160; Along with using these devices, comes certain questions regarding security.&#160; One of those [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=port25.wordpress.com&amp;blog=5496111&amp;post=660&amp;subd=port25&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>With the recent release of the Apple iPad, the new iPhone, not to mention the numerous Google Android phones available, there has been a dramatic increase in interest in using Exchange ActiveSync along with Exchange Server 2010 or Exchange Server 2007.&#160; </p>
<p>Along with using these devices, comes certain questions regarding security.&#160; One of those topics, covered by this post, is how to restrict end users to a specific ActiveSync device.&#160; Some ActiveSync devices do not support certain features, that Exchange Admins may want to ensure don’t connect to their systems.</p>
<p>For this example, we’ll run the <strong>Get-ActiveSyncDeviceStatistics –Mailbox pponzeka</strong> command to determine the DeviceID of the users current ActiveSync device:</p>
<p>&#160;</p>
</p>
<p><a href="http://port25.files.wordpress.com/2010/06/jun-231008-55.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="Jun. 2310 08.55" border="0" alt="Jun. 2310 08.55" src="http://port25.files.wordpress.com/2010/06/jun-231008-55_thumb.jpg?w=450&#038;h=158" width="450" height="158" /></a> </p>
<p>Note the DeviceID listed, 413030303030313542354533744.&#160; This is akin to a serial number for this particular active sync device, its unique per device.&#160; We can lock down this use, so that he can only use THIS device to connect to his mailbox via activesync.</p>
<p>To do so, we simple run the command <strong>Set-CasMailbox pponzeka –ActiveSyncAllowedDeviceIDs <em>number1,number2</em></strong></p>
<p><a href="http://port25.files.wordpress.com/2010/06/jun-231409-16.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="Jun. 2314 09.16" border="0" alt="Jun. 2314 09.16" src="http://port25.files.wordpress.com/2010/06/jun-231409-16_thumb.jpg?w=585&#038;h=51" width="585" height="51" /></a> </p>
<p>If we had multiple devices, you would just list both numbers separated by a comma. </p>
<p>If you ever want to remove the restriction, simply enter the null value:</p>
<p><strong>Set-CasMailbox pponzeka –ActiveSyncAllowedDeviceIDs:$null</strong></p>
</p>
<p><a href="http://port25.files.wordpress.com/2010/06/image.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://port25.files.wordpress.com/2010/06/image_thumb.png?w=520&#038;h=61" width="520" height="61" /></a> </p>
<p>This will set this users mailbox back to the default of allowing all activesync device’s to connect!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/port25.wordpress.com/660/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/port25.wordpress.com/660/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/port25.wordpress.com/660/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/port25.wordpress.com/660/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/port25.wordpress.com/660/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/port25.wordpress.com/660/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/port25.wordpress.com/660/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/port25.wordpress.com/660/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/port25.wordpress.com/660/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/port25.wordpress.com/660/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/port25.wordpress.com/660/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/port25.wordpress.com/660/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/port25.wordpress.com/660/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/port25.wordpress.com/660/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=port25.wordpress.com&amp;blog=5496111&amp;post=660&amp;subd=port25&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://port25.wordpress.com/2010/06/25/how-to-lock-down-activesync-users-to-specific-device-in-exchange-2010-or-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/31acd64658e253ffbfc563987a702a69?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ponzekap2</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2010/06/jun-231008-55_thumb.jpg" medium="image">
			<media:title type="html">Jun. 2310 08.55</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2010/06/jun-231409-16_thumb.jpg" medium="image">
			<media:title type="html">Jun. 2314 09.16</media:title>
		</media:content>

		<media:content url="http://port25.files.wordpress.com/2010/06/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
	</channel>
</rss>
