maping drives to network shares

L

Lost in IT

I am fixing a mess that was handed to me. I have a small
domain with W2K servers and XP Pro workstations. I am new
to scripting and Group policies.

I created 2 OU's to map 2 different configurations of
multiple drive mappings.
So in the first OU I created 4 login Scripts based on this
script to map all the drives.

Set objNetwork = CreateObject("WScript.Network")
objNetwork.MapNetworkDrive "X:", "\\atl-fs-01\public"

I then did the same with the second OU and used 3 of the
scripts to map the same drive mappings.

My problem is that the first OU maps the drives but the
second gives an error "Error in mapping your network drive
(s). I am using the same settings in both and I need a way
for the users to get their correct drive mappings on any
PC they log into. I have even tried writing a .bat file
with:
net use X: \\atl-fs-01\public
net use Y: \\atl-fs-01\public_2
net use Z: \\atl-fs-01\public_3
and I get nothing.

Thanks for any help or sugestions you can give.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top