Home Share/DFS Folder Problem

S

sphbecker

We would like to use DFS to manage our user’s home shares. I updated a test
user’s account in AD to connect a drive to
\\mydomain.com\dfsroot\city\username, also set "My Documents" redirection to
the user path with a GPO. When he logs in the drive maps to
\\mydomain.com\dfsroot instead of to the full path. The %homeshare% variable
is correctly populated and "My Documents" are directed to the full path as
expected. He can type NET USE %HOMESHARE% to manually map. What could be
going on here?

Our domain level is 2000 and clients are XP.
 
A

Ace Fekay [Microsoft Certified Trainer]

sphbecker said:
We would like to use DFS to manage our user’s home shares. I updated a
test
user’s account in AD to connect a drive to
\\mydomain.com\dfsroot\city\username, also set "My Documents" redirection
to
the user path with a GPO. When he logs in the drive maps to
\\mydomain.com\dfsroot instead of to the full path. The %homeshare%
variable
is correctly populated and "My Documents" are directed to the full path as
expected. He can type NET USE %HOMESHARE% to manually map. What could be
going on here?

Our domain level is 2000 and clients are XP.

Can the user manually map a drive to
\\mydomain.com\dfsroot\city\username?

Try the following in the logon batch file (assuming you are using a .bat
file in a logon script that you specified in the user's AD properties):
net use h: \\mydomain.com\dfsroot\city\%username%

Can the user map the drive manually using the variable above?

--
Regards,
Ace

This posting is a personal opinion based on experience, and is provided
"AS-IS" with no warranties or guarantees and
confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCT
Microsoft Certified Trainer

For urgent issues, you may want to contact Microsoft PSS directly. Please
check http://support.microsoft.com for regional support phone numbers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top