Logon Script for map a network drive is working but says access denied - TechRepublic
Question
August 9, 2007 at 08:08 AM
joel32785

Logon Script for map a network drive is working but says access denied

by joel32785 . Updated 17 years, 9 months ago

I am new to thing and I have setup up a logon.bat file that reads:
net use N: /delete
net use N: \\server\folder\folder

net use P: /delete
net use P: \\server\folder\folder

net use z: /delete
net use Z: \\server\folder\folder

But for some reason when any users logs on and clicks on any of the three drives in my computer, it says “N(P or Z):\ is not accessible. Access Denied” I have no idea why.

This discussion is locked

All Comments