I am having trouble mapping a drive
I have a login script basically just to map drives when I login. I have a SBS 2008 server and Windows 7 Ultimate. All of the drives map fine except one. Here are 2 of the mappings:net use h: \\servername\users\ericnet use n: \\servername\users\eric\Shupe Computer SolutionsThe first command works fine, but the second one does not map. Its strange because its a folder underneath the first one. I have tried changing the letter and it still doesn't work. I have 3 other net use commands in the script and they all map fine. What am I doing wrong?Thanks
January 7th, 2010 3:20pm

You need to write: net use n: "\\servername\users\eric\Shupe Computer Solutions" otherwise it will look for a folder named Shupe
Free Windows Admin Tool Kit Click here and download it now
January 7th, 2010 7:58pm

Also, I dont know if you are already doing this, but its often a good idea to delete the drives first before mapping them so that they get "refreshed" each time the user logs on. Example:Net Use N: /delete /yesNet Use N: \\Server\Share\etcMy blog: http://cjwdev.wordpress.com
January 8th, 2010 2:49am

Hi ,DId you had a chance to go throrugh chris suggestion ?, if you have further questions please do reply back.
Free Windows Admin Tool Kit Click here and download it now
January 11th, 2010 8:05am

Thanks for the help!!
January 11th, 2010 6:54pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics