server 2003 share folders

djy

New Member
ive set up a 2003 domain with xp clients

there are 6 shared folders created on the server

do i need to manually map the shares to user profiles through network settings?

or is there a way to have the shares appear within network places when the user logs on?

this is for a college project not real life :good:
 
for 1 share a good one is to set up a home folder in their user properties under profile
however for multiple do this in a notepad file

net use z: \\server\share1
net use y: \\server\share2

save the file with a .bat extension so shares.bat will work

then save the bat file to the netlogon folder of the domain controller...

go to the user properties in AD and go to PROFILE and then logon script. just type in shares.bat it might take a while for it to work 15mins or so... of course you will have to log off and log back in you will see the batch run go to MY COMPUTER and blamo.
 
Back
Top