<?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: Redirection Madness</title>
	<atom:link href="http://jdhitsolutions.com/blog/2009/08/redirection-madness/feed/" rel="self" type="application/rss+xml" />
	<link>http://jdhitsolutions.com/blog/2009/08/redirection-madness/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=redirection-madness</link>
	<description>Advice, solutions, tips and more for the lonely Windows administrator with too much to do and not enough time.</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:20:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jeffery Hicks</title>
		<link>http://jdhitsolutions.com/blog/2009/08/redirection-madness/#comment-111</link>
		<dc:creator>Jeffery Hicks</dc:creator>
		<pubDate>Sat, 08 Aug 2009 12:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://jdhitsolutions.com/blog/2009/08/04/redirection-madness/#comment-111</guid>
		<description>Actually, this doesn&#039;t even need a script.  Select the user accounts in Active Directory Users and Computers (assuming you are running Windows 2003 or later). Right click and edit the account properties.  Make all the bulk modifications you want.</description>
		<content:encoded><![CDATA[<p>Actually, this doesn&#8217;t even need a script.  Select the user accounts in Active Directory Users and Computers (assuming you are running Windows 2003 or later). Right click and edit the account properties.  Make all the bulk modifications you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffery Hicks</title>
		<link>http://jdhitsolutions.com/blog/2009/08/redirection-madness/#comment-110</link>
		<dc:creator>Jeffery Hicks</dc:creator>
		<pubDate>Sat, 08 Aug 2009 12:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://jdhitsolutions.com/blog/2009/08/04/redirection-madness/#comment-110</guid>
		<description>You didn&#039;t mention if you wanted to use VBScript or Powershell.  It would be easier with the latter, especially if you can use the free Quest AD cmdlets.

import-csv users.csv &#124; foreach {
set-qaduser $_.name -homedrive &quot;Z:&quot;)&quot;
}

You could also accomplish this with DSQuery and DSMod from the command line.  See what you can work out and then post something in the appropriate forum at ScriptingAnswers.com.  I&#039;ll be unavailable for a while but there are other forum members who can help out.</description>
		<content:encoded><![CDATA[<p>You didn&#8217;t mention if you wanted to use VBScript or Powershell.  It would be easier with the latter, especially if you can use the free Quest AD cmdlets.</p>
<p>import-csv users.csv | foreach {<br />
set-qaduser $_.name -homedrive &#8220;Z:&#8221;)&#8221;<br />
}</p>
<p>You could also accomplish this with DSQuery and DSMod from the command line.  See what you can work out and then post something in the appropriate forum at ScriptingAnswers.com.  I&#8217;ll be unavailable for a while but there are other forum members who can help out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Johns</title>
		<link>http://jdhitsolutions.com/blog/2009/08/redirection-madness/#comment-109</link>
		<dc:creator>Mike Johns</dc:creator>
		<pubDate>Sat, 08 Aug 2009 03:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://jdhitsolutions.com/blog/2009/08/04/redirection-madness/#comment-109</guid>
		<description>I am looking for a script that will read a .csv file to get the username and the use adsi to edit the field in the user object that maps the users homedrive.</description>
		<content:encoded><![CDATA[<p>I am looking for a script that will read a .csv file to get the username and the use adsi to edit the field in the user object that maps the users homedrive.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

