<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for davedolan.com</title>
	<atom:link href="http://davedolan.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://davedolan.com/blog</link>
	<description>Website not included.</description>
	<lastBuildDate>Wed, 30 Jun 2010 23:44:01 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on VBScript to Remap your Outlook Profiles to a new server. by Dave</title>
		<link>http://davedolan.com/blog/?p=83&#038;cpage=1#comment-117567</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 30 Jun 2010 23:44:01 +0000</pubDate>
		<guid isPermaLink="false">http://davedolan.com/blog/2008/04/16/vbscript-to-remap-your-outlook-profiles-to-a-new-server/#comment-117567</guid>
		<description>Glad to hear it, and yeah I guess I didn&#039;t think about case sensitivity. Good catch!</description>
		<content:encoded><![CDATA[<p>Glad to hear it, and yeah I guess I didn&#8217;t think about case sensitivity. Good catch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VBScript to Remap your Outlook Profiles to a new server. by Allan</title>
		<link>http://davedolan.com/blog/?p=83&#038;cpage=1#comment-117555</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Wed, 30 Jun 2010 20:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://davedolan.com/blog/2008/04/16/vbscript-to-remap-your-outlook-profiles-to-a-new-server/#comment-117555</guid>
		<description>I did a Exchange 2003 swing migration and for whatever reason (probably because I&#039;m using a smart host and external DNS on my connectors) my Outlook clients refused to update.  All my public folders synced and migrated, mailboxes moved fine, but Outlook refused to work.  Threw this script into my login and it worked great.  Only issue I had is my server name was SERVEREmail01 and when I typed it into the script I put in ServerEmail01 and the script didn&#039;t match the case difference so I changed ti If logic to:

if instr(ucase(nbServerName), UCase(OldServer)) then

just in case it got entered differently on other computers (SERVEREmail01, SERVEREMAIL01, etc).

Thanks for this!</description>
		<content:encoded><![CDATA[<p>I did a Exchange 2003 swing migration and for whatever reason (probably because I&#8217;m using a smart host and external DNS on my connectors) my Outlook clients refused to update.  All my public folders synced and migrated, mailboxes moved fine, but Outlook refused to work.  Threw this script into my login and it worked great.  Only issue I had is my server name was SERVEREmail01 and when I typed it into the script I put in ServerEmail01 and the script didn&#8217;t match the case difference so I changed ti If logic to:</p>
<p>if instr(ucase(nbServerName), UCase(OldServer)) then</p>
<p>just in case it got entered differently on other computers (SERVEREmail01, SERVEREMAIL01, etc).</p>
<p>Thanks for this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VBScript to Remap your Outlook Profiles to a new server. by Dave</title>
		<link>http://davedolan.com/blog/?p=83&#038;cpage=1#comment-113312</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 25 Mar 2010 03:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://davedolan.com/blog/2008/04/16/vbscript-to-remap-your-outlook-profiles-to-a-new-server/#comment-113312</guid>
		<description>Sure just whack the whole string instead. I&#039;m doing a find/replace.  NO warranty, do it at your own risk.  Test it on someone you love first.</description>
		<content:encoded><![CDATA[<p>Sure just whack the whole string instead. I&#8217;m doing a find/replace.  NO warranty, do it at your own risk.  Test it on someone you love first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VBScript to Remap your Outlook Profiles to a new server. by Pete</title>
		<link>http://davedolan.com/blog/?p=83&#038;cpage=1#comment-113288</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Wed, 24 Mar 2010 15:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://davedolan.com/blog/2008/04/16/vbscript-to-remap-your-outlook-profiles-to-a-new-server/#comment-113288</guid>
		<description>Great script. Is there a way to change the whole x500 path as opposed to just the server name?</description>
		<content:encoded><![CDATA[<p>Great script. Is there a way to change the whole x500 path as opposed to just the server name?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VBScript to Remap your Outlook Profiles to a new server. by Dave</title>
		<link>http://davedolan.com/blog/?p=83&#038;cpage=1#comment-110575</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 08 Jan 2010 02:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://davedolan.com/blog/2008/04/16/vbscript-to-remap-your-outlook-profiles-to-a-new-server/#comment-110575</guid>
		<description>The only way to find out is to test it on a machine you don&#039;t care if you break!  I know it will do the edits to the registry, but whether or not that will do the trick is uncertain.  I haven&#039;t tried or tested it on 2007, and I&#039;m actually kinda dubious of it.  See the thing that gets me is that they have these apparently random looking numbers as the &#039;keys&#039; for each features, like Exchange vs whatever else.  I think it&#039;s probably easy for you to see the reason that procedures like that are unsupported.  I would never recommend deploying my code without making sure it works for you first, and perhaps more importantly, without your understanding exactly how it works.  Things are all Powershell these days now, I&#039;m already feeling old, and I&#039;m not yet 30.</description>
		<content:encoded><![CDATA[<p>The only way to find out is to test it on a machine you don&#8217;t care if you break!  I know it will do the edits to the registry, but whether or not that will do the trick is uncertain.  I haven&#8217;t tried or tested it on 2007, and I&#8217;m actually kinda dubious of it.  See the thing that gets me is that they have these apparently random looking numbers as the &#8216;keys&#8217; for each features, like Exchange vs whatever else.  I think it&#8217;s probably easy for you to see the reason that procedures like that are unsupported.  I would never recommend deploying my code without making sure it works for you first, and perhaps more importantly, without your understanding exactly how it works.  Things are all Powershell these days now, I&#8217;m already feeling old, and I&#8217;m not yet 30.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VBScript to Remap your Outlook Profiles to a new server. by Dan</title>
		<link>http://davedolan.com/blog/?p=83&#038;cpage=1#comment-110570</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 07 Jan 2010 23:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://davedolan.com/blog/2008/04/16/vbscript-to-remap-your-outlook-profiles-to-a-new-server/#comment-110570</guid>
		<description>Hello, I am a newish net admin at a school district.  They are currently using gaggle.net with their mx record pointing to such and the instructors log in using outlook 2007.

They are interested in hosting their own exchange server but I really dread going to every system and editing the mail server settings.  Everyone is either on xp pro or vista business.  Would the above script work out with this situation?  It would be a new exchange install and I just need to save some effort in changing everyones classroom computers to use the local server rather than gaggle.net.

Thank you,
Dan.</description>
		<content:encoded><![CDATA[<p>Hello, I am a newish net admin at a school district.  They are currently using gaggle.net with their mx record pointing to such and the instructors log in using outlook 2007.</p>
<p>They are interested in hosting their own exchange server but I really dread going to every system and editing the mail server settings.  Everyone is either on xp pro or vista business.  Would the above script work out with this situation?  It would be a new exchange install and I just need to save some effort in changing everyones classroom computers to use the local server rather than gaggle.net.</p>
<p>Thank you,<br />
Dan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Soyo Topaz S &#8211; Hacking Native Widescreen Resolution on an Intel 945GM Express by Tony</title>
		<link>http://davedolan.com/blog/?p=86&#038;cpage=1#comment-103243</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Tue, 18 Aug 2009 01:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://davedolan.com/blog/2008/05/10/soyo-topaz-s-native-widescreen-resolution-on-an-intel-945gm-express/#comment-103243</guid>
		<description>I was unable to get it working using your method. However, I was able to get it working using a special fix release driver from Intel &lt;a href=&quot;http://downloadcenter.intel.com/Detail_Desc.aspx?strState=LIVE&amp;lang=eng&amp;ProductID=2102&amp;DwnldID=15559&quot; rel=&quot;nofollow&quot;&gt;(http://downloadcenter.intel.com/Detail_Desc.aspx?strState=LIVE&amp;lang=eng&amp;ProductID=2102&amp;DwnldID=15559)&lt;/a&gt;. One thing to note, the install crashed the first time, but I reran and woila!</description>
		<content:encoded><![CDATA[<p>I was unable to get it working using your method. However, I was able to get it working using a special fix release driver from Intel <a href="http://downloadcenter.intel.com/Detail_Desc.aspx?strState=LIVE&amp;lang=eng&amp;ProductID=2102&amp;DwnldID=15559" rel="nofollow">(</a><a href="http://downloadcenter.intel.com/Detail_Desc.aspx?strState=LIVE&amp;lang=eng&amp;ProductID=2102&amp;DwnldID=15559" rel="nofollow">http://downloadcenter.intel.com/Detail_Desc.aspx?strState=LIVE&amp;lang=eng&amp;ProductID=2102&amp;DwnldID=15559</a>). One thing to note, the install crashed the first time, but I reran and woila!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VBScript to Remap your Outlook Profiles to a new server. by dave</title>
		<link>http://davedolan.com/blog/?p=83&#038;cpage=1#comment-102072</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Fri, 24 Jul 2009 15:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://davedolan.com/blog/2008/04/16/vbscript-to-remap-your-outlook-profiles-to-a-new-server/#comment-102072</guid>
		<description>Ok, you&#039;re still missing half of what I said.  The primary source of information for Outlook is not on the local host at all. It gets the mailbox location from the attributes of your AD account (omeMDB, homeMTA, and msExchMailServer), ie from the Domain Controller.  First you have to run a script to change that (not included here on this post, but the link I posted above is actually talking about the attributes in question.)  So yes, you&#039;re right, it&#039;s not reading it as the only source of information.  I don&#039;t know why they have to be changed locally and on the AD accounts, but when I didn&#039;t run this script also, changing them in the AD wasn&#039;t sufficient.  Anyway, the primary reason I posted this script was to show how one might do a find/replace on a unicode string in a registry key that&#039;s a binary value type.  The exchange thing was just something I used it for.</description>
		<content:encoded><![CDATA[<p>Ok, you&#8217;re still missing half of what I said.  The primary source of information for Outlook is not on the local host at all. It gets the mailbox location from the attributes of your AD account (omeMDB, homeMTA, and msExchMailServer), ie from the Domain Controller.  First you have to run a script to change that (not included here on this post, but the link I posted above is actually talking about the attributes in question.)  So yes, you&#8217;re right, it&#8217;s not reading it as the only source of information.  I don&#8217;t know why they have to be changed locally and on the AD accounts, but when I didn&#8217;t run this script also, changing them in the AD wasn&#8217;t sufficient.  Anyway, the primary reason I posted this script was to show how one might do a find/replace on a unicode string in a registry key that&#8217;s a binary value type.  The exchange thing was just something I used it for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VBScript to Remap your Outlook Profiles to a new server. by Keith Davis</title>
		<link>http://davedolan.com/blog/?p=83&#038;cpage=1#comment-102066</link>
		<dc:creator>Keith Davis</dc:creator>
		<pubDate>Fri, 24 Jul 2009 13:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://davedolan.com/blog/2008/04/16/vbscript-to-remap-your-outlook-profiles-to-a-new-server/#comment-102066</guid>
		<description>I guess because of the timing you assumed I was talking about 2007, but I am not. This is with Outlook 2003 and Exchange 2003 that it does not work. I&#039;ve tried other similar scripts, and even changing the registry keys manually, but nothing works. It&#039;s like Outlook writes those values, but does not read them.</description>
		<content:encoded><![CDATA[<p>I guess because of the timing you assumed I was talking about 2007, but I am not. This is with Outlook 2003 and Exchange 2003 that it does not work. I&#8217;ve tried other similar scripts, and even changing the registry keys manually, but nothing works. It&#8217;s like Outlook writes those values, but does not read them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VBScript to Remap your Outlook Profiles to a new server. by Dave</title>
		<link>http://davedolan.com/blog/?p=83&#038;cpage=1#comment-102028</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 23 Jul 2009 19:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://davedolan.com/blog/2008/04/16/vbscript-to-remap-your-outlook-profiles-to-a-new-server/#comment-102028</guid>
		<description>oh and I almost forgot to mention, you have to re-home the mailboxes first in the AD accounts. This doesn&#039;t touch AD accounts. Only the local profile.  See this: http://technet.microsoft.com/en-us/library/bb125087(EXCHG.65).aspx for info.  (hat tip to Dmitry Martinov above)</description>
		<content:encoded><![CDATA[<p>oh and I almost forgot to mention, you have to re-home the mailboxes first in the AD accounts. This doesn&#8217;t touch AD accounts. Only the local profile.  See this: <a href="http://technet.microsoft.com/en-us/library/bb125087(EXCHG.65).aspx" rel="nofollow">http://technet.microsoft.com/en-us/library/bb125087(EXCHG.65).aspx</a> for info.  (hat tip to Dmitry Martinov above)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
