Hi Group,

We use a simple logon script to map drives for our users.  If we put the
following line:
net use /delete * /yes
then no drives are mapped on the workstations.  If we rem it out, the
script works fine.
Full script below:
net use /delete * /yes
net use e: \\server5\peachtree
net use w: \\server5\contract_maintenance
net use t: \\server5\fleet
net use x: \\server5\allusers
net use u: \\server5\field
REM net time \\server5 /set
net use t: \\server5\payroll

Thanks, Steve G


-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to