I am trying to run a logon script on server 2003 with no result. The script looks like this:
@echo off
net use q: /d
net use q: \\iqms\iqms
net use g: /d
net use g: \\lpinv\global
net use r: /d
net use r: \\iqmstest\iqms
net time \\lpinv /set /Q
I also need userA to have the H: mapped to HR and userB to have the H: mapped to accounting. i havethe script under the sysvol\domain\scripts. Can someone help?
@echo off
net use q: /d
net use q: \\iqms\iqms
net use g: /d
net use g: \\lpinv\global
net use r: /d
net use r: \\iqmstest\iqms
net time \\lpinv /set /Q
I also need userA to have the H: mapped to HR and userB to have the H: mapped to accounting. i havethe script under the sysvol\domain\scripts. Can someone help?