I have a list of about 130 users. Everything seems to import just fine, all the accounts are created. This is what my csv file looks like:
Line 1 "objectClass,sAMAccountName,givenName,sn,displayName,dn"
Line 2 "user,Aimee.David,Aimee,David,Aimee David,"cn=Aimee David,OU=test import,dc=bxsinstest,dc=local"
The problem is only the Pre-Windows 2000 account logon is created and not the other. Is this because sAMAccountName is only associated with the pre-windows 2000 account logon and not the post 2000 logon account? What would be the syntax to make sure this logon is created as well?
thanks,
-drew
Line 1 "objectClass,sAMAccountName,givenName,sn,displayName,dn"
Line 2 "user,Aimee.David,Aimee,David,Aimee David,"cn=Aimee David,OU=test import,dc=bxsinstest,dc=local"
The problem is only the Pre-Windows 2000 account logon is created and not the other. Is this because sAMAccountName is only associated with the pre-windows 2000 account logon and not the post 2000 logon account? What would be the syntax to make sure this logon is created as well?
thanks,
-drew