Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Logon Scripts won't overwrite existing mapped drives 1

Status
Not open for further replies.

klines

MIS
Apr 16, 2001
47
US
I am using Group Policy to assign mapped drives to users with a logon script. I use batch files with the net use command. I know these logon scripts are working because if I add a mapped drive that will work successfully. However, if I need to change the location of a certain drive, it will not change it. It stays the original path. How can I overwrite the existing with the new?

Thanks - Kristi
 
You could delete all mappings upon logon, then the logon script will remap them..


Net use * /delete /y


BuckWeet
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top