<?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: .VBS to remap network drivers after file server migrations</title>
	<atom:link href="http://www.robertoalves.com/2008/vbs-to-remap-network-drivers-after-file-server-migrations/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertoalves.com/2008/vbs-to-remap-network-drivers-after-file-server-migrations/</link>
	<description>Scripts and Server Based Computing</description>
	<lastBuildDate>Wed, 21 Jul 2010 19:05:59 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Roberto</title>
		<link>http://www.robertoalves.com/2008/vbs-to-remap-network-drivers-after-file-server-migrations/comment-page-1/#comment-256</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Sun, 04 Jan 2009 11:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertoalves.com/?p=64#comment-256</guid>
		<description>Yes, that script will re-map network drive mappings from serverA to serverB of each user runnig the script.

Let&#039;s say that a user has these maps:
h: \\serverXX\comercial\test
o: \\siteh\technical
r: \\serverA\dept\Finance
u: \\serverA\sales

If you put in the script to change just from \\serverA to \\serverB, the user above will have the letters r: remapped to \\serverB\dept\Finance and u: to \\serverB\sales.

If you put in the script to change from \\serverA\dept to \\serverB\dept, the user above will have only the letter r: remapped to \\serverB\dept\Finance.

Basically the script will search for drives that contains the text of the variable old_path, if some driver is founded, the script will delete that driver and recreate the same driver using replacing the text of old_path variable by the text of new_path variable, keeping the remaning path of the driver.</description>
		<content:encoded><![CDATA[<p>Yes, that script will re-map network drive mappings from serverA to serverB of each user runnig the script.</p>
<p>Let&#8217;s say that a user has these maps:<br />
h: \\serverXX\comercial\test<br />
o: \\siteh\technical<br />
r: \\serverA\dept\Finance<br />
u: \\serverA\sales</p>
<p>If you put in the script to change just from \\serverA to \\serverB, the user above will have the letters r: remapped to \\serverB\dept\Finance and u: to \\serverB\sales.</p>
<p>If you put in the script to change from \\serverA\dept to \\serverB\dept, the user above will have only the letter r: remapped to \\serverB\dept\Finance.</p>
<p>Basically the script will search for drives that contains the text of the variable old_path, if some driver is founded, the script will delete that driver and recreate the same driver using replacing the text of old_path variable by the text of new_path variable, keeping the remaning path of the driver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suryanto</title>
		<link>http://www.robertoalves.com/2008/vbs-to-remap-network-drivers-after-file-server-migrations/comment-page-1/#comment-255</link>
		<dc:creator>Suryanto</dc:creator>
		<pubDate>Sun, 04 Jan 2009 11:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertoalves.com/?p=64#comment-255</guid>
		<description>I am doing a file server migration from serverA to serverB.
Some of the network drives mapping for our users are from our Windows login script,
however majority of the users do their own network drive mapping.

Will your script work to re-map user&#039;s network drive mapping from serverA to serverB?
e.g. if they have R: drive mapped to \\serverA\Dept\Finance, can your script re-map it to
\\serverB\Dept\Finance ?
       Dept is our shared name.

Thank you in advance.</description>
		<content:encoded><![CDATA[<p>I am doing a file server migration from serverA to serverB.<br />
Some of the network drives mapping for our users are from our Windows login script,<br />
however majority of the users do their own network drive mapping.</p>
<p>Will your script work to re-map user&#8217;s network drive mapping from serverA to serverB?<br />
e.g. if they have R: drive mapped to \\serverA\Dept\Finance, can your script re-map it to<br />
\\serverB\Dept\Finance ?<br />
       Dept is our shared name.</p>
<p>Thank you in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
