RE: Home Drive mapping to \\server\share\folder maps to \\server\share
- From: lushtanet <lushtanet@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 11 Jul 2005 10:56:09 -0700
Hi
Well since your losing map drivers on your clint stations, you shoud create
a script which will map the drivers for you everytime a user logs on, like a
simple batch file:
Try this:
Echo off
net use /delete * /y (optional if you whold like to delete all maped
drivers)
net use I: \\svrfile1\group
net use O: \\svrfile1\common
net use S: \\svrfile1\controlrm
exit
Once you have the batch file you can aply the batch file under you group
policy settings under (user configuration)
For your user profile you should ensure that all user have the write UNC
path under they account properties. Since the net use command whon't create
the user folder under you share.
"inteltech@xxxxxxxxx" wrote:
> Guys
>
> Can someone help me here, how Home drive is set in active directory to
> map to:
>
> Connect H to \\srvfile1\users\%username%
>
> This works say 95% of the time, but sometime the drive is mapped as
> \\svrfile1\users, which causes a few issues with applications that are
> looking for H: rather than the UNC path.
>
> Our Active Directory is Windows 2003, the file server is Windows 2003,
> and the clients are a mix of Windows 2000 and Windows XP.
>
> Any ideas on this would be great!?
>
> Also, randomly users appear to loose a mapped drive. All our mapped
> drives point to the same server:
>
> OK H: \\svrfile1\users\roger rabbit
> OK I: \\svrfile1\group
> OK O: \\svrfile1\common
> OK S: \\svrfile1\controlrm
>
> Now say in a few hours I could open windows explorer and find that o:
> is missing, however all the other drives are still there...
>
> Again, any ideas on what could cause this?
>
> Thanks
>
> David
>
>
.
- References:
- Prev by Date: Re: Load Balancing and Auto-fail Over
- Next by Date: RIS PXE client with multiple NICs
- Previous by thread: Re: Home Drive mapping to \\server\share\folder maps to \\server\share
- Next by thread: Connecting 2 seperate subnets - 2 NICS
- Index(es):
Relevant Pages
|