login script does not working

G

Guest

Please help!

I tried to use logon script to map sharded folders on win2K3 server while
win2K professional client logon to the domain server. The login script look
like this:

@echo off
net use x: \\filesrv\manageinfo
net use y: \\filsrv\staffinfo

I put the logon-script to the usr properties(using Active Directory Users
and Computers) for example, for Linda, where "profile path" is
"\\filesrv\profiles" and "login script" is "map.bat". as well as "home
directory" is \\filesrv\Linda

After Linda logon, home directory worked well but there was no drives mapped
and I found Linda's profile type changed from local profile to roamming
profile, which is not designed.

The same way worked when logon to NT4.0 server.

Would you please let me know how to do to the mapping drives while win2K
users logon to win2k3? Is it right way to do it? Did I miss anything?

Thank you a lot for any help.
 
B

Brian Delaney [MSFT]

Hi Juliana,

Where did you place the logon script map.bat? It should be located in the
netlogon share on the DCs.

If it is in the netlogon share then I would try to run it remotely while
logged on to a client to ensure that it does map the drives while the user
is logged on.

As for the roaming profile changing the profile path to a network share
will cause the profile to become roaming.

Hope this helps,

Brian Delaney
Microsoft Canada
 
G

Guest

Hi Brian,

Following your instruction, it works the way I wanted. Thank you very much.
 

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