I use a simple .bat file in startup for users to map needed drives:
net use L:\\SERVER\share /user:%username% /persistent:no
2 Questions -
First, do i need the persistent? (i didnt create this, so i'm not even sure what that does)
Second, does this work across domains, where the username is the same, but password might be different? If so, will it prompt for a password at login?
TIA,
TekChik
net use L:\\SERVER\share /user:%username% /persistent:no
2 Questions -
First, do i need the persistent? (i didnt create this, so i'm not even sure what that does)
Second, does this work across domains, where the username is the same, but password might be different? If so, will it prompt for a password at login?
TIA,
TekChik
