Link to home
Start Free TrialLog in
Avatar of Thomas Jacoberger
Thomas JacobergerFlag for United States of America

asked on

Login Script Access Denied..

I have a small login script to just map 3 drives, and when the script runs I get an error that states access denied. I tried running it in command prompt  and it states bad username and password. This is newly migrated server from 2000 server, I used admt to move everything. Everything else is working, Group policy, exchange, internet, dns.. It's just the login script..
ASKER CERTIFIED SOLUTION
Avatar of Nik
Nik
Flag of Croatia 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 Thomas Jacoberger

ASKER

Yes I can map the drives manually, access all the data on the shares, and even edit the data.. Just the script wont run...
SOLUTION
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
The code is really simple just mapping 3 drives...

net use j: \\dc1\job files
net use s: \\dc1\timberline office
net use t: \\dc1\company files
I tried writing a VBscript to see if that would map the drives, and it did. I wrote a VBscript to map everything. I appreciate you guys helping me, and have accepted both reponses. I split the points between both of you.. Thank you again!!