Hello,
Need a script which does the following in Active Directory.
1.Enumerates the user members of the group specified and for each user exports the attributes defined in the objAttributes dictionary object to a text delimetered text file.
2.Imports user attributes from the file specified in the USER_LIST variable, attaches to AD and creates each account if one does not exist.
Regards,
MG