<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Storage Tips: How to create namespace links in Uppercase</title><link>http://blogs.technet.com/filecab/archive/2008/09/23/storage-tips-how-to-create-namespace-links-in-uppercase.aspx</link><description>When you create namespace folders (links) using DFSUtil in Windows Server 2008, the namespaces links are lowercase. This is a known issue, and as a work around, you can use dfscmd /map to create Uppercase links in DFS namespace. Ganesh Prasad</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Storage Tips: How to create namespace links in Uppercase</title><link>http://blogs.technet.com/filecab/archive/2008/09/23/storage-tips-how-to-create-namespace-links-in-uppercase.aspx#3148680</link><pubDate>Thu, 06 Nov 2008 22:03:49 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3148680</guid><dc:creator>ThierryVos</dc:creator><description>&lt;p&gt;Hi Ganesh,&lt;/p&gt;
&lt;p&gt;How can I incorporate this in the script for UDS Provisioning, which was supplied in the Windows Server 2008 Resource Kit?&lt;/p&gt;
&lt;p&gt;I'm not a scripter, nor a programmer so I (and a few other people I presume) could use a little help in configuring that script.&lt;/p&gt;
&lt;p&gt;The portion that needs adjustment is as follows:&lt;/p&gt;
&lt;p&gt;------------------------------------------------&lt;/p&gt;
&lt;p&gt;Sub Create_DFS_Namespace()&lt;/p&gt;
&lt;p&gt;' =====================================================================================&lt;/p&gt;
&lt;p&gt;' Create DFS namespace for %username% DFS folder and the user's data stores beneath it&lt;/p&gt;
&lt;p&gt;	Dim sUserDFSFolder&lt;/p&gt;
&lt;p&gt;	' Define the top-level folder for the user within the DFS namespace&lt;/p&gt;
&lt;p&gt;	sUserDFSFolder = sUserDFSNamespace &amp;amp; &amp;quot;\&amp;quot; &amp;amp; sUsername&lt;/p&gt;
&lt;p&gt;' %USERNAME%\Documents&lt;/p&gt;
&lt;p&gt;	sCommand = &amp;quot;&amp;quot;&amp;quot;&amp;quot; &amp;amp; DFSUTIL &amp;amp; &amp;quot;&amp;quot;&amp;quot; link add &amp;quot; &amp;amp; _&lt;/p&gt;
&lt;p&gt;		sUserDFSFolder &amp;amp; &amp;quot;\&amp;quot; &amp;amp; sUserDocsDFSFolder &amp;amp; _&lt;/p&gt;
&lt;p&gt;		&amp;quot; \\&amp;quot; &amp;amp; sUserDataServer &amp;amp; &amp;quot;\&amp;quot; &amp;amp; sUserDocsShareName &amp;amp; _&lt;/p&gt;
&lt;p&gt;		&amp;quot;\&amp;quot; &amp;amp; sUsername &amp;amp; &amp;quot;\&amp;quot; &amp;amp; sUserDocsPath&lt;/p&gt;
&lt;p&gt;	arr = Execute_Capture( sCommand, 10, True)&lt;/p&gt;
&lt;p&gt;	Log_Command sCommand, arr&lt;/p&gt;
&lt;p&gt;------------------------------------------------------&lt;/p&gt;
&lt;p&gt;Any help is greatly appreciated!&lt;/p&gt;
&lt;p&gt;Thierry Vos&lt;/p&gt;
</description></item><item><title>re: Storage Tips: How to create namespace links in Uppercase</title><link>http://blogs.technet.com/filecab/archive/2008/09/23/storage-tips-how-to-create-namespace-links-in-uppercase.aspx#3166637</link><pubDate>Thu, 11 Dec 2008 06:40:07 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3166637</guid><dc:creator>belpad</dc:creator><description>&lt;p&gt;Thanks Ganesh.&lt;/p&gt;
&lt;p&gt;Have found that lowercase letters created by DFSUTIL (W2K8 - v6.0.6001.18000) for W2K3 R2 Domain based DFS user redirected folders (Desktop, Documents etc) also causes the &amp;quot;Plain&amp;quot; documents icon issues seen here &lt;a rel="nofollow" target="_new" href="http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=4222553&amp;amp;SiteID=17"&gt;http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=4222553&amp;amp;SiteID=17&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;These issues were resolved when the Documents, Desktop and Profile.v2 DFS folders were recreated with DFSCMD.&lt;/p&gt;
</description></item></channel></rss>