I’m having a tough time trying to make the users’ home directories on my server. The syntax used in my logon script is net use H: /home. Ideally, drive H: would, in my case map to \\SHFSNT6\d\users\MPiechotta, so my home dorectory would be the pseudo-root of the drive, but at current, it maps only to \\SFHSNT6\d. What am I doing wrong? Do I need to sahe the “users” directory? Do I need to set a share on each individual users’ home directory under “users”?
Any help would be greatly appreciated.