Link to home
Start Free TrialLog in
Avatar of acksis
acksis

asked on

VBScript - NT Authentication Script

I didn't see topic that covered VBScript specifically so hopefully you all can help me here.

This is the situation:  I have Windows 2000 Professional clients on a Windows Server 2003 domain and would like to create a script that will map drives to a server in a Windows NT 4.0 domain.  

The first script I wrote says that "access is denied."  I need to add to the script the ability to enter the NT domain's User Name and Password.

Notes: There is no trust between the domains and the Usernames are different between domains for the same person (bob's username in NT = admin2, bob's username in 2003 = bsmith).

If anyone can help, I would greatly appreciate it.
Avatar of acksis
acksis

ASKER

Another note - we've considered adding the trust between domains but that would also include adding the 2003 user groups to the NTFS permissions on the old domain.  That sounded like considerably more work and decided against it.
ASKER CERTIFIED SOLUTION
Avatar of David Lee
David Lee
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of acksis

ASKER

that works - thanks