<?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/"
	>

<channel>
	<title>Rickey Whitworth&#039;s Blog &#187; Vista</title>
	<atom:link href="http://www.whitworth.org/tag/vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whitworth.org</link>
	<description>insights from managing a microsoft enterprise infrastructure</description>
	<lastBuildDate>Tue, 22 Jun 2010 17:12:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Updating your Offline Files cache in Windows Vista to point to a new server</title>
		<link>http://www.whitworth.org/2007/09/25/updating-your-offline-files-cache-in-windows-vista-to-point-to-a-new-server/</link>
		<comments>http://www.whitworth.org/2007/09/25/updating-your-offline-files-cache-in-windows-vista-to-point-to-a-new-server/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 13:47:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network Administration]]></category>
		<category><![CDATA[Offline Files]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,9dfb4dfc-1cdc-46be-8261-416bb28bf21f.aspx</guid>
		<description><![CDATA[
&#160;



A newsgroup customer recently asked us how to synchronize his Offline Files with a
server after the server had been renamed. Offline Files in Windows Vista provides
scripting support to enable users to write custom scripts to perform such tasks. To
illustrate this, one of our Offline Files developers created a script that uses the
&#8220;rename&#8221; functionality offered by [...]]]></description>
			<content:encoded><![CDATA[<p>
&nbsp;
</p>
<blockquote>
<p>
A newsgroup customer recently asked us how to synchronize his Offline Files with a<br />
server after the server had been renamed. Offline Files in Windows Vista provides<br />
scripting support to enable users to write custom scripts to perform such tasks. To<br />
illustrate this, one of our Offline Files developers created a script that uses the<br />
&#8220;rename&#8221; functionality offered by the scripting model to rename the path in the local<br />
cache from the old server to the new server.&nbsp; </p>
<p>
Iâ€™ve added the script as a <a href="http://blogs.technet.com/filecab/pages/cscrenameitem-vbs.aspx">blog<br />
article</a>.&nbsp;Use the following syntax to run the script on each affected client. </p>
<p>
cscript CscRenameItem.vbs /OldItemPath:\oldserver /NewItemPath:\newserver </p>
<p>
Some notes on this operation: </p>
<ul>
<li>
The script must be run on every client with data cached from the original server.&nbsp;&nbsp; </p>
<li>
The script doesnâ€™t rename the item at the time it is run.&nbsp; It merely records<br />
the â€œoldâ€ and â€œnewâ€ names.&nbsp; A system restart is required to apply the change.&nbsp;<br />
When the system is restarted, Offline Files renames the server entry in the local<br />
cache according to the parameters provided to the script.&nbsp; Once the restart is<br />
complete, Offline Files will automatically synchronize the contents of the cache with<br />
the server of the new name. </p>
<li>
This processing does not validate the existence of the â€œnewâ€ name provided.&nbsp;<br />
If you provide the name of a server that does not exist, the affected files will remain<br />
in the Offline Files cache, unsynchronized with any server.&nbsp;&nbsp; </p>
<li>
Our example shows a rename for a server.&nbsp; The UNC paths provided can also reference<br />
a shared folder.</li>
</ul>
<p>
Youâ€™ll need to restart Windows Vista after successfully running this script.&nbsp;After<br />
the restart, the files cached for <a href="file://oldserver/">\oldserver</a> will<br />
now be cached for <a href="file://newserver/">\newserver</a>.&nbsp; </p>
<p>
&#8211;Jill
</p>
</blockquote>
<p>
<a href="https://blogs.technet.com/filecab/archive/2007/03/29/updating-your-offline-files-cache-in-windows-vista-to-point-to-a-new-server.aspx">The<br />
Filing Cabinet : Updating your Offline Files cache in Windows Vista to point to a<br />
new server</a>
</p>
<p><img width="0" height="0" src="http://www.whitworth.org/Blog/aggbug.ashx?id=9dfb4dfc-1cdc-46be-8261-416bb28bf21f" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2007/09/25/updating-your-offline-files-cache-in-windows-vista-to-point-to-a-new-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synchronizing Offline Files from the command line in Vista</title>
		<link>http://www.whitworth.org/2007/09/25/synchronizing-offline-files-from-the-command-line-in-vista/</link>
		<comments>http://www.whitworth.org/2007/09/25/synchronizing-offline-files-from-the-command-line-in-vista/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 13:46:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Vista]]></category>
		<category><![CDATA[Offline Files]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,8bb10239-3e12-40dc-a935-72157a3f4fa7.aspx</guid>
		<description><![CDATA[
&#160;



A blog reader recently asked us how to synchronize Offline Files from the command
prompt instead of from the Sync Center as described in a previous
blog post. Good question! Synchronizing Offline Files from the command line is
performed using a WMI script.&#160;We have published two example scripts that illustrate
how to do this. 

The scripts are: 

CscSyncAll.vbs â€“
Sync [...]]]></description>
			<content:encoded><![CDATA[<p>
&nbsp;
</p>
<blockquote>
<p>
A blog reader recently asked us how to synchronize Offline Files from the command<br />
prompt instead of from the Sync Center as described in a <a href="http://blogs.technet.com/filecab/archive/2007/03/21/how-to-synchronize-offline-files-when-you-log-off-of-windows-vista.aspx">previous<br />
blog post</a>. Good question! Synchronizing Offline Files from the command line is<br />
performed using a WMI script.&nbsp;We have published two example scripts that illustrate<br />
how to do this. </p>
<p>
The scripts are: </p>
<p>
<a href="http://blogs.technet.com/filecab/pages/cscsyncall-vbs-sync-the-entire-offline-files-cache.aspx">CscSyncAll.vbs</a> â€“<br />
Sync the entire cache<br />
<a href="http://blogs.technet.com/filecab/pages/cscsync-vbs-sync-a-particular-unc-path.aspx">CscSync.vbs</a> â€“<br />
Sync a particular UNC path </p>
<p>
Note that most of the text in these scripts is for handling script switches and formatting/reporting<br />
progress. The code to actually perform the sync is relatively little. </p>
<p>
&#8211;Jill
</p>
</blockquote>
<p>
<a href="https://blogs.technet.com/filecab/archive/2007/05/01/synchronizing-offline-files-from-the-command-line.aspx">The<br />
Filing Cabinet : Synchronizing Offline Files from the command line</a>
</p>
<p><img width="0" height="0" src="http://www.whitworth.org/Blog/aggbug.ashx?id=8bb10239-3e12-40dc-a935-72157a3f4fa7" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2007/09/25/synchronizing-offline-files-from-the-command-line-in-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IEForge &#8211; bends IE to your will &#124; InlineSearch / HomePage</title>
		<link>http://www.whitworth.org/2006/10/24/ieforge-bends-ie-to-your-will-inlinesearch-homepage/</link>
		<comments>http://www.whitworth.org/2006/10/24/ieforge-bends-ie-to-your-will-inlinesearch-homepage/#comments</comments>
		<pubDate>Tue, 24 Oct 2006 13:47:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.whitworth.org/Blog/PermaLink,guid,10d53cf5-4506-4ed8-9a7d-7b40fff95169.aspx</guid>
		<description><![CDATA[
&#160;Lots of buzz over why this feature didn&#8217;t make it into IE7. Its apparently a
feature in Firefox.



Inline Search v 1.2 is an extremely useful free add-on for Internet Explorer that
mimics Firefox&#8217;s search behavior. It turns searching in a web page into a non modal
research experience coupled with a find as you type facility. It integrates [...]]]></description>
			<content:encoded><![CDATA[<p>
&nbsp;Lots of buzz over why this feature didn&#8217;t make it into IE7. Its apparently a<br />
feature in Firefox.
</p>
<blockquote>
<p>
Inline Search v 1.2 is an extremely useful free add-on for Internet Explorer that<br />
mimics Firefox&#8217;s search behavior. It turns searching in a web page into a non modal<br />
research experience coupled with a find as you type facility. It integrates flawlessly<br />
into IE (version 5.5 or above), giving it that little extra that makes you a lot more<br />
efficient when you are looking for a specific piece of information.
</p>
</blockquote>
<p>
Source: <a href="http://www.ieforge.com/InlineSearch/HomePage">IEForge &#8211; bends IE<br />
to your will | InlineSearch / HomePage</a>
</p>
<p><img width="0" height="0" src="http://www.whitworth.org/Blog/aggbug.ashx?id=10d53cf5-4506-4ed8-9a7d-7b40fff95169" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitworth.org/2006/10/24/ieforge-bends-ie-to-your-will-inlinesearch-homepage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
