I have started to map network drives by using Logon scripts.I am having problems mapping each user’s home directory inside a shared folder. I have used this script to map the user’s home directory, ‘net use %HOMEDRIVE% %HOMESHARE% assuming that whoever the user logs onto one of the workstations on the domain, will have his/her home directory mapped automatically and all their work saved to that folder. I even tried the other option in the Win NT Domain User Manager by indicating the UNC Path.
I even tried sharing the folder for each respective users inside the share folder but still it does not work.
Please provide me information on how to go about doing this properly in a way that it really works.