Click to See Complete Forum and Search --> : Network Drive Mappings Copy Themselves :(
Thomas Grabrick
07-12-2001, 07:57 AM
Here is my screwy situation. I have a NT4 machine w/ SP6a on it. Everytime a user logs on they run a logon script that gives them an (H), (M), (I), and (Q) drive. For some weird reason one of my users claims that the network drive (Q) is copying itself to other drive letters that we don't even use. It has even used all available letters. Has anybody seen this before??? Thanks!!
As a check, I'd make sure the script says "net use q: \servershare" and not "net use * \servershare"
the * will make the system pick an available drive letter. If the drives are mapped persistently then it will re-map at next logon and then the batch file fill run again and have to choose another letter. Eventually all drive letters will be used.
should be the same for all users though - not just 1 :(
matt
------------
Thomas Grabrick at 7/12/01 8:57:07 AM
Here is my screwy situation. I have a NT4 machine w/ SP6a on it. Everytime a user logs on they run a logon script that gives them an (H), (M), (I), and (Q) drive. For some weird reason one of my users claims that the network drive (Q) is copying itself to other drive letters that we don't even use. It has even used all available letters. Has anybody seen this before??? Thanks!!