<?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>Priyavrat Patel&#039;s Blog</title>
	<atom:link href="http://priyavrat.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://priyavrat.wordpress.com</link>
	<description></description>
	<lastBuildDate>Sun, 30 Aug 2009 18:16:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='priyavrat.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Priyavrat Patel&#039;s Blog</title>
		<link>http://priyavrat.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://priyavrat.wordpress.com/osd.xml" title="Priyavrat Patel&#039;s Blog" />
	<atom:link rel='hub' href='http://priyavrat.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to configure certificate redirection in Exchange 2007</title>
		<link>http://priyavrat.wordpress.com/2009/08/30/how-to-configure-certificate-redirection-in-exchange-2007/</link>
		<comments>http://priyavrat.wordpress.com/2009/08/30/how-to-configure-certificate-redirection-in-exchange-2007/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 18:16:59 +0000</pubDate>
		<dc:creator>priyavrat</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Autodiscover]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Priyavrat]]></category>

		<guid isPermaLink="false">http://priyavrat.wordpress.com/?p=14</guid>
		<description><![CDATA[There are circumstances in which you would not have the ability, or it doesn’t make business sense for you to acquire an additional Certificate for use by your Exchange 2007 &#8220;Client Access Server&#8221;.  In this circumstance you can use Autodiscover redirection to redirect your non domain joined and no direct Active Directory access clients to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=priyavrat.wordpress.com&amp;blog=9205178&amp;post=14&amp;subd=priyavrat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are circumstances in which you would not have the ability, or it doesn’t make business sense for you to acquire an additional Certificate for use by your <strong>Exchange 2007</strong> &#8220;Client Access Server&#8221;.  In this circumstance you can use <strong>Autodiscover</strong> redirection to redirect your non domain joined and no direct <strong>Active Directory</strong> access clients to another DNS address to get their information.</p>
<ol>
<li>Apply the webmail.company.com certificate to the Default Website of your CAS server.</li>
<li>Change the External and Internal URLs for your <strong>Autodiscover</strong> services to point to webmail.company.com.<br />
a. For OAB use <strong>Set OAB Virtual Directory -Identity &#8220;&lt;server&gt;/&lt;oab virtual directory name&#8221; –externalURL https://webmail.company.com/oab –InternalURL https://webmail.company.com/oab</strong><br />
b. For EWS (Exchange Web Services) use: <strong>Set Web Services Virtual Directory  -Identity &#8220;&lt;server&gt;/&lt;ews virtual directory name&#8221;  –externalurl https://webmail.company.com/EWS/Exchange.asmx  –internalurl https://webmail.company.com/EWS/Exchange.asmx </strong><br />
c. For UM (if you have it) use <strong>Set-UMVirtualDirectory –externalurl https://webmail.company.com/UnifiedMessaging/Service.asmx –internalurl https://webmail.company.com/UnifiedMessaging/Service.asmx</strong></li>
<li>Configure the Service connection point to use the webmail.company.com address. Use the command:<br />
<strong>Set-ClientAccessServer -id &lt;cas server&gt;  -AutoDiscoverServiceInternalUri https://webmail.company.com/autodiscover/autodiscover.xml</strong></li>
<li>Set the Default Website to only listen on one IP address<br />
a. On the Website tab assign the current IP to the website.<br />
b. Click Advanced<br />
c. Under SSL Identities edit the IP address to be only the current address</li>
<li>Bind an additional IP address to the CAS servers Network Card.</li>
<li>Create a new website in IIS admin<br />
a.  Right-Click Web Sites, choose New, then &#8220;Web Site&#8221;<br />
b.  When you are asked for the path, create a new folder in the file system (recommended under C:\Inetpub called autodiscover_redirect)<br />
c.  You must allow read and anonymous access to the site.</li>
<li>In Windows Explorer under the autodiscover_redirect folder create a new folder called “Autodiscover”</li>
<li>In the Autodiscover folder create a new blank text document with the name “Autodiscover.xml”</li>
<li>Setup the Website to redirect to the webmail.company.com site<br />
a. In IIS manager right click the <strong>Autodiscover.xml</strong> file and choose properties.<br />
b. On the properties choose “A redirection to a URL”<br />
c. For redirection fill in the same address as we used for your Service Connection Point <strong><em>(e.g. https://webmail.company.com/autodiscover/autodiscover.xml)<br />
</em></strong>d. Click OK</li>
<li>Ensure that webmail.company.com can be resolved internally.</li>
<li>Ensure that webmail.company.com and Autodiscover.company.com can be resolved externally.</li>
</ol>
<p>At this point your non domain joined and “no direct AD connectivity” Outlook 2007 clients will be working by getting redirected from Autodiscover.company.com to webmail.company.com.  The only downside to this process is that the Outlook 2007 end user will be prompted with a box asking them to allow this redirection.  There is the option to have Outlook not prompt you again about this redirection.</p>
<p>This is also the proper solution when you are hosting multiple SMTP domains and you do not want to get a certificate for each of the domains.  Once you have configured the autodiscover redirect site, you would simply create a DNS Entry in each of your zones that you host for “autodiscover” to point to this non-SSL redirect site.  This redirect site would in turn redirect all of your clients to a central url (e.g. https://webmail.hosting.com/autodiscover/autodiscover.xml ).</p>
<p><em>~~ Priyavrat</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/priyavrat.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/priyavrat.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/priyavrat.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/priyavrat.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/priyavrat.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/priyavrat.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/priyavrat.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/priyavrat.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/priyavrat.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/priyavrat.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/priyavrat.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/priyavrat.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/priyavrat.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/priyavrat.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=priyavrat.wordpress.com&amp;blog=9205178&amp;post=14&amp;subd=priyavrat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://priyavrat.wordpress.com/2009/08/30/how-to-configure-certificate-redirection-in-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3437380116fac323fb744938f6dceaf1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">priyavrat</media:title>
		</media:content>
	</item>
		<item>
		<title>How to migrate DHCP from Windows 2003 to Windows 2008</title>
		<link>http://priyavrat.wordpress.com/2009/08/28/how-to-migrate-dhcp-from-windows-2003-to-windows-2008/</link>
		<comments>http://priyavrat.wordpress.com/2009/08/28/how-to-migrate-dhcp-from-windows-2003-to-windows-2008/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 18:13:19 +0000</pubDate>
		<dc:creator>priyavrat</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[Windows 2003 server]]></category>
		<category><![CDATA[Windows 2008 server]]></category>

		<guid isPermaLink="false">http://priyavrat.wordpress.com/?p=7</guid>
		<description><![CDATA[Export the DHCP database from Windows 2003: 1. On the Windows 2003 DHCP server, navigate to a command prompt 2. Type the following Command: netsh 3. Type the following Command: DHCP 4. Type the following Command: server &#60;\\Name or IP Address&#62; 5. Type the following Command: export c:\w2k3DHCPdb all Note You must have local administrator [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=priyavrat.wordpress.com&amp;blog=9205178&amp;post=7&amp;subd=priyavrat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Export the DHCP database from Windows 2003:</strong></p>
<p>1. On the <strong>Windows 2003</strong> <strong>DHCP server</strong>, navigate to a command prompt<br />
2. Type the following Command: <strong>netsh<br />
</strong>3. Type the following Command: <strong>DHCP</strong><br />
4. Type the following Command: <strong>server &lt;\\Name or IP Address&gt;</strong><br />
5. Type the following Command: <strong>export c:\w2k3DHCPdb all</strong></p>
<p>Note You must have local administrator permissions to export the data.</p>
<p><strong>Import the DHCP database on the Windows 2008 server<br />
</strong><br />
1. Copy the exported <strong>DHCP</strong> database file to the local hard disk of the <strong>Windows Server 2008 server</strong>.<br />
2. Install the <strong>DHCP</strong> Role on the server.<br />
3. Stop the <strong>DHCP</strong> server service on the server. To do this, follow these steps:<br />
    a. Log on to the source <strong>DHCP</strong> server by using an account that is a member of the local Administrators group.<br />
    b. Click Start, click Run, type <strong>cmd</strong> in the Open box, and then click OK.<br />
    c. At the command prompt, type <strong>net stop DHCPserver</strong> , and then press ENTER. You receive a &#8220;The Microsoft DHCP Server service is stopping. The Microsoft DHCP Server service was stopped successfully&#8221; message.<br />
    d. Type exit, and then press ENTER.<br />
4. Delete the DHCP.mdb file under <em><strong>c:\windows\system32\DHCP folder</strong></em>.<br />
5. Start the DHCP server service.<br />
6. <strong>Right-click on the Command Prompt (cmd) and select run as administrator, to open the cmd prompt using elevated privileges</strong>.</p>
<p>Note You must have local administrator permissions to import the data.</p>
<p>7. Type the following Command: <strong>netsh</strong><br />
8. Type the following Command: <strong>DHCP</strong><br />
9. Type the following Command: <strong>server &lt;\\Name or IP Address&gt;</strong><br />
10. Type the following Command:<strong> import c:\w2k3DHCPdb</strong><br />
11. Restart DHCP and verify the database has moved over properly.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/priyavrat.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/priyavrat.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/priyavrat.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/priyavrat.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/priyavrat.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/priyavrat.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/priyavrat.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/priyavrat.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/priyavrat.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/priyavrat.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/priyavrat.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/priyavrat.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/priyavrat.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/priyavrat.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=priyavrat.wordpress.com&amp;blog=9205178&amp;post=7&amp;subd=priyavrat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://priyavrat.wordpress.com/2009/08/28/how-to-migrate-dhcp-from-windows-2003-to-windows-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3437380116fac323fb744938f6dceaf1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">priyavrat</media:title>
		</media:content>
	</item>
		<item>
		<title>I love Cricket &#8211; A gentleman&#8217;s game!!!</title>
		<link>http://priyavrat.wordpress.com/2009/08/27/i-love-cricket-a-gentlemans-game/</link>
		<comments>http://priyavrat.wordpress.com/2009/08/27/i-love-cricket-a-gentlemans-game/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 21:52:05 +0000</pubDate>
		<dc:creator>priyavrat</dc:creator>
				<category><![CDATA[Cricket]]></category>
		<category><![CDATA[Twenty-20]]></category>

		<guid isPermaLink="false">http://priyavrat.wordpress.com/?p=4</guid>
		<description><![CDATA[Born and raised in Bombay, India and then having moved to the USA in late 80&#8242;s, it has been a transformation in life that has taken a long time to develop. It is joked around in India that the biggest religion in India is not Hindu but &#8220;Cricket&#8221;, the fan following is just unbelievable. The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=priyavrat.wordpress.com&amp;blog=9205178&amp;post=4&amp;subd=priyavrat&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Born and raised in Bombay, India and then having moved to the USA in late 80&#8242;s, it has been a transformation in life that has taken a long time to develop. It is joked around in India that the biggest religion in India is not Hindu but &#8220;Cricket&#8221;, the fan following is just unbelievable. The moods and behaviour of peoples&#8217; day to day lives depend upon the performance of the Indian cricket team. When India wins there is celebration with music and fireworks and sweets being distributed, the players from the Indian team are revered as GOD, but it is a sport and when you win one you also lose one. When India looses a game or series then the same people would burn effigies of the players, attack their houses with stones, paint them with graffiti. Indian people wear their emotion very loose, they come and go as their team goes.<br />
Unlike the myth here in the USA that it is a boring game that stretches for days on end, true it is played over a period of 5 days but then there are other format of the games also. The One day game and the new increasingly popular Twenty-20. Cricket required tremendous amount of concentration and endurance to play the 5 day game specially, you need concentration and endurance for all sports in general but more so for the traditional form of cricket which lasts for 5 days. Here where in Connecticut there are 26 registered cricket clubs that play in the regionally divided <a title="CT Northern League" href="http://www.ctcricket.com" target="_blank">Northern league</a> and <a title="Southern CT Cricket League" href="http://www.sctcassoc.com" target="_blank">Southern league</a>. Besides these offically registered clubs there are other know 10-12 clubs that play recreationally on the weekends. Cricket is very popular and fascinating sport that is attracting some good following in the larger schools districts also with Hartford and New Haven both having their school leagues.<br />
I enjoy playing cricket and promoting the same, there are rumours that USA could be hosting the Twenty-20 leagues here once they are apporved by the <a title="ICC Site" href="http://www.cricinfo.com/ci-icc/content/site/297120.html" target="_blank">International Cricket Council</a>. One of the busiest and most viewed sports site in the world is a cricket site <a title="Cricket News" href="http://www.cricinfo.com" target="_blank">Cricinfo</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/priyavrat.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/priyavrat.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/priyavrat.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/priyavrat.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/priyavrat.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/priyavrat.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/priyavrat.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/priyavrat.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/priyavrat.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/priyavrat.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/priyavrat.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/priyavrat.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/priyavrat.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/priyavrat.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=priyavrat.wordpress.com&amp;blog=9205178&amp;post=4&amp;subd=priyavrat&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://priyavrat.wordpress.com/2009/08/27/i-love-cricket-a-gentlemans-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3437380116fac323fb744938f6dceaf1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">priyavrat</media:title>
		</media:content>
	</item>
	</channel>
</rss>
