Computing.Net > Forums > Windows Server 2003 > Mapping Network Drives Server 2003

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Mapping Network Drives Server 2003

Reply to Message Icon

Name: Bub5000
Date: October 4, 2007 at 10:09:31 Pacific
OS: Windows XP Professional
CPU/Ram: AMD Athlon 2400+ 1.99GHz
Product: ASUS A7V8X-X
Comment:

I'm setting up a network for a classroom and I need some help with mapping network drives. I need to map a network drive and create a share for each student. Each student will have an H:\ network drive where they can save their work to the server. That way they can switch computers and still access to their work.

When an account is created, I need a script that is executed and creates their H:\ Drive folder automatically. Then I need to make another script that's used when someone log's in. Where it will create the network mapping. I don't know how to make or put a script that will do this.



Sponsored Link
Ads by Google

Response Number 1
Name: tenny321 (by Tenny321)
Date: October 10, 2007 at 09:47:32 Pacific
Reply:

Create a startup script with this command (create the startup through Group Policy). Or you might be able to make this into a .bat file and copy it to the all users startup on each machine. Here is the script


net use F: \\"your File server"\%username% /persistent:no

You must create the folder that is on your file server and give perm to the user. You could also put that in your bat file


0

Response Number 2
Name: tenny321 (by Tenny321)
Date: October 10, 2007 at 10:31:58 Pacific
Reply:

You would also want to change F:\\ to E:\\


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows Server 2003 Forum Home


Sponsored links

Ads by Google


Results for: Mapping Network Drives Server 2003

can't map network drives www.computing.net/answers/windows-2003/cant-map-network-drives/9434.html

Server 2003 loses all network connections www.computing.net/answers/windows-2003/server-2003-loses-all-network-connections/9270.html

slow mapping network drive www.computing.net/answers/windows-2003/slow-mapping-network-drive/5865.html