<?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: Logon Script: Move Local PST Files To Network Share</title>
	<atom:link href="http://halfloaded.com/blog/logon-script-move-local-pst-files-to-network-share/feed/" rel="self" type="application/rss+xml" />
	<link>http://halfloaded.com/blog/logon-script-move-local-pst-files-to-network-share/</link>
	<description>Smash forehead on keyboard to continue...</description>
	<lastBuildDate>Wed, 14 Jul 2010 10:23:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Microsoft Guy</title>
		<link>http://halfloaded.com/blog/logon-script-move-local-pst-files-to-network-share/comment-page-1/#comment-259</link>
		<dc:creator>Microsoft Guy</dc:creator>
		<pubDate>Tue, 22 Dec 2009 23:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://halfloaded.com/?p=322#comment-259</guid>
		<description>Hi Andrew, 

Your vbscript is amazing!

I&#039;m having a slight issue with Outlook 2007. Currently, all of our workstations have the &quot;Personal Folders&quot; as the default mail folder in which all emails flow into. Whenever I run your script up to line 75 (	objOutlook.Session.RemoveStore objFolder), I get the following error message: 

&quot;You cannot close the mailbox that contains your calendar, contacts, and inbox. 

Is there are way to force removal of that &quot;Personal Folders&quot;?

I really appreciate your help!
Thank you very much,
Bao Tran</description>
		<content:encoded><![CDATA[<p>Hi Andrew, </p>
<p>Your vbscript is amazing!</p>
<p>I&#8217;m having a slight issue with Outlook 2007. Currently, all of our workstations have the &#8220;Personal Folders&#8221; as the default mail folder in which all emails flow into. Whenever I run your script up to line 75 (	objOutlook.Session.RemoveStore objFolder), I get the following error message: </p>
<p>&#8220;You cannot close the mailbox that contains your calendar, contacts, and inbox. </p>
<p>Is there are way to force removal of that &#8220;Personal Folders&#8221;?</p>
<p>I really appreciate your help!<br />
Thank you very much,<br />
Bao Tran</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://halfloaded.com/blog/logon-script-move-local-pst-files-to-network-share/comment-page-1/#comment-255</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 27 Oct 2009 03:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://halfloaded.com/?p=322#comment-255</guid>
		<description>Hi Mark,
We too experienced similar issues.  However, we rewrote our original script and ended up with the one above which hasn&#039;t given us the same grief as the original did.  There are three main actions that occur in the script above:
1. Delete local stores
2. Move files
3. Add local stores back
Play around with pauses.  It seems to make a world of difference.  We found the issue seemed to be related to latency either on the system or on the network.  Putting in more pauses fixed the issue (see line 98).  Try adding a pause on line 105 and/or line 85.</description>
		<content:encoded><![CDATA[<p>Hi Mark,<br />
We too experienced similar issues.  However, we rewrote our original script and ended up with the one above which hasn&#8217;t given us the same grief as the original did.  There are three main actions that occur in the script above:<br />
1. Delete local stores<br />
2. Move files<br />
3. Add local stores back<br />
Play around with pauses.  It seems to make a world of difference.  We found the issue seemed to be related to latency either on the system or on the network.  Putting in more pauses fixed the issue (see line 98).  Try adding a pause on line 105 and/or line 85.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MarkC</title>
		<link>http://halfloaded.com/blog/logon-script-move-local-pst-files-to-network-share/comment-page-1/#comment-254</link>
		<dc:creator>MarkC</dc:creator>
		<pubDate>Mon, 26 Oct 2009 18:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://halfloaded.com/?p=322#comment-254</guid>
		<description>Hi Andrew, 

I&#039;ve been looking for something like this to do exactly the same thing on our network.  

I&#039;ve made a few changes, so that it will work exactly how we want and also create a log file of what&#039;s happened.  The script works great, apart from one important thing that I&#039;m stuck on..  

It will move only the first PST it comes across in Outlook each time it is run.  It doesn&#039;t seem to either want to read the others in to the array or read others from the array.  

My VBS skills are really weak (although getting better quickly!).  I wondered if you could shed any light on this?  

Many thanks, and well done on a great script!  

Mark.</description>
		<content:encoded><![CDATA[<p>Hi Andrew, </p>
<p>I&#8217;ve been looking for something like this to do exactly the same thing on our network.  </p>
<p>I&#8217;ve made a few changes, so that it will work exactly how we want and also create a log file of what&#8217;s happened.  The script works great, apart from one important thing that I&#8217;m stuck on..  </p>
<p>It will move only the first PST it comes across in Outlook each time it is run.  It doesn&#8217;t seem to either want to read the others in to the array or read others from the array.  </p>
<p>My VBS skills are really weak (although getting better quickly!).  I wondered if you could shed any light on this?  </p>
<p>Many thanks, and well done on a great script!  </p>
<p>Mark.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.244 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-21 17:17:46 -->
<!-- Compression = gzip -->