can someone help me with writing a logon script that deletes the users network drives, then maps them again with a specific drive letter?
essentially, I want to deploy a scrip that will kill all networked drives, and then remap them with specific drive letters – so its all consistent.
LZ1
2
net use * /delete /yes
net use f: \server\jerkmeoff
9c1
3
That’d be the easiest way. I have a kix script that I use in my environment.
we use script logic i never set it up sorry…
sweet
what if i wanted to change the names that pop up in mycomputer?
9c1
6
When you map them, they should come up as whatever the share name is on the folder that you are mapping.
i kno but i want to change that. right now it said “Share on Server” i want it to just say “share”
9c1
8
Ah. Well you can try this: http://www.computerperformance.co.uk/ezine/ezine60.htm
It’s a vbs script. That could help you with that.
Skurge
9
dont lie, you dont do work anyway…
:wstupid: