R
Ray Greene
I have two domains, DomainA and DomainB. DomainB has a permanent VPN
connection to DomainA.
I want DomainB users to be able to map a drive to a Windows 2000
server in DomainA.
My plan is to have a batch file for users to do this, using the
credentials of a DomainA user created specifically for this purpose.
This user is named UserX with a password of 'userx'. I want UserX to
have as few permissions as possible.
However I have found that connecting using the following command:
net use q: \\ServerX\FolderZ userx /useromainA\UserX
will only work when UserX is an administrator on ServerX. Anything
less will get an "Access Denied" error. This happens even when run
from DomainA.
I'm sure there should be something in Local Security Settings that
gives a user rights to map a drive, but I can't find it. What do I
need to do?
connection to DomainA.
I want DomainB users to be able to map a drive to a Windows 2000
server in DomainA.
My plan is to have a batch file for users to do this, using the
credentials of a DomainA user created specifically for this purpose.
This user is named UserX with a password of 'userx'. I want UserX to
have as few permissions as possible.
However I have found that connecting using the following command:
net use q: \\ServerX\FolderZ userx /useromainA\UserX
will only work when UserX is an administrator on ServerX. Anything
less will get an "Access Denied" error. This happens even when run
from DomainA.
I'm sure there should be something in Local Security Settings that
gives a user rights to map a drive, but I can't find it. What do I
need to do?