hallo

We are migrating to win2003 in a few weeks.

We are going to rename user accounts from 3 letters to firstname.lastname

Problems during migration using ADMT, not migrating Built in group "Domain users & Domain Admins".
Also during Security translation, the groups are not updated.
The rights on the users home shares are as follows:
Share: Domain Users = Full Control
Ntfs: User = full control , Domain Admin = Full control

Do anyone have an Idea how to add "domain admins & and Domain users both to the share ande NTFS rights to the user home share

Have tried simple cmd files:
Code:
 for /f %%x in (n:\users.txt) do rmtshare \\FileSrv\%%x$=d:\users\%%x /grant "New_Domain\Domain Users":"full control" >>n:\share.log




Domt know how to match old username with new username format

Any Ideas

\regards
Erik