Hello,
I have a Windows NT 4.0 server and I am trying to write a logon script to map a drive on the server. I used the following line, which I thought was correct:
net use Z: \\Srv1\users\%username%
This seems to work fine except the fact that it doesn't map down to the username level. It just takes the user upon logon to the users folder...the user then has to find their folder within the users folder and then they can access it. They do not have access to anyones folder other than their own. I am stuck and don't know what I'm doing wrong...any help out there?
I have a Windows NT 4.0 server and I am trying to write a logon script to map a drive on the server. I used the following line, which I thought was correct:
net use Z: \\Srv1\users\%username%
This seems to work fine except the fact that it doesn't map down to the username level. It just takes the user upon logon to the users folder...the user then has to find their folder within the users folder and then they can access it. They do not have access to anyones folder other than their own. I am stuck and don't know what I'm doing wrong...any help out there?