I am trying to map each users home directory to their username under NT Workstation 4.0, Win95/98 using Kixtart95. I have also tried login scripts under NT. Both will not work!!!!!
Here is where it gets confusing!!
What I want to do is map F: to the users %HomePath% and NOT to the Users directory. I want to MAP ROOT the users home directory like Novell.
(ie. Map Root F: \\Server\Vol\Users\%username%). Then the username is the top (root) level directory for F:
Under User Manager for Domains, User Enviornment profile, I have under the Home Diretory Option Connect to F: \\Server\Users\DufresneM
Directory Permissions for the Users Directory
Everyone (Full Control) for Share Level Permissions and Everyone (RX RX) for NTFS permissions.
Each Users Home Directoy permissions has Share Level & NTFS permissions set to (full Control)for themselves only.
In my login scripts or Kixtart95 scripts I have tried the following:
Login Script:
net use F: \\Server\Users\%username% (Doesn't Work)
net use F: \\Server\%username% ( Doesn't work)
Kixtart95 Script:
use F: "\\Server\users\%username%" (Doesn't work)
use F: "\\Server\%username%" (Doesn't work)
THE ONLY THING THAT WORKS AND MAPS CORRECTLY IS:
net use H: \\Server\%username% (This WORKS)
I know your saying at this point, is why not just use H:!! Well NT still wants to map a drive to F:\Users (which I don't want)along with drive H: for the users homepath. The users Enviornment variables when you do a SET command at the DOS prompt will have F: as the homedrive.
It seems if a drive letter (in this case F is used in the User enviornment profiles, it will not allow you to use it for anyhting else.
How do you get it to WORK!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Here is where it gets confusing!!
What I want to do is map F: to the users %HomePath% and NOT to the Users directory. I want to MAP ROOT the users home directory like Novell.
(ie. Map Root F: \\Server\Vol\Users\%username%). Then the username is the top (root) level directory for F:
Under User Manager for Domains, User Enviornment profile, I have under the Home Diretory Option Connect to F: \\Server\Users\DufresneM
Directory Permissions for the Users Directory
Everyone (Full Control) for Share Level Permissions and Everyone (RX RX) for NTFS permissions.
Each Users Home Directoy permissions has Share Level & NTFS permissions set to (full Control)for themselves only.
In my login scripts or Kixtart95 scripts I have tried the following:
Login Script:
net use F: \\Server\Users\%username% (Doesn't Work)
net use F: \\Server\%username% ( Doesn't work)
Kixtart95 Script:
use F: "\\Server\users\%username%" (Doesn't work)
use F: "\\Server\%username%" (Doesn't work)
THE ONLY THING THAT WORKS AND MAPS CORRECTLY IS:
net use H: \\Server\%username% (This WORKS)
I know your saying at this point, is why not just use H:!! Well NT still wants to map a drive to F:\Users (which I don't want)along with drive H: for the users homepath. The users Enviornment variables when you do a SET command at the DOS prompt will have F: as the homedrive.
It seems if a drive letter (in this case F is used in the User enviornment profiles, it will not allow you to use it for anyhting else.
How do you get it to WORK!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!