Changing mapped drives.

C

charles kuchar

I have a script that runs for the students to get mapped drives for their
use. Sometimes they need to sign on to a staff computer because of need
for the computer. If the staff has another drive mapped that drive also
stays on. How can i delete all mapped drives before the script runs for the
student or staff to map the drives they need without conflict? Thank you,
charlie.
 
H

Haggis

charles kuchar said:
I have a script that runs for the students to get mapped drives for their
use. Sometimes they need to sign on to a staff computer because of need
for the computer. If the staff has another drive mapped that drive also
stays on. How can i delete all mapped drives before the script runs for
the student or staff to map the drives they need without conflict? Thank
you, charlie.

NET USE * /D disconnects all drives
 
O

Oli Restorick [MVP]

Mapped drives are per user, not per machine. So, unless you're using
Windows 98 or something, just loggin on as a different user is all that's
required.

Oli
 
C

charles kuchar

Are some drives mapped phyically? I have changed the students to a new
drive on a different server. However the students folder keeps coming up as
the old mapped drive. Is this a function of the old profile of the users?
charlie
 
T

Torgeir Bakken \(MVP\)

charles said:
Are some drives mapped phyically? I have changed the students to a new
drive on a different server. However the students folder keeps coming up as
the old mapped drive. Is this a function of the old profile of the users?
charlie
Hi

If someone previously have configured a home folder in the user
profile for the user accounts, you will need to change it there
as well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top