Home Directory Mapping

  • Thread starter Thread starter wk12
  • Start date Start date
W

wk12

When a Windows XP client logs on to a AD domain which Will take precedence. A
Home directory that is mapped from a login script that is specified in the
Profile of a user account or the Home Directory entry on the users profile.
Both would be trying to map to the same drive letter.


Thanks,
Wayne
 
Wk12,

If a mapping already exists & is persistant then it isn't normally overwritten

You could say:

NET USE /PERSISTENT:NO
NET USE O: /HOME

to change the AD mapping

--
Newbie Coder
(It's just a name)


"wk12" <Wk12@nospam.postalias> wrote in message
news:D999EE47-8419-46C3-9BAE-079CBF9B70B9@microsoft.com...
> When a Windows XP client logs on to a AD domain which Will take precedence. A
> Home directory that is mapped from a login script that is specified in the
> Profile of a user account or the Home Directory entry on the users profile.
> Both would be trying to map to the same drive letter.
>
>
> Thanks,
> Wayne
>
 
Back
Top