Guest Kim Webb Posted December 3, 2007 Posted December 3, 2007 I have a login script running so when users login the drives are mapped. In the last week or so suddenly instead of the four regular mapped drives users will have extra random drive letter assignments. Any ideas what might be happening? Here is the login script: net use h: /delete net use j: /delete net use f: /delete net use u: /delete net use h: \\pos-file\user\%username% /persistent:YES net use j: \\pos-file\user /persistent:YES net use f: \\pos-file\files /persistent:YES net use u: \\pos-file\alumni /persistent:YES So when a user goes into My Computer they will see: f:\ = \\pos-file\files h:\ = \\pos-file\kim j:\ = \\pos-file\user u:\ = \\pos-file\alumni and also v:\ = \\pos-file\files x:\ = \\pos-file\kim y:\ = \\pos-file\user z:\ = \\pos-file\alumni Thanks.
Recommended Posts