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

<channel>
	<title>Troubleshooting Exchange</title>
	<atom:link href="http://exchangemaster.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://exchangemaster.wordpress.com</link>
	<description>Jedi&#039;s Exchange Log</description>
	<lastBuildDate>Mon, 23 Jan 2012 06:04:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='exchangemaster.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Troubleshooting Exchange</title>
		<link>http://exchangemaster.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://exchangemaster.wordpress.com/osd.xml" title="Troubleshooting Exchange" />
	<atom:link rel='hub' href='http://exchangemaster.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Getting Lync PowerShell to use RBAC</title>
		<link>http://exchangemaster.wordpress.com/2011/12/14/getting-lync-powershell-to-use-rbac/</link>
		<comments>http://exchangemaster.wordpress.com/2011/12/14/getting-lync-powershell-to-use-rbac/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 01:03:40 +0000</pubDate>
		<dc:creator>Jedi Hammond</dc:creator>
				<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[Lync 2010]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Lync]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[RBAC]]></category>

		<guid isPermaLink="false">https://exchangemaster.wordpress.com/?p=842</guid>
		<description><![CDATA[You may find that some things will work in the Lync GUI that will not work in PowerShell (Access Denied), the reason for this is that RBAC only applies to remote PowerShell and local PowerShell uses the AD permissions and &#8230; <a href="http://exchangemaster.wordpress.com/2011/12/14/getting-lync-powershell-to-use-rbac/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&amp;blog=10618152&amp;post=842&amp;subd=exchangemaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You may find that some things will work in the Lync GUI that will not work in PowerShell (Access Denied), the reason for this is that RBAC only applies to remote PowerShell and local PowerShell uses the AD permissions and not RBAC.</p>
<p>To resolve this you can login to PowerShell using the following script: (Copy the contents to a file and name it Connect-Lync.ps1)</p>
<blockquote><p>$usercredential = get-credential<br />
$pso = new-pssessionoption -skipcacheck -SkipCNCheck -SkipRevocationCheck<br />
$session= New-PSSession -ConnectionUri <a href="https://localhost/ocspowershell">https://localhost/ocspowershell</a> -credential $usercredential -sessionoption $pso<br />
import-pssession $session</p></blockquote>
<p>Note: 1. This script ignores the certificate (so it will work if your using a self signed cert)<br />
          2. You may need to modify the execution policy to run this unsigned script in PowerShell “set-executionpolicy remote”</p>
<p>References:</p>
<blockquote><p><a title="http://technet.microsoft.com/en-us/library/gg399050.aspx" href="http://technet.microsoft.com/en-us/library/gg399050.aspx “Note">http://technet.microsoft.com/en-us/library/gg399050.aspx<span style="color:#d16349;font-size:xx-small;"><br />
“Note</span> that RBAC applies only to remote management. If you are logged on to a computer running Lync Server 2010 and you open Lync Server Management Shell, RBAC roles will not be enforced. Instead, security is enforced primarily through the security groups RTCUniversalServerAdmins; RTCUniversalUserAdmins; and RTCUniversalReadOnlyAdmins.”</a></p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/exchangemaster.wordpress.com/842/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/exchangemaster.wordpress.com/842/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/exchangemaster.wordpress.com/842/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/exchangemaster.wordpress.com/842/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/exchangemaster.wordpress.com/842/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/exchangemaster.wordpress.com/842/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/exchangemaster.wordpress.com/842/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/exchangemaster.wordpress.com/842/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/exchangemaster.wordpress.com/842/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/exchangemaster.wordpress.com/842/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/exchangemaster.wordpress.com/842/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/exchangemaster.wordpress.com/842/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/exchangemaster.wordpress.com/842/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/exchangemaster.wordpress.com/842/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&amp;blog=10618152&amp;post=842&amp;subd=exchangemaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://exchangemaster.wordpress.com/2011/12/14/getting-lync-powershell-to-use-rbac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d46fa0ba7d34193bfe759d6c5786cfa3?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">atkjedi</media:title>
		</media:content>
	</item>
		<item>
		<title>The Problem with Hardware VSS Providers and Cluster Technologies like CSV and DAG</title>
		<link>http://exchangemaster.wordpress.com/2011/12/12/the-problem-with-hardware-vss-providers-and-cluster-technologies-like-csv-and-dag/</link>
		<comments>http://exchangemaster.wordpress.com/2011/12/12/the-problem-with-hardware-vss-providers-and-cluster-technologies-like-csv-and-dag/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 02:50:05 +0000</pubDate>
		<dc:creator>Jedi Hammond</dc:creator>
				<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Hyper-v]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[DAG]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[VSS]]></category>

		<guid isPermaLink="false">https://exchangemaster.wordpress.com/?p=838</guid>
		<description><![CDATA[In solutions like DAG and CSV you can have issues with VSS backups completing if you are attached to a SAN and using a hardware provider. The reason for this is because the LUN needs to pause the processes accessing &#8230; <a href="http://exchangemaster.wordpress.com/2011/12/12/the-problem-with-hardware-vss-providers-and-cluster-technologies-like-csv-and-dag/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&amp;blog=10618152&amp;post=838&amp;subd=exchangemaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>In solutions like DAG and CSV you can have issues with VSS backups completing if you are attached to a SAN and using a hardware provider.<br />
The reason for this is because the LUN needs to pause the processes accessing the LUN but if another server is the one in control  of data on that LUN its unable to do that on a single host.<br />
Here are some details as well as ways to resolve this issue.</p></blockquote>
<h2>Scenarios:</h2>
<h3>1. CSV Issue</h3>
<ul>
<li><a href="http://exchangemaster.files.wordpress.com/2011/12/image.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;float:right;padding-top:0;border-width:0;" title="image" src="http://exchangemaster.files.wordpress.com/2011/12/image_thumb.png?w=517&#038;h=243" alt="image" width="517" height="243" align="right" border="0" /></a><a href="http://exchangemaster.files.wordpress.com/2011/12/image1.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;float:left;padding-top:0;border:0;" title="image" src="http://exchangemaster.files.wordpress.com/2011/12/image_thumb1.png?w=502&#038;h=245" alt="image" width="502" height="245" align="left" border="0" /></a>Multiple Servers with a shared CSV Volume and VMS distributed across nodes may fail if you are using hardware VSS providers because it wants to snapshot the entire LUN but the node you are running the snap shot from doesn’t have access to all the VMS in order to pause them before committing the snapshot.</li>
</ul>
<ol>
<li><em>You can resolve this in one of 2 ways.</em><br />
<strong>1. </strong><span style="color:#000000;"><strong>Move all the VMs to a single node or host until the backup is completed.<br />
</strong></span><strong>2. D<span style="color:#000000;"><strong>isable or remove your hardware based VSS provider.</strong></span></strong></li>
</ol>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h3>2. DAG Issue</h3>
<blockquote><p><a href="http://exchangemaster.files.wordpress.com/2011/12/image2.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;float:left;padding-top:0;border:0;" title="image" src="http://exchangemaster.files.wordpress.com/2011/12/image_thumb2.png?w=497&#038;h=279" alt="image" width="497" height="279" align="left" border="0" /></a><a href="http://exchangemaster.files.wordpress.com/2011/12/image3.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;float:right;padding-top:0;border:0;" title="image" src="http://exchangemaster.files.wordpress.com/2011/12/image_thumb3.png?w=473&#038;h=266" alt="image" width="473" height="266" align="right" border="0" /></a></p></blockquote>
<p>This issue may come up not because you are sharing LUNS and have active data  on separate nodes (as above) but because you may use a separate provider for Active and Passive backups. When you try to backup a LUN that has both active and passive databases a hardware provider may try to use two different writers to snapshot the LUN. You can verify this by moving all active databases to one node to backup.</p>
<ol>
<li><em>You can resolve this in one of 3 ways.</em><br />
<strong>1. Do not put multiple databases on a single LUN.<br />
2. Move all Databases to one node before running backup</strong></li>
<li><strong>3. Disable you hardware based VSS provider</strong></li>
</ol>
<p>&nbsp;</p>
<p>NOTE: Disabling your hardware provider will likely cause your backups to take much longer</p>
<p>References</p>
<ul>
<li><a href="http://blog.concurrency.com/infrastructure/hyper-v-disabling-vss-hardware-backups-for-equallogic-sans/">Disable Equal Logic VSS Writer</a> – Run C:\Program Files\EqualLogic\bin&gt;eqlvss /unregserver”</li>
<li><a href="Software\Microsoft\Microsoft Data Protection Manager\Agent\UseSystemSoftwareProvider">Disable Hardware VSS in DPM</a> – Add the following key to the registry [Software\Microsoft\Microsoft Data Protection Manager\Agent\UseSystemSoftwareProvider]</li>
<li><a href="http://technet.microsoft.com/en-us/library/ee923636(WS.10).aspx">How VSS Works</a></li>
<li><em>If you know how to disable other providers please let me know and I will add it to this document!</em></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/exchangemaster.wordpress.com/838/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/exchangemaster.wordpress.com/838/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/exchangemaster.wordpress.com/838/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/exchangemaster.wordpress.com/838/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/exchangemaster.wordpress.com/838/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/exchangemaster.wordpress.com/838/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/exchangemaster.wordpress.com/838/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/exchangemaster.wordpress.com/838/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/exchangemaster.wordpress.com/838/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/exchangemaster.wordpress.com/838/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/exchangemaster.wordpress.com/838/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/exchangemaster.wordpress.com/838/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/exchangemaster.wordpress.com/838/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/exchangemaster.wordpress.com/838/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&amp;blog=10618152&amp;post=838&amp;subd=exchangemaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://exchangemaster.wordpress.com/2011/12/12/the-problem-with-hardware-vss-providers-and-cluster-technologies-like-csv-and-dag/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d46fa0ba7d34193bfe759d6c5786cfa3?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">atkjedi</media:title>
		</media:content>

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

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

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

		<media:content url="http://exchangemaster.files.wordpress.com/2011/12/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Moderated Calendar in Exchange 2010 (Using a Resource Mailbox for calendars)</title>
		<link>http://exchangemaster.wordpress.com/2011/11/03/moderated-calendar-in-exchange-2010-using-a-resource-mailbox-for-calendars/</link>
		<comments>http://exchangemaster.wordpress.com/2011/11/03/moderated-calendar-in-exchange-2010-using-a-resource-mailbox-for-calendars/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 00:00:17 +0000</pubDate>
		<dc:creator>Jedi Hammond</dc:creator>
				<category><![CDATA[2007]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Moderated]]></category>
		<category><![CDATA[Resource mailbox]]></category>

		<guid isPermaLink="false">https://exchangemaster.wordpress.com/2011/11/03/moderated-calendar-in-exchange-2010-using-a-resource-mailbox-for-calendars/</guid>
		<description><![CDATA[Room1 is the room that needs to be moderated MailUser2010 and MailUser2007 are the users that need to have authorization to approve and view the meeting requests Create a Moderated Resource Calendar mailbox in 3 easy steps Open Exchange Management &#8230; <a href="http://exchangemaster.wordpress.com/2011/11/03/moderated-calendar-in-exchange-2010-using-a-resource-mailbox-for-calendars/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&amp;blog=10618152&amp;post=825&amp;subd=exchangemaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li><strong>Room1</strong> is the room that needs to be moderated</li>
<li><strong>MailUser2010</strong> and <strong>MailUser2007</strong> are the users that need to have authorization to approve and view the meeting requests</li>
</ul>
<h3>Create a Moderated Resource Calendar mailbox in 3 easy steps</h3>
<ol>
<li><font color="#000000">Open Exchange Management Shell       <br /></font></li>
<li><em><font></font></em><em><font><font size="2"><font color="#000000"><font>New-Mailbox -Name <strong>&#8216;room1</strong>&#8216; -Alias &#8216;<strong>room1’</strong> -UserPrincipalName <strong>&#8216;room1@MyDomain.Com&#8217;</strong> -SamAccountName <strong>&#8216;room1&#8242;</strong> -FirstName <strong>&#8216;room1&#8242;</strong> –Room</font>              <br /></font></font></font></em></li>
<li><em><font color="#000000" size="2">set-CalendarProcessing -Identity &quot;<strong>Room1</strong>&quot; –AutomateProcessing AutoAccept –ResourceDelegates “<strong>MailUser2010</strong>”,”<strong>MailUser2007</strong>” -AllBookInPolicy $false -AllRequestInPolicy $true</font></em></li>
</ol>
<p><font color="#000000"><font color="#000000">You can make further adjustments with: <em><font>set-CalendarProcessing -Identity &quot;</font></em><strong><em><font>Room1”</font></em> </strong>or use the Exchange Management Console (EMC) and modify the properties of the mailbox you just created (Specifically the “Policy” Tabs)        <br />And you can view settings with <em><font>Get-CalendarProcessing -Identity &quot;</font></em></font><strong><em><font color="#000000">Room1”</font></em> </strong></font></p>
<h3>You can now add the calendar to view and approve in OWA and two users are now able to authorize room access.</h3>
<h2>To View the new Calendar</h2>
<ol>
<li>Open OWA as a user that you have given delegate access</li>
<li>Click on Calendar</li>
<li>Click Share, then Add Calendar</li>
<li><a href="http://exchangemaster.files.wordpress.com/2011/11/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://exchangemaster.files.wordpress.com/2011/11/image_thumb.png?w=493&#038;h=372" width="493" height="372" /></a></li>
<li>Type in or browse for your new room calendar</li>
<li><a href="http://exchangemaster.files.wordpress.com/2011/11/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://exchangemaster.files.wordpress.com/2011/11/image_thumb1.png?w=290&#038;h=245" width="290" height="245" /></a></li>
<li>You can now see both calendars</li>
<li><a href="http://exchangemaster.files.wordpress.com/2011/11/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://exchangemaster.files.wordpress.com/2011/11/image_thumb2.png?w=404&#038;h=304" width="404" height="304" /></a></li>
</ol>
<h2>To Book a room</h2>
<ol>
<li>Open OWA as a standard user</li>
<li>Click on calendar</li>
<li>Click New (to create a new Calendar entry)</li>
<li>Click the scheduling Assistant tab</li>
<li>Either Type in room name under Select Rooms, or click select Rooms to find the room you want to book</li>
<li>Click the check box on the room to add it</li>
<li><a href="http://exchangemaster.files.wordpress.com/2011/11/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://exchangemaster.files.wordpress.com/2011/11/image_thumb3.png?w=398&#038;h=296" width="398" height="296" /></a></li>
<li>on the Appointment Tab enter the Subject, add other attendees and notes</li>
<li>Click Send.</li>
</ol>
<h2>To Accept \ reject a Meeting invite</h2>
<ol>
<li>Open the Calendar as a user that has access to moderate the room</li>
<li>Find the Request in your inbox</li>
<li>Double click the invite and choose Accept\or Accept (its defaulted to tentative already</li>
<li><a href="http://exchangemaster.files.wordpress.com/2011/11/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://exchangemaster.files.wordpress.com/2011/11/image_thumb4.png?w=347&#038;h=250" width="347" height="250" /></a></li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/exchangemaster.wordpress.com/825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/exchangemaster.wordpress.com/825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/exchangemaster.wordpress.com/825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/exchangemaster.wordpress.com/825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/exchangemaster.wordpress.com/825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/exchangemaster.wordpress.com/825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/exchangemaster.wordpress.com/825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/exchangemaster.wordpress.com/825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/exchangemaster.wordpress.com/825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/exchangemaster.wordpress.com/825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/exchangemaster.wordpress.com/825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/exchangemaster.wordpress.com/825/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/exchangemaster.wordpress.com/825/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/exchangemaster.wordpress.com/825/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&amp;blog=10618152&amp;post=825&amp;subd=exchangemaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://exchangemaster.wordpress.com/2011/11/03/moderated-calendar-in-exchange-2010-using-a-resource-mailbox-for-calendars/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d46fa0ba7d34193bfe759d6c5786cfa3?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">atkjedi</media:title>
		</media:content>

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

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

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

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

		<media:content url="http://exchangemaster.files.wordpress.com/2011/11/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Configure Split DNS for a specific Host</title>
		<link>http://exchangemaster.wordpress.com/2011/10/28/configure-split-dns-for-specific-host/</link>
		<comments>http://exchangemaster.wordpress.com/2011/10/28/configure-split-dns-for-specific-host/#comments</comments>
		<pubDate>Sat, 29 Oct 2011 02:56:46 +0000</pubDate>
		<dc:creator>Jedi Hammond</dc:creator>
				<category><![CDATA[2003]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Split DNS]]></category>

		<guid isPermaLink="false">https://exchangemaster.wordpress.com/2011/10/28/configure-split-dns-for-specific-host/</guid>
		<description><![CDATA[&#160; Say I have domain.com and its hosted externally. I add an exchange server and, I add an external record pointing to my server called mail.domain.com and it points to my external IP. I ALSO want to be able to &#8230; <a href="http://exchangemaster.wordpress.com/2011/10/28/configure-split-dns-for-specific-host/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&amp;blog=10618152&amp;post=813&amp;subd=exchangemaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Say I have domain.com and its hosted externally.   <br />I add an exchange server and, I add an external record pointing to my server called mail.domain.com and it points to my external IP.    <br />I ALSO want to be able to access my server using the internal IP instead of going through my firewall and back in. (This is called split DNS)</p>
<p>Split DNS = I have 2 DNS zones, one external and one internal for the same domain.   <br />The issue is that you have to manage both zones individually (even if you only need one specific host record)</p>
<p>And alternative method is to create a zone JUST for that one host name.</p>
<p>Here are the directions to create a domain and same as parent A record</p>
<ol>
<li>Open DNS on your DC, right click Forward Lookup Zone, and select&#160; New Zone</li>
<li><a href="http://exchangemaster.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://exchangemaster.files.wordpress.com/2011/10/image_thumb.png?w=235&#038;h=281" width="235" height="281" /></a></li>
<li><a href="http://exchangemaster.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://exchangemaster.files.wordpress.com/2011/10/image_thumb1.png?w=431&#038;h=331" width="431" height="331" /></a></li>
<li><a href="http://exchangemaster.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://exchangemaster.files.wordpress.com/2011/10/image_thumb2.png?w=398&#038;h=303" width="398" height="303" /></a></li>
<li><a href="http://exchangemaster.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://exchangemaster.files.wordpress.com/2011/10/image_thumb3.png?w=393&#038;h=302" width="393" height="302" /></a></li>
<li><a href="http://exchangemaster.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://exchangemaster.files.wordpress.com/2011/10/image_thumb4.png?w=338&#038;h=256" width="338" height="256" /></a></li>
<li><a href="http://exchangemaster.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://exchangemaster.files.wordpress.com/2011/10/image_thumb5.png?w=368&#038;h=282" width="368" height="282" /></a></li>
<li><a href="http://exchangemaster.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://exchangemaster.files.wordpress.com/2011/10/image_thumb6.png?w=372&#038;h=286" width="372" height="286" /></a></li>
<li><a href="http://exchangemaster.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://exchangemaster.files.wordpress.com/2011/10/image_thumb7.png?w=253&#038;h=290" width="253" height="290" /></a></li>
<li><a href="http://exchangemaster.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://exchangemaster.files.wordpress.com/2011/10/image_thumb8.png?w=376&#038;h=374" width="376" height="374" /></a></li>
<li><a href="http://exchangemaster.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://exchangemaster.files.wordpress.com/2011/10/image_thumb9.png?w=400&#038;h=329" width="400" height="329" /></a></li>
</ol>
<p>Now you have split DNS for the single host name only.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/exchangemaster.wordpress.com/813/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/exchangemaster.wordpress.com/813/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/exchangemaster.wordpress.com/813/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/exchangemaster.wordpress.com/813/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/exchangemaster.wordpress.com/813/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/exchangemaster.wordpress.com/813/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/exchangemaster.wordpress.com/813/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/exchangemaster.wordpress.com/813/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/exchangemaster.wordpress.com/813/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/exchangemaster.wordpress.com/813/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/exchangemaster.wordpress.com/813/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/exchangemaster.wordpress.com/813/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/exchangemaster.wordpress.com/813/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/exchangemaster.wordpress.com/813/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&amp;blog=10618152&amp;post=813&amp;subd=exchangemaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://exchangemaster.wordpress.com/2011/10/28/configure-split-dns-for-specific-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d46fa0ba7d34193bfe759d6c5786cfa3?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">atkjedi</media:title>
		</media:content>

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

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

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

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

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

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

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

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

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

		<media:content url="http://exchangemaster.files.wordpress.com/2011/10/image_thumb9.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Publish all exchange roles on one TMG listener</title>
		<link>http://exchangemaster.wordpress.com/2011/08/29/publish-all-exchange-roles-on-one-tmg-listener/</link>
		<comments>http://exchangemaster.wordpress.com/2011/08/29/publish-all-exchange-roles-on-one-tmg-listener/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 02:15:09 +0000</pubDate>
		<dc:creator>Jedi Hammond</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[TMG]]></category>
		<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">https://exchangemaster.wordpress.com/2011/08/29/publish-all-exchange-roles-on-one-tmg-listener/</guid>
		<description><![CDATA[I have had a few requests for publishing everything on one listener, so here is it (this is an addendum to the rest of the articles not a re-write) OA\EWS and OAB should be able to use the form based &#8230; <a href="http://exchangemaster.wordpress.com/2011/08/29/publish-all-exchange-roles-on-one-tmg-listener/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&amp;blog=10618152&amp;post=790&amp;subd=exchangemaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have had a few requests for publishing everything on one listener, so here is it (this is an addendum to the rest of the articles not a re-write)</p>
<blockquote><p><font size="1"><em>OA\EWS and OAB should be able to use the form based listener because it is supposed to change to basic, this is based on information provided by outlook when connecting. (it doesn’t always work but here is how to make it)</em></font></p>
</blockquote>
<p><font size="2">To make this work every time here are the steps:</font></p>
<ol>
<li>Publish OWA using the following article.      <br /><a title="http://exchangemaster.wordpress.com/2010/04/09/publish-exchange-2010-with-tmg-forefront-threat-management-gateway/" href="http://exchangemaster.wordpress.com/2010/04/09/publish-exchange-2010-with-tmg-forefront-threat-management-gateway/">http://exchangemaster.wordpress.com/2010/04/09/publish-exchange-2010-with-tmg-forefront-threat-management-gateway/</a> </li>
<li>Publish OA\EWS\OAB using the this article </li>
</ol>
<p><strong>NOTE:</strong> <em><u>This Method moves the authentication from the TMG to the Exchange server eliminating Pre-authentication for Outlook Anywhere.       <br />This will also work for publishing ADFS 2.0 for Office 365 using a single listener (Coming Soon)</u></em></p>
<p><strong><em>Configure Outlook anywhere rule on TMG</em></strong></p>
<ol>
<li>Open Forefront TMG </li>
<li>Click on <a href="http://exchangemaster.files.wordpress.com/2010/04/image_thumb511.png"><img style="display:inline;border-width:0;" title="image_thumb5[1]" border="0" alt="image_thumb5[1]" src="http://exchangemaster.files.wordpress.com/2010/04/image_thumb51_thumb1.png?w=110&#038;h=22" width="110" height="22" /></a> </li>
<li>In the Action Pane under Task click <a href="http://exchangemaster.files.wordpress.com/2010/04/image_thumb611.png"><img style="display:inline;border-width:0;" title="image_thumb6[1]" border="0" alt="image_thumb6[1]" src="http://exchangemaster.files.wordpress.com/2010/04/image_thumb61_thumb1.png?w=138&#038;h=32" width="138" height="32" /></a> </li>
<li>Give the rule a Name ill name mine “2010 OA” </li>
<li><a href="http://exchangemaster.files.wordpress.com/2010/04/image20.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://exchangemaster.files.wordpress.com/2010/04/image_thumb20.png?w=414&#038;h=388" width="414" height="388" /></a> </li>
<li>Next –&gt; Next </li>
<li><a href="http://exchangemaster.files.wordpress.com/2010/04/image_thumb81.png"><img style="display:inline;border-width:0;" title="image_thumb8[1]" border="0" alt="image_thumb8[1]" src="http://exchangemaster.files.wordpress.com/2010/04/image_thumb81_thumb.png?w=404&#038;h=379" width="404" height="379" /></a> </li>
<li>Internal Site Name should be your CAS server FQDN (needs to be on the cert) </li>
<li><a href="http://exchangemaster.files.wordpress.com/2010/04/image_thumb91.png"><img style="display:inline;border-width:0;" title="image_thumb9[1]" border="0" alt="image_thumb9[1]" src="http://exchangemaster.files.wordpress.com/2010/04/image_thumb91_thumb.png?w=396&#038;h=373" width="396" height="373" /></a> </li>
<li>The external name is what you use to access OA (Also needs to be on the cert) </li>
<li><a href="http://exchangemaster.files.wordpress.com/2010/04/image21.png"><img style="display:inline;border-width:0;" title="image" border="0" alt="image" src="http://exchangemaster.files.wordpress.com/2010/04/image_thumb21.png?w=392&#038;h=368" width="392" height="368" /></a> </li>
<li>Click –&gt; Next –&gt; Finish –&gt; Select the Listener. (Choose the OWA listener you created before)</li>
<li><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;border-top:0;border-right:0;padding-top:0;" border="0" src="http://exchangemaster.files.wordpress.com/2010/04/image17.png?w=387&#038;h=362" width="387" height="362" />      <br />This step moves the auth from the TMG server and moves it to the Exchange</li>
<li><a href="http://exchangemaster.files.wordpress.com/2011/08/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://exchangemaster.files.wordpress.com/2011/08/image_thumb.png?w=383&#038;h=360" width="383" height="360" /></a></li>
<li>Modify the User set to include “all users” and remove “all authenticated users”.</li>
<li><a href="http://exchangemaster.files.wordpress.com/2011/08/clip_image002.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="clip_image002" border="0" alt="clip_image002" src="http://exchangemaster.files.wordpress.com/2011/08/clip_image002_thumb.jpg?w=378&#038;h=349" width="378" height="349" /></a></li>
<li>You may get the following error you can click ok and ignore it. (Do not check require users to authenticate check box on the listener or this method will not work)</li>
<li><a href="http://exchangemaster.files.wordpress.com/2011/08/clip_image0025.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="clip_image002[5]" border="0" alt="clip_image002[5]" src="http://exchangemaster.files.wordpress.com/2011/08/clip_image0025_thumb.jpg?w=340&#038;h=173" width="340" height="173" /></a></li>
<li>Finish </li>
<li>Now Outlook anywhere is published using the same listener as OWA! (Albeit without pre-auth)</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/exchangemaster.wordpress.com/790/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/exchangemaster.wordpress.com/790/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/exchangemaster.wordpress.com/790/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/exchangemaster.wordpress.com/790/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/exchangemaster.wordpress.com/790/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/exchangemaster.wordpress.com/790/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/exchangemaster.wordpress.com/790/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/exchangemaster.wordpress.com/790/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/exchangemaster.wordpress.com/790/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/exchangemaster.wordpress.com/790/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/exchangemaster.wordpress.com/790/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/exchangemaster.wordpress.com/790/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/exchangemaster.wordpress.com/790/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/exchangemaster.wordpress.com/790/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&amp;blog=10618152&amp;post=790&amp;subd=exchangemaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://exchangemaster.wordpress.com/2011/08/29/publish-all-exchange-roles-on-one-tmg-listener/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d46fa0ba7d34193bfe759d6c5786cfa3?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">atkjedi</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2010/04/image_thumb51_thumb1.png" medium="image">
			<media:title type="html">image_thumb5[1]</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2010/04/image_thumb61_thumb1.png" medium="image">
			<media:title type="html">image_thumb6[1]</media:title>
		</media:content>

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

		<media:content url="http://exchangemaster.files.wordpress.com/2010/04/image_thumb81_thumb.png" medium="image">
			<media:title type="html">image_thumb8[1]</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2010/04/image_thumb91_thumb.png" medium="image">
			<media:title type="html">image_thumb9[1]</media:title>
		</media:content>

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

		<media:content url="http://exchangemaster.files.wordpress.com/2010/04/image17.png" medium="image" />

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

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

		<media:content url="http://exchangemaster.files.wordpress.com/2011/08/clip_image0025_thumb.jpg" medium="image">
			<media:title type="html">clip_image002[5]</media:title>
		</media:content>
	</item>
		<item>
		<title>Configure your target URL for OWA redirect when migrating users to the cloud</title>
		<link>http://exchangemaster.wordpress.com/2011/07/28/configure-your-target-url-for-owa-redirect-when-migrating-users-to-the-cloud/</link>
		<comments>http://exchangemaster.wordpress.com/2011/07/28/configure-your-target-url-for-owa-redirect-when-migrating-users-to-the-cloud/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 23:48:49 +0000</pubDate>
		<dc:creator>Jedi Hammond</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[BPOS]]></category>
		<category><![CDATA[Office365]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">https://exchangemaster.wordpress.com/2011/07/28/configure-your-target-url-for-owa-redirect-when-migrating-users-to-the-cloud/</guid>
		<description><![CDATA[&#160; When you migrate&#160; a user to Office 365&#160; you want OWA users to have a simple redirect to office 365 and not get this error: Also you want to give your users an easy OWA url not http://outlook.com/owa/mysupercooldomain.com The &#8230; <a href="http://exchangemaster.wordpress.com/2011/07/28/configure-your-target-url-for-owa-redirect-when-migrating-users-to-the-cloud/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&amp;blog=10618152&amp;post=774&amp;subd=exchangemaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>When you migrate&#160; a user to Office 365&#160; you want OWA users to have a simple redirect to office 365 and not get this error:</p>
<p><a href="http://exchangemaster.files.wordpress.com/2011/07/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://exchangemaster.files.wordpress.com/2011/07/image_thumb.png?w=610&#038;h=80" width="610" height="80" /></a></p>
<p>Also you want to give your users an easy OWA url not <a href="http://outlook.com/owa/mysupercooldomain.com">http://outlook.com/owa/mysupercooldomain.com</a></p>
<p>The solution is 2 steps</p>
<ol>
<li>create a cname record that points to outlook.com ( i.e. OWA.mysupercooldomain.com = outlook.com)</li>
<li>add that record to your organization relationship</li>
<ol>
<li>set-orginaizationrelationship –targetOwaUrl <a href="http://owa.mysupercooldomain.com/owa">http://owa.mysupercooldomain.com/owa</a></li>
</ol>
<li>Give OWA.mysupercooldomain.com to your users as there new owa page</li>
</ol>
<p>Note: the domain you create the CNAME in must be one of your federated or accepted domains in office 365 for realm discovery to work.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/exchangemaster.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/exchangemaster.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/exchangemaster.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/exchangemaster.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/exchangemaster.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/exchangemaster.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/exchangemaster.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/exchangemaster.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/exchangemaster.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/exchangemaster.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/exchangemaster.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/exchangemaster.wordpress.com/774/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/exchangemaster.wordpress.com/774/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/exchangemaster.wordpress.com/774/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&amp;blog=10618152&amp;post=774&amp;subd=exchangemaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://exchangemaster.wordpress.com/2011/07/28/configure-your-target-url-for-owa-redirect-when-migrating-users-to-the-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d46fa0ba7d34193bfe759d6c5786cfa3?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">atkjedi</media:title>
		</media:content>

		<media:content url="http://exchangemaster.files.wordpress.com/2011/07/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Windows mobile into a VM (With Network Access)</title>
		<link>http://exchangemaster.wordpress.com/2011/06/02/installing-windows-mobile-into-a-vm-with-network-access/</link>
		<comments>http://exchangemaster.wordpress.com/2011/06/02/installing-windows-mobile-into-a-vm-with-network-access/#comments</comments>
		<pubDate>Fri, 03 Jun 2011 00:00:49 +0000</pubDate>
		<dc:creator>Jedi Hammond</dc:creator>
				<category><![CDATA[Hyper-v]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">https://exchangemaster.wordpress.com/2011/06/02/installing-windows-mobile-into-a-vm-with-network-access/</guid>
		<description><![CDATA[Installing Windows mobile into a VM (With Network Access) 

Requires
Hyper-v (I have not been able to get networking to work without docking on any other VM software, Tried: ESX 3.5, Vmware Workstation, Vmware Server, Virtual Server)
Guest OS Windows XP with all the updates (might work with Vista not tested) 

1. Install Virtual PC 2007 Sp1 in the guest (needed for network connectivity) 

a. Install Integration Components on the VM 

b. Use the Hyper-V synthetic nic. 

2. Install Windows Mobile Emulator 

3. Install Windows Mobile 6.1.4 Images 

4. Start WM 6.1.4 Professional 

5. On the mobile emulator  

a. click file 

b. configure 

c. network tab 

d. enable NE200 PCMCIA 

e.  select Microsoft Virtual Machine Bus Network Adapter 

f. Click OK 



6. On the windows mobile device  

a. Click Start 

b. Settings  

c. Connections tab 

d. Connections 

e. Advanced Tab 

f. Select Networks 

g. Set Both network to “My Work Network” 





7. If you have DHCP available you now have network access from you emulator in the VM 

8. If DHCP is not available the configure you static IP in the emulator 

a. On the windows mobile device  

i. Click Start 

ii. Settings  

iii. Connections tab 

iv. Network Cards 

v. Select NE2000 compatible Ethernet Driver 

vi. Click Edit 

vii. Configure IP &#38; Gateway on the IP address Tab 

viii. Configure DNS on Name servers tab 

If you do not have access to Hyper-v or just want to use a different virtualization method you will need to use the “Doc Method” 

Guest OS Windows XP with all the updates (might work with Vista not tested) 

1. Replace Step 5 With  

a. Install ActiveSync 4.5 in the XP Guest OS 

i. Run active Sync 

ii. Click File 

iii. Connection Settings 

iv. Allow Connections to one of the following 

v. Click the Drop Down Button and change to DMA 

vi. Click ok 





b. In the XP guest Navigate to C:\Program Files\Microsoft Device Emulator\1.0 

c. Run dvcemumanager.exe 

d. Right click the GUID of your device and select “Cradle” 







e. Active Sync Will now Connect the device to the VM and you will have network connectivity that way <a href="http://exchangemaster.wordpress.com/2011/06/02/installing-windows-mobile-into-a-vm-with-network-access/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&amp;blog=10618152&amp;post=754&amp;subd=exchangemaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="margin:0 0 10pt;"><font color="#000000">&#160;</font></p>
<p style="margin:0 0 10pt;"><font size="3"><font face="Calibri"><font color="#000000"><em>I posted this ages ago and Recently had reason to need it again so here it is</em></font></font></font></p>
<p style="margin:0 0 10pt;"><font size="3"><font face="Calibri"><font color="#000000"><b>Requires</b>          <br /></font><b><span style="color:red;"><font color="#000000">Window Hyper-v             <br /></font></span></b></font></font><font color="#000000"><font size="3"><font face="Calibri">(I have not been able to get networking to work without docking on any other VM software, Tried: ESX 3.5, Vmware Workstation, Vmware Server, MS Virtual Server)         <br /><b><span style="color:red;">Guest OS Windows XP</span></b> with all the updates (might work with Vista not tested)</font></font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 .5in;"><font color="#000000"><span><span><font size="3" face="Calibri">1.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Install <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=28C97D22-6EB8-4A09-A7F7-F6C7A1F000B5&amp;displaylang=en" rel="nofollow" target="_blank">Virtual PC 2007 Sp1 </a></font><font size="3" face="Calibri">in the guest (needed for network connectivity)</font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000"><span><span><font size="3" face="Calibri">a.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Install Integration Components on the VM</font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000"><span><span><font size="3" face="Calibri">b.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Use the Hyper-V synthetic NIC.</font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 .5in;"><font color="#000000"><span><span><font size="3" face="Calibri">2.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3"><font face="Calibri">Install<span>&#160; <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=a6f6adaf-12e3-4b2f-a394-356e2c2fb114&amp;DisplayLang=en" rel="nofollow" target="_blank">Windows Mobile Emulator</a></span></font></font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 .5in;"><font color="#000000"><span><span><font size="3" face="Calibri">3.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Install <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=1a7a6b52-f89e-4354-84ce-5d19c204498a&amp;displaylang=en" rel="nofollow" target="_blank">Windows Mobile 6.1.4</a></font><font size="3" face="Calibri"> Images</font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 .5in;"><font color="#000000"><span><span><font size="3" face="Calibri">4.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Start WM 6.1.4 Professional</font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 .5in;"><font color="#000000"><span><span><font size="3" face="Calibri">5.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">On the mobile emulator </font></font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000"><span><span><font size="3" face="Calibri">a.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">click file</font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000"><span><span><font size="3" face="Calibri">b.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">configure</font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000"><span><span><font size="3" face="Calibri">c.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">network tab</font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000"><span><span><font size="3" face="Calibri">d.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">enable NE200 PCMCIA</font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000"><span><span><font size="3" face="Calibri">e.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3"><font face="Calibri"><span>&#160;</span>select Microsoft Virtual Machine Bus Network Adapter</font></font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000"><span><span><font size="3" face="Calibri">f.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Click OK</font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font size="3" face="Calibri"><a href="https://oihxjw.bay.livefilestore.com/y1msabq6C0Uwoc7BwHlNa_LVfOYiPCiO2Ue_WAXRNrKRRX9mxYym2I4C-rHWgKnPtGaoXuc5pZbmQ6kmbI6L7219aIp93J-tPrTKdCCMU0-m5R2f1qOD54rxobPdseT53lhEfNIW6u258U/NE2000.png" rel="WLPP;url=https://oihxjw.bay.livefilestore.com/y1msabq6C0Uwoc7BwHlNa_LVfOYiPCiO2Ue_WAXRNrKRRX9mxYym2I4C-rHWgKnPtGaoXuc5pZbmQ6kmbI6L7219aIp93J-tPrTKdCCMU0-m5R2f1qOD54rxobPdseT53lhEfNIW6u258U/NE2000.png" target="_blank"><font color="#000000"><img alt="" src="https://oihxjw.bay.livefilestore.com/y1msabq6C0Uwoc7BwHlNa_LVfOYiPCiO2Ue_WAXRNrKRRX9mxYym2I4C-rHWgKnPtGaoXuc5pZbmQ6kmbI6L7219aIp93J-tPrTKdCCMU0-m5R2f1qOD54rxobPdseT53lhEfNIW6u258U/NE2000.png" /></font></a><font color="#000000">&#160;</font></font><font color="#000000"> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 .5in;"><font color="#000000"><span><span><font size="3" face="Calibri">6.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">On the windows mobile device </font></font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000"><span><span><font size="3" face="Calibri">a.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Click Start</font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000"><span><span><font size="3" face="Calibri">b.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Settings </font></font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000"><span><span><font size="3" face="Calibri">c.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Connections tab</font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000"><span><span><font size="3" face="Calibri">d.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Connections</font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000"><span><span><font size="3" face="Calibri">e.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Advanced Tab</font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000"><span><span><font size="3" face="Calibri">f.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Select Networks</font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000"><span><span><font size="3" face="Calibri">g.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Set Both network to “My Work Network”</font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><a href="https://oihxjw.bay.livefilestore.com/y1mrRPX_WTeYZ2CV8jAUYzbCrE36-49XLxX_DS_HJ5lyhbkDbD5qbPZHDw7gfQXKY1LuWTagLMENgqkAjyXIhjulYIyKmHDWY4L5R3EDMi_vKrnqOCI2O5ict79lItlYIJOl-JFB4l6W2A/Work Net.png" rel="WLPP;url=https://oihxjw.bay.livefilestore.com/y1mrRPX_WTeYZ2CV8jAUYzbCrE36-49XLxX_DS_HJ5lyhbkDbD5qbPZHDw7gfQXKY1LuWTagLMENgqkAjyXIhjulYIyKmHDWY4L5R3EDMi_vKrnqOCI2O5ict79lItlYIJOl-JFB4l6W2A/Work%20Net.png" target="_blank"><font color="#000000"><img alt="" src="https://oihxjw.bay.livefilestore.com/y1mrRPX_WTeYZ2CV8jAUYzbCrE36-49XLxX_DS_HJ5lyhbkDbD5qbPZHDw7gfQXKY1LuWTagLMENgqkAjyXIhjulYIyKmHDWY4L5R3EDMi_vKrnqOCI2O5ict79lItlYIJOl-JFB4l6W2A/Work Net.png" /></font></a><font color="#000000"> </font></p>
<p style="margin:0 0 0 1in;"><span><font color="#000000" size="3" face="Calibri"></font></span></p>
<p style="text-indent:-.25in;margin:0 0 0 .5in;"><font color="#000000"><span><span><font size="3" face="Calibri">7.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">If you have DHCP available you now have network access from you emulator in the VM</font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 .5in;"><font color="#000000"><span><span><font size="3" face="Calibri">8.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">If DHCP is not available the configure you static IP in the emulator</font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000"><span><span><font size="3" face="Calibri">a.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">On the windows mobile device </font></font></p>
<p style="text-indent:-1.5in;margin:0 0 0 1.5in;"><font color="#000000"><span><span><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span><font size="3" face="Calibri">i.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Click Start</font> </font></p>
<p style="text-indent:-1.5in;margin:0 0 0 1.5in;"><font color="#000000"><span><span><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span><font size="3" face="Calibri">ii.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Settings </font></font></p>
<p style="text-indent:-1.5in;margin:0 0 0 1.5in;"><font color="#000000"><span><span><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span><font size="3" face="Calibri">iii.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Connections tab</font> </font></p>
<p style="text-indent:-1.5in;margin:0 0 0 1.5in;"><font color="#000000"><span><span><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span><font size="3" face="Calibri">iv.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Network Cards</font> </font></p>
<p style="text-indent:-1.5in;margin:0 0 0 1.5in;"><font color="#000000"><span><span><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span><font size="3" face="Calibri">v.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Select NE2000 compatible Ethernet Driver</font> </font></p>
<p style="text-indent:-1.5in;margin:0 0 0 1.5in;"><font color="#000000"><span><span><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span><font size="3" face="Calibri">vi.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Click Edit</font> </font></p>
<p style="text-indent:-1.5in;margin:0 0 0 1.5in;"><font color="#000000"><span><span><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span><font size="3" face="Calibri">vii.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Configure IP &amp; Gateway on the IP address Tab</font> </font></p>
<p style="text-indent:-1.5in;margin:0 0 10pt 1.5in;"><font color="#000000"><span><span><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span><font size="3" face="Calibri">viii.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Configure DNS on Name servers tab</font> </font></p>
<p style="margin:0 0 10pt;"><font color="#000000"><b><span style="line-height:115%;font-size:14pt;"><font face="Calibri">If you do not have access to Hyper-v or just want to use a different virtualization method you will need to use the “Dock Method”</font></span></b> </font></p>
<p style="margin:0 0 10pt;"><font color="#000000"><font size="3"><font face="Calibri"><b><span style="color:red;">Guest OS Windows XP</span></b> with all the updates (might work with Vista not tested)</font></font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 .5in;"><font color="#000000"><span><span><font size="3" face="Calibri">1.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Replace Step 5 With </font></font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000"><span><span><font size="3" face="Calibri">a.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Install <a href="http://www.microsoft.com/windowsmobile/en-us/help/synchronize/activesync45.mspx" rel="nofollow" target="_blank">ActiveSync 4.5</a></font><font size="3" face="Calibri"> in the XP Guest OS</font> </font></p>
<p style="text-indent:-1.5in;margin:0 0 0 1.5in;"><font color="#000000"><span><span><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span><font size="3" face="Calibri">i.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Run active Sync</font> </font></p>
<p style="text-indent:-1.5in;margin:0 0 0 1.5in;"><font color="#000000"><span><span><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span><font size="3" face="Calibri">ii.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Click File</font> </font></p>
<p style="text-indent:-1.5in;margin:0 0 0 1.5in;"><font color="#000000"><span><span><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span><font size="3" face="Calibri">iii.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Connection Settings</font> </font></p>
<p style="text-indent:-1.5in;margin:0 0 0 1.5in;"><font color="#000000"><span><span><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span><font size="3" face="Calibri">iv.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Allow Connections to one of the following</font> </font></p>
<p style="text-indent:-1.5in;margin:0 0 0 1.5in;"><font color="#000000"><span><span><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span><font size="3" face="Calibri">v.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Click the Drop Down Button and change to DMA</font> </font></p>
<p style="text-indent:-1.5in;margin:0 0 0 1.5in;"><font color="#000000"><span><span><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </span><font size="3" face="Calibri">vi.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Click ok</font> </font></p>
<p style="text-indent:-1.5in;margin:0 0 0 1.5in;"><font color="#000000">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </font><a href="https://oihxjw.bay.livefilestore.com/y1mYK0wNgw7p4slpntzWMPBJ3-6IsdqlxAHrorrmlU7Ld17Xt_VWmvYN-GrXul5Blhxktqb8EGNPd4BS73PmVJTf5t0i3ll9JPS7rpu7j5PY3Jf_P1vMM58_7gtq_5VvvlF0wTcUJSvVfs/A_sync.png" rel="WLPP;url=https://oihxjw.bay.livefilestore.com/y1mYK0wNgw7p4slpntzWMPBJ3-6IsdqlxAHrorrmlU7Ld17Xt_VWmvYN-GrXul5Blhxktqb8EGNPd4BS73PmVJTf5t0i3ll9JPS7rpu7j5PY3Jf_P1vMM58_7gtq_5VvvlF0wTcUJSvVfs/A_sync.png" target="_blank"><font color="#000000"><img alt="" src="https://oihxjw.bay.livefilestore.com/y1mYK0wNgw7p4slpntzWMPBJ3-6IsdqlxAHrorrmlU7Ld17Xt_VWmvYN-GrXul5Blhxktqb8EGNPd4BS73PmVJTf5t0i3ll9JPS7rpu7j5PY3Jf_P1vMM58_7gtq_5VvvlF0wTcUJSvVfs/A_sync.png" /></font></a><font color="#000000"> </font></p>
<p style="margin:0 0 0 1.5in;"><span><font color="#000000" size="3" face="Calibri"></font></span></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000"><span><span><font size="3" face="Calibri">b.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">In the XP guest Navigate to C:\Program Files\Microsoft Device Emulator\1.0</font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000"><span><span><font size="3" face="Calibri">c.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Run dvcemumanager.exe</font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000"><span><span><font size="3" face="Calibri">d.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Right click the GUID of your device and select “Cradle”</font> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font size="3" face="Calibri"></font><font color="#000000">&#160; </font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000" size="3" face="Calibri"><a href="https://oihxjw.bay.livefilestore.com/y1mcMZI-5sMfhgIfesq1Uj2eTvwsdUsgKB2-8c4wj2hL_C1m_YYo3XidzYtvJFr9sX6KDrMLbYlfladwwqlKX6pHHzen3ZCTOrDlhcJ3MnCsWt-DU7UNgQZ7oQwP4m5iD7dGhYD1mhJ3kc/devmanager.png" rel="WLPP;url=https://oihxjw.bay.livefilestore.com/y1mcMZI-5sMfhgIfesq1Uj2eTvwsdUsgKB2-8c4wj2hL_C1m_YYo3XidzYtvJFr9sX6KDrMLbYlfladwwqlKX6pHHzen3ZCTOrDlhcJ3MnCsWt-DU7UNgQZ7oQwP4m5iD7dGhYD1mhJ3kc/devmanager.png" target="_blank"><img alt="" src="https://oihxjw.bay.livefilestore.com/y1mcMZI-5sMfhgIfesq1Uj2eTvwsdUsgKB2-8c4wj2hL_C1m_YYo3XidzYtvJFr9sX6KDrMLbYlfladwwqlKX6pHHzen3ZCTOrDlhcJ3MnCsWt-DU7UNgQZ7oQwP4m5iD7dGhYD1mhJ3kc/devmanager.png" /></a></font><font color="#000000"> </font></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><span><font color="#000000" size="3" face="Calibri"></font></span></p>
<p style="text-indent:-.25in;margin:0 0 0 1in;"><font color="#000000"><span><span><font size="3" face="Calibri">e.</font><span style="font:7pt &#039;">&#160;&#160;&#160;&#160;&#160; </span></span></span><font size="3" face="Calibri">Active Sync Will now Connect the device to the VM and you will have network connectivity that way</font></font></p>
<div style="display:inline;float:none;margin:0;padding:0;" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:874617fb-f3c5-4014-b6fb-1c332363fe97" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Virtulizatoin" rel="tag">Virtulizatoin</a>,<a href="http://technorati.com/tags/Server" rel="tag">Server</a>,<a href="http://technorati.com/tags/Exchange" rel="tag">Exchange</a>,<a href="http://technorati.com/tags/Windows+Mobile" rel="tag">Windows Mobile</a>,<a href="http://technorati.com/tags/Hyper-V" rel="tag">Hyper-V</a>,<a href="http://technorati.com/tags/Emulator" rel="tag">Emulator</a>,<a href="http://technorati.com/tags/Lab" rel="tag">Lab</a></div>
<p><font color="#000000"></font></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/exchangemaster.wordpress.com/754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/exchangemaster.wordpress.com/754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/exchangemaster.wordpress.com/754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/exchangemaster.wordpress.com/754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/exchangemaster.wordpress.com/754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/exchangemaster.wordpress.com/754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/exchangemaster.wordpress.com/754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/exchangemaster.wordpress.com/754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/exchangemaster.wordpress.com/754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/exchangemaster.wordpress.com/754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/exchangemaster.wordpress.com/754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/exchangemaster.wordpress.com/754/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/exchangemaster.wordpress.com/754/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/exchangemaster.wordpress.com/754/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&amp;blog=10618152&amp;post=754&amp;subd=exchangemaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://exchangemaster.wordpress.com/2011/06/02/installing-windows-mobile-into-a-vm-with-network-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d46fa0ba7d34193bfe759d6c5786cfa3?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">atkjedi</media:title>
		</media:content>

		<media:content url="https://oihxjw.bay.livefilestore.com/y1msabq6C0Uwoc7BwHlNa_LVfOYiPCiO2Ue_WAXRNrKRRX9mxYym2I4C-rHWgKnPtGaoXuc5pZbmQ6kmbI6L7219aIp93J-tPrTKdCCMU0-m5R2f1qOD54rxobPdseT53lhEfNIW6u258U/NE2000.png" medium="image" />

		<media:content url="https://oihxjw.bay.livefilestore.com/y1mrRPX_WTeYZ2CV8jAUYzbCrE36-49XLxX_DS_HJ5lyhbkDbD5qbPZHDw7gfQXKY1LuWTagLMENgqkAjyXIhjulYIyKmHDWY4L5R3EDMi_vKrnqOCI2O5ict79lItlYIJOl-JFB4l6W2A/WorkNet.png" medium="image" />

		<media:content url="https://oihxjw.bay.livefilestore.com/y1mYK0wNgw7p4slpntzWMPBJ3-6IsdqlxAHrorrmlU7Ld17Xt_VWmvYN-GrXul5Blhxktqb8EGNPd4BS73PmVJTf5t0i3ll9JPS7rpu7j5PY3Jf_P1vMM58_7gtq_5VvvlF0wTcUJSvVfs/A_sync.png" medium="image" />

		<media:content url="https://oihxjw.bay.livefilestore.com/y1mcMZI-5sMfhgIfesq1Uj2eTvwsdUsgKB2-8c4wj2hL_C1m_YYo3XidzYtvJFr9sX6KDrMLbYlfladwwqlKX6pHHzen3ZCTOrDlhcJ3MnCsWt-DU7UNgQZ7oQwP4m5iD7dGhYD1mhJ3kc/devmanager.png" medium="image" />
	</item>
		<item>
		<title>Exchange 2010 EMC cannot access AD configuration data after you demote a DC</title>
		<link>http://exchangemaster.wordpress.com/2011/05/22/exchange-2010-emc-cannot-access-ad-configuration-after-you-demote-a-dc/</link>
		<comments>http://exchangemaster.wordpress.com/2011/05/22/exchange-2010-emc-cannot-access-ad-configuration-after-you-demote-a-dc/#comments</comments>
		<pubDate>Sun, 22 May 2011 23:01:55 +0000</pubDate>
		<dc:creator>Ron He</dc:creator>
				<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[LDAP error]]></category>

		<guid isPermaLink="false">http://exchangemaster.wordpress.com/?p=739</guid>
		<description><![CDATA[Environment: Exchange 2010/Domain Controller combo server running on Windows 2008 R2. Problem: Demote Domain Controller role, causes Exchange Management Console fails to retrieve any Exchange information with error message &#8220;Active directory response: The LDAP server is unavailable.&#8221;  It&#8217;s still looking for the &#8230; <a href="http://exchangemaster.wordpress.com/2011/05/22/exchange-2010-emc-cannot-access-ad-configuration-after-you-demote-a-dc/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&amp;blog=10618152&amp;post=739&amp;subd=exchangemaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Environment:</strong></p>
<blockquote><p>Exchange 2010/Domain Controller combo server running on Windows 2008 R2.</p></blockquote>
<p><strong>Problem</strong>:</p>
<blockquote><p>Demote Domain Controller role, causes Exchange Management Console fails to retrieve any Exchange information with error message &#8220;Active directory response: The LDAP server is unavailable.&#8221;  It&#8217;s still looking for the demoted DC although it&#8217;s been cleaned out of AD/DNS. All Exchange services start fine, and Exchange Shell works fine.</p></blockquote>
<p><strong>Reason:</strong></p>
<p><strong>     </strong>The obsolete information is cached in an Exchange Management Console file in the Windows profile for the user. EMC is trying to connect to orginal DC that is stored in the file.</p>
<p><strong>Solution</strong>:</p>
<p>   Go to the following folder and delete the Exchange Management Console file.</p>
<p>   <strong>C:\users\&lt;specific user&gt;\AppData\Roaming\Microsoft\MMC\Exchange Management Console</strong></p>
<p><strong>   </strong>Close EMC and reopen it.</p>
<p>Reference: <a href="http://support.microsoft.com/kb/2019500">http://support.microsoft.com/kb/2019500</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/exchangemaster.wordpress.com/739/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/exchangemaster.wordpress.com/739/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/exchangemaster.wordpress.com/739/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/exchangemaster.wordpress.com/739/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/exchangemaster.wordpress.com/739/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/exchangemaster.wordpress.com/739/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/exchangemaster.wordpress.com/739/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/exchangemaster.wordpress.com/739/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/exchangemaster.wordpress.com/739/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/exchangemaster.wordpress.com/739/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/exchangemaster.wordpress.com/739/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/exchangemaster.wordpress.com/739/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/exchangemaster.wordpress.com/739/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/exchangemaster.wordpress.com/739/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&amp;blog=10618152&amp;post=739&amp;subd=exchangemaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://exchangemaster.wordpress.com/2011/05/22/exchange-2010-emc-cannot-access-ad-configuration-after-you-demote-a-dc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af0d42947adc45acc095a021feed1064?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">vtec1975</media:title>
		</media:content>
	</item>
		<item>
		<title>Retention Policy on Calendar Items in Exchange 2010</title>
		<link>http://exchangemaster.wordpress.com/2011/05/22/retention-policy-on-calendar-items-in-exchange-2010/</link>
		<comments>http://exchangemaster.wordpress.com/2011/05/22/retention-policy-on-calendar-items-in-exchange-2010/#comments</comments>
		<pubDate>Sun, 22 May 2011 22:09:55 +0000</pubDate>
		<dc:creator>Ron He</dc:creator>
				<category><![CDATA[2007]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[ManagedFolder]]></category>
		<category><![CDATA[Retention Policy]]></category>

		<guid isPermaLink="false">http://exchangemaster.wordpress.com/?p=729</guid>
		<description><![CDATA[As we all know by now, you can no longer use Retention Policy and Retention Tags on Calendar items in Exchange 2010.  So, how would you clean up user&#8217;s old Calendar items? Managed Folder saves the day! Here are the powershell commands &#8230; <a href="http://exchangemaster.wordpress.com/2011/05/22/retention-policy-on-calendar-items-in-exchange-2010/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&amp;blog=10618152&amp;post=729&amp;subd=exchangemaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>As we all know by now, you can no longer use Retention Policy and Retention Tags on Calendar items in Exchange 2010.  So, how would you clean up user&#8217;s old Calendar items? Managed Folder saves the day!</p>
<p>Here are the powershell commands to create ManagedFolder and policy:</p>
<p><em>New-ManagedFolder -Name &#8216;DefaultCalendar&#8217; -DefaultFolderType Calendar -MustDisplayComment $false</em></p>
<p><em>New-ManagedContentSettings -FolderName DefaultCalendar -MessageClass <strong>IPM.Appointment</strong> -Name DefaultCalendarContentSettings -RetentionEnabled $true -RetentionAction MoveToDeletedItems -AgeLimitForRetention &#8220;1&#8243;</em></p>
<p><em>New-ManagedFolderMailboxPolicy -Name &#8220;DefaultCalendarPolicy&#8221; -ManagedFolderLinks DefaultCalendar</em></p>
<p><em>Set-mailbox -identity johndoe -ManagedFolderMailboxPolicy &#8220;DefaultCalendarPolicy&#8221;</em></p>
<p><em>Start-ManagedFolderAssistant -Identity Johndoe</em></p>
<p>The most important part is <strong>IPM.Appointment. </strong>I&#8217;ve tried other suggestions from technet such as &#8220;Calendar&#8221;, but this is the only one that works. </p>
<p>Note, -AgeLimitForRetention &#8220;1&#8243; means one day. So the policy should move any Calendar items older than 1 day from your Calendar to Deleted Items folder.</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/exchangemaster.wordpress.com/729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/exchangemaster.wordpress.com/729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/exchangemaster.wordpress.com/729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/exchangemaster.wordpress.com/729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/exchangemaster.wordpress.com/729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/exchangemaster.wordpress.com/729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/exchangemaster.wordpress.com/729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/exchangemaster.wordpress.com/729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/exchangemaster.wordpress.com/729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/exchangemaster.wordpress.com/729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/exchangemaster.wordpress.com/729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/exchangemaster.wordpress.com/729/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/exchangemaster.wordpress.com/729/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/exchangemaster.wordpress.com/729/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&amp;blog=10618152&amp;post=729&amp;subd=exchangemaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://exchangemaster.wordpress.com/2011/05/22/retention-policy-on-calendar-items-in-exchange-2010/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/af0d42947adc45acc095a021feed1064?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">vtec1975</media:title>
		</media:content>
	</item>
		<item>
		<title>TMG NLB and F5 Publishing Problems</title>
		<link>http://exchangemaster.wordpress.com/2011/04/27/tmg-nlb-and-f5-publishing-problems/</link>
		<comments>http://exchangemaster.wordpress.com/2011/04/27/tmg-nlb-and-f5-publishing-problems/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 23:49:00 +0000</pubDate>
		<dc:creator>Jedi Hammond</dc:creator>
				<category><![CDATA[TMG]]></category>
		<category><![CDATA[F5]]></category>
		<category><![CDATA[NLB]]></category>
		<category><![CDATA[Web Publishing]]></category>

		<guid isPermaLink="false">https://exchangemaster.wordpress.com/2011/04/27/tmg-nlb-and-f5-publishing-problems/</guid>
		<description><![CDATA[Environment: TMG array –&#62; F5 Load Balancer –&#62; Published service Problem: When traffic comes in through TMG to F5, F5 doesn’t respond correctly to the load balanced request and then TMG doesn’t see any response. Reason: F5 extracts the MAC &#8230; <a href="http://exchangemaster.wordpress.com/2011/04/27/tmg-nlb-and-f5-publishing-problems/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&amp;blog=10618152&amp;post=725&amp;subd=exchangemaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Environment:</strong></p>
<blockquote><p>TMG array –&gt; F5 Load Balancer –&gt; Published service</p>
</blockquote>
<p><strong>Problem</strong>:</p>
<blockquote><p>When traffic comes in through TMG to F5, F5 doesn’t respond correctly to the load balanced request and then TMG doesn’t see any response.</p>
</blockquote>
<p><strong>Reason:</strong></p>
<ol>
<li>F5 extracts the MAC address from the Ethernet header instead of arp requests</li>
<li>MS NLB uses MAC address spoofing to prevent switch port flooding in unicast NLB. NLB will mask the MAC address of a host with the NLB cluster host number and assign to each node in the cluster. </li>
<li>Since F5 doesn’t use arp requests, the NLB driver isn’t used to properly assign the correct MAC address to the sending host via the arp request. </li>
</ol>
<p><strong>Solution</strong>:</p>
<ol>
<li>Set MaskSourceMAC registry value to 0 on the adapters on both TMG servers that are in the NLB array sending to F5. <a href="http://support.microsoft.com/?id=193602">http://support.microsoft.com/?id=193602</a></li>
<li>Put a Hub between the F5 and the TMG array to prevent switch port flooding. </li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/exchangemaster.wordpress.com/725/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/exchangemaster.wordpress.com/725/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/exchangemaster.wordpress.com/725/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/exchangemaster.wordpress.com/725/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/exchangemaster.wordpress.com/725/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/exchangemaster.wordpress.com/725/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/exchangemaster.wordpress.com/725/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/exchangemaster.wordpress.com/725/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/exchangemaster.wordpress.com/725/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/exchangemaster.wordpress.com/725/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/exchangemaster.wordpress.com/725/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/exchangemaster.wordpress.com/725/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/exchangemaster.wordpress.com/725/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/exchangemaster.wordpress.com/725/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=exchangemaster.wordpress.com&amp;blog=10618152&amp;post=725&amp;subd=exchangemaster&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://exchangemaster.wordpress.com/2011/04/27/tmg-nlb-and-f5-publishing-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d46fa0ba7d34193bfe759d6c5786cfa3?s=96&#38;d=wavatar&#38;r=G" medium="image">
			<media:title type="html">atkjedi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
