RE: Home Drive mapping to \\server\share\folder maps to \\server\share

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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
>
>
.



Relevant Pages

  • Re: 2 SATA drives and 1 IDE drive Not Recognized
    ... I tried to install the motherboard driver utility from the original CD- ... ROM within Windows. ... LifeGuard to find out if it sees the drives. ... Then just update the drivers if newer versions are available on the web site ...
    (microsoft.public.windowsxp.general)
  • Re: 2 SATA drives and 1 IDE drive Not Recognized
    ... I tried to install the motherboard driver utility from the original CD- ... ROM within Windows. ... LifeGuard to find out if it sees the drives. ... Then just update the drivers if newer versions are available on the web site ...
    (microsoft.public.windowsxp.general)
  • Re: 2 SATA drives and 1 IDE drive Not Recognized
    ... I tried to install the motherboard driver utility from the original CD- ... ROM within Windows. ... LifeGuard to find out if it sees the drives. ... Then just update the drivers if newer versions are available on the web site ...
    (microsoft.public.windowsxp.general)
  • Re: INACCESSIBLE_BOOT_DEVICE,...
    ... Removing the vendor motherboard, chipset, and disk drive controller drivers ... After all of Windows has loaded the volume containing the OS ... do a chkdsk against all drives. ... to boot into itself and at first it looked fine. ...
    (microsoft.public.development.device.drivers)
  • Re: Mapped F Drive - group policy update problem
    ... again the drives maps correctly. ... users save work locally(not our policy) and on the network. ... If this setting is disabled or not configured (Windows 2000 Server Family ... set to map in the user properties of ...
    (microsoft.public.windows.server.active_directory)