i have another question actually, and i can't find any answers to it.
we are migrating from an NT4 domain to AD2003. We are using ADMT v2 to do the migration of the users, comaputers, and securities. Here is my question;
My main concerns are hte users home drives (username$), which maps right, and the shared drive that everyone accesses. They are able to gain accesst o them and have them mapped by being members of "domain users" which since it is a "built in" group, will not carry over. So, in the
section here;
'Maps drives needed by all
WSHNetwork.MapNetworkDrive "U:", "\\server\users",True
WSHNetwork.MapNetworkDrive "X:", "\\server\executables",True
once they are migrated, how will they get these drives mapped? all users are members of a group called "users" in the new AD2003 environment, not the built in group but we have created an OU called NYPAK, then beneath that are Accounts, then Users beneath that, which is where all users will be. So, question is, how do i map them? meaning, how do i say if in the users container, map them to these drives ?
Thanks,