Welcome to TechNet Blogs Sign in | Join | Help

The Storage Team at Microsoft - File Cabinet Blog

The Storage Team Blog about file services and storage features in Windows Server, Windows XP, and Windows Vista.

News

Storage Tips: How to create namespace links in Uppercase

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

Posted: Tuesday, September 23, 2008 12:00 PM by cfsbloggers

Comments

ThierryVos said:

Hi Ganesh,

How can I incorporate this in the script for UDS Provisioning, which was supplied in the Windows Server 2008 Resource Kit?

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.

The portion that needs adjustment is as follows:

------------------------------------------------

Sub Create_DFS_Namespace()

' =====================================================================================

' Create DFS namespace for %username% DFS folder and the user's data stores beneath it

Dim sUserDFSFolder

' Define the top-level folder for the user within the DFS namespace

sUserDFSFolder = sUserDFSNamespace & "\" & sUsername

' %USERNAME%\Documents

sCommand = """" & DFSUTIL & """ link add " & _

sUserDFSFolder & "\" & sUserDocsDFSFolder & _

" \\" & sUserDataServer & "\" & sUserDocsShareName & _

"\" & sUsername & "\" & sUserDocsPath

arr = Execute_Capture( sCommand, 10, True)

Log_Command sCommand, arr

------------------------------------------------------

Any help is greatly appreciated!

Thierry Vos

# November 6, 2008 2:03 PM
Leave a Comment

(required) 

(required) 

(optional)

(required) 

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Page view tracker