Well, you can use the murder approach.. -- murder the old user profile on each Win2k PC.. but that might disturb some of your users. [Smile]

What may be happening is that the stored logon name for your mapped shares may be incorrect and not updating.. I'm not sure how to fix this other than manually mapping drives and then unmapping them and trying the logon script again.. There may be an easier way to do this.

Perhaps in your script you could use something like:

code:
USE E: "\\server\share" /user:"domain\@USERID"'

I don't know if this is the problem or not, but it's something you can try.

Brian