Hi All,

This is a bit of a strange one, sometimes when any of my users log in the J:\ drive is missing. If I get the user to log off and log in again the drive appears. It doesn't always not connect and it can happen to any random user. I've checked the file share permissions etc and these are OK
this is just a simple net command and everybody should get the standard drives. The only thing I can think of is that the script is still deleting drives when it starts connecting the J:\ drive. does anyone have any ideas what this could be?

 Code:
;===============================================
;Map Standard Drives
;===============================================

use * /delete /persistent
use j: "\\fileserver\scanfiles"
use p: "\\fileserver\publicfiles"
use s: "\\fileserver\documents"
use t: "\\filserver\reports"
use u: "\\fileserver\users\@userid"
use w: "\\fileserver\icons"
use x: "\\filesever\applications"

;===============================================
;Map Drives Based On Group Membership
;===============================================


Edited by Mart (2012-02-09 01:39 PM)
Edit Reason: Please use code tags when posting code.