Map Home User in Windows 2003 Server
utente.01
Member Posts: 2 ■□□□□□□□□□
I want when an user in the lan log in in the server, in the user pc appears a map connection (for example disk Z:) who point in a share directory in the server. When the user save data in Z: the files are saved in the server. How can I obtain this? It's possible also with client Windows 98? Thanks. Sorry for my english!
Comments
-
ajs1976 Member Posts: 1,945 ■■■■□□□□□□since you are asking about Win98 and Win2000 clients, the easiest way to do it is with a logon script
here is the command:
net use z: \\servername\sharename
where z equals the drive letter you want to useAndy
2020 Goals: 0 of 2 courses complete, 0 of 2 exams complete -
utente.01 Member Posts: 2 ■□□□□□□□□□yes... but if I try to use command net use from a client... it can't connect with the server... ther's an error. If I try from the server net use is ok!