<?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 on: Exchange 2007 Offline Address Book (OAB) keeps asking for authentication</title>
	<atom:link href="http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/</link>
	<description>Bloggin about Microsoft, SQL Server, Windows Server 2008, Windows Mobile, new techie bits and pieces</description>
	<lastBuildDate>Mon, 05 Dec 2011 15:58:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: maizelight</title>
		<link>http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/comment-page-1/#comment-1266</link>
		<dc:creator>maizelight</dc:creator>
		<pubDate>Mon, 21 Nov 2011 20:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/#comment-1266</guid>
		<description>&lt;strong&gt;maizelight...&lt;/strong&gt;

[...]Exchange 2007 Offline Address Book (OAB) keeps asking for authentication &#124; Brad Marsh&#039;s Weblog[...]...</description>
		<content:encoded><![CDATA[<p><strong>maizelight&#8230;</strong></p>
<p>[...]Exchange 2007 Offline Address Book (OAB) keeps asking for authentication | Brad Marsh&#8217;s Weblog[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JH</title>
		<link>http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/comment-page-1/#comment-1211</link>
		<dc:creator>JH</dc:creator>
		<pubDate>Wed, 31 Aug 2011 18:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/#comment-1211</guid>
		<description>Thank you for posting this.  This solved my problem with your very accurate information.</description>
		<content:encoded><![CDATA[<p>Thank you for posting this.  This solved my problem with your very accurate information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Newton Zebell</title>
		<link>http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/comment-page-1/#comment-1148</link>
		<dc:creator>Newton Zebell</dc:creator>
		<pubDate>Wed, 30 Mar 2011 10:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/#comment-1148</guid>
		<description>Thank you for the benefit of sharing this insight!</description>
		<content:encoded><![CDATA[<p>Thank you for the benefit of sharing this insight!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: upload</title>
		<link>http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/comment-page-1/#comment-1133</link>
		<dc:creator>upload</dc:creator>
		<pubDate>Thu, 24 Feb 2011 21:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/#comment-1133</guid>
		<description>Thanks for the article</description>
		<content:encoded><![CDATA[<p>Thanks for the article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Marsh</title>
		<link>http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/comment-page-1/#comment-1120</link>
		<dc:creator>Brad Marsh</dc:creator>
		<pubDate>Thu, 03 Feb 2011 01:43:41 +0000</pubDate>
		<guid isPermaLink="false">http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/#comment-1120</guid>
		<description>Hi Kenia,

Great to hear you got it working!!!!!
I have&#039;t had a good look at this script for a while, but I think there maybe be a way to do this, but it would require significate changes to the script... the things that I can see after a very quick look would be 

objShell.RegWrite RegKey , &quot;AD_xxxxx&quot;
objShell.RegWrite RegKey07 , &quot;AD_xxxxx&quot;
objShell.RegWrite RegKey10 , &quot;AD_xxxxx&quot;
UserDataPath = ObjShell.ExpandEnvironmentStrings(&quot;%appdata%&quot;)
FolderLocation = UserDataPath &amp;&quot;\Microsoft\AD_xxxxxxx\&quot;
HTMFileString = FolderLocation &amp; &quot;xxxxxxx.htm&quot;

Would more than likely have to change

You would need to create a new HTML section and have this referenced to the above, and some components below... I would love to try and get this added as extra functionality... but time has been very tight for the last few months unfortunately, So in this instance I would say give it ago yourself, but if you come unstuck you may be better off just having 2 of these scripts, called by 1 batch file, but remove this section from the one that you DONT want the default profile to be set as:
Call SetDefaultSignature(&quot;xxxxx&quot;,&quot;&quot;)

&#039; Use this version (and comment the other) to
&#039; modify a named profile.
&#039;Call SetDefaultSignature _
&#039; (&quot;Signature Name&quot;, &quot;Profile Name&quot;)

Sub SetDefaultSignature(strSigName, strProfile)
Const HKEY_CURRENT_USER = &amp;H80000001
strComputer = &quot;.&quot;</description>
		<content:encoded><![CDATA[<p>Hi Kenia,</p>
<p>Great to hear you got it working!!!!!<br />
I have&#8217;t had a good look at this script for a while, but I think there maybe be a way to do this, but it would require significate changes to the script&#8230; the things that I can see after a very quick look would be </p>
<p>objShell.RegWrite RegKey , &#8220;AD_xxxxx&#8221;<br />
objShell.RegWrite RegKey07 , &#8220;AD_xxxxx&#8221;<br />
objShell.RegWrite RegKey10 , &#8220;AD_xxxxx&#8221;<br />
UserDataPath = ObjShell.ExpandEnvironmentStrings(&#8220;%appdata%&#8221;)<br />
FolderLocation = UserDataPath &amp;&#8221;\Microsoft\AD_xxxxxxx\&#8221;<br />
HTMFileString = FolderLocation &amp; &#8220;xxxxxxx.htm&#8221;</p>
<p>Would more than likely have to change</p>
<p>You would need to create a new HTML section and have this referenced to the above, and some components below&#8230; I would love to try and get this added as extra functionality&#8230; but time has been very tight for the last few months unfortunately, So in this instance I would say give it ago yourself, but if you come unstuck you may be better off just having 2 of these scripts, called by 1 batch file, but remove this section from the one that you DONT want the default profile to be set as:<br />
Call SetDefaultSignature(&#8220;xxxxx&#8221;,&#8221;")</p>
<p>&#8216; Use this version (and comment the other) to<br />
&#8216; modify a named profile.<br />
&#8216;Call SetDefaultSignature _<br />
&#8216; (&#8220;Signature Name&#8221;, &#8220;Profile Name&#8221;)</p>
<p>Sub SetDefaultSignature(strSigName, strProfile)<br />
Const HKEY_CURRENT_USER = &amp;H80000001<br />
strComputer = &#8220;.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenia Getto</title>
		<link>http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/comment-page-1/#comment-1119</link>
		<dc:creator>Kenia Getto</dc:creator>
		<pubDate>Wed, 02 Feb 2011 15:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/#comment-1119</guid>
		<description>Greetings, this is a truly absorbing Internet weblog and I have cherished learning several from the content material and posts contained around the internet website, keep up the exceptional work and desire to study a great deal extra stimulating content articles within the long term.</description>
		<content:encoded><![CDATA[<p>Greetings, this is a truly absorbing Internet weblog and I have cherished learning several from the content material and posts contained around the internet website, keep up the exceptional work and desire to study a great deal extra stimulating content articles within the long term.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/comment-page-1/#comment-1051</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 09 Sep 2010 18:33:20 +0000</pubDate>
		<guid isPermaLink="false">http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/#comment-1051</guid>
		<description>Thanks for the info, changing the folder in IIS to an application was the key I had been missing.</description>
		<content:encoded><![CDATA[<p>Thanks for the info, changing the folder in IIS to an application was the key I had been missing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Sheppard</title>
		<link>http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/comment-page-1/#comment-1034</link>
		<dc:creator>Ken Sheppard</dc:creator>
		<pubDate>Wed, 25 Aug 2010 12:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/#comment-1034</guid>
		<description>I&#039;m not running DFS on the Exchange 2010 server.  It&#039;s running Windows 2008 R2 and Exchange only.  That&#039;s it.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not running DFS on the Exchange 2010 server.  It&#8217;s running Windows 2008 R2 and Exchange only.  That&#8217;s it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Marsh</title>
		<link>http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/comment-page-1/#comment-1033</link>
		<dc:creator>Brad Marsh</dc:creator>
		<pubDate>Wed, 25 Aug 2010 12:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/#comment-1033</guid>
		<description>Hi Ken, 
I am running Exchange 2007 unfortunately, however it sounds like you are running a DFS or alike on the server is this the case?</description>
		<content:encoded><![CDATA[<p>Hi Ken,<br />
I am running Exchange 2007 unfortunately, however it sounds like you are running a DFS or alike on the server is this the case?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Sheppard</title>
		<link>http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/comment-page-1/#comment-1032</link>
		<dc:creator>Ken Sheppard</dc:creator>
		<pubDate>Wed, 25 Aug 2010 11:54:42 +0000</pubDate>
		<guid isPermaLink="false">http://bradmarsh.net/index.php/2009/03/03/exchange-2007-offline-address-book-oab-keeps-asking-for-authentication/#comment-1032</guid>
		<description>Brad, your notes have been a big help to me.  I was able to locate that the folders below Client Access\OAB do not allow SYSTEM full control on the subfolders.  If I add it manually, I&#039;m able to see the LZX files get copied over when I restart the File Distribution service.  However, within a few minutes, the SYSTEM rights get cleared by some process.  The Client Access\OAB folder does have the correct permissions, but the subfolders will not hold these settings.

I&#039;m running Exchange 2010 with Update4.

Thanks for any suggestions that you may have.</description>
		<content:encoded><![CDATA[<p>Brad, your notes have been a big help to me.  I was able to locate that the folders below Client Access\OAB do not allow SYSTEM full control on the subfolders.  If I add it manually, I&#8217;m able to see the LZX files get copied over when I restart the File Distribution service.  However, within a few minutes, the SYSTEM rights get cleared by some process.  The Client Access\OAB folder does have the correct permissions, but the subfolders will not hold these settings.</p>
<p>I&#8217;m running Exchange 2010 with Update4.</p>
<p>Thanks for any suggestions that you may have.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

