I would like to move users from one server to the other server. I would like to keep all properties i.e. Passwords, Password Never Expire, user group each and every settings and so on. I tried following command:
MY server=MARVI
dc=TANOLI.ABC.CO
ldifde -f Exportuser.ldf -s MARVI -d "dc=TANOLI,dc=ABC,dc=CO" -p subtree -r "(&(objectCategory=person)(objectClass=User)(givenname=*))" -l "cn,givenName,objectclass,samAccountName"
And i restored with following command at another server
ldifde -i -f Exportuser.ldf -s MARVI
It worked but not as much as I was needed. It could't restore passwords, maping path, etc. etc., it can just pick up user names and some minor settings.
Does any body know the exact method to pick up and restore all the informations of a user?
MY server=MARVI
dc=TANOLI.ABC.CO
ldifde -f Exportuser.ldf -s MARVI -d "dc=TANOLI,dc=ABC,dc=CO" -p subtree -r "(&(objectCategory=person)(objectClass=User)(givenname=*))" -l "cn,givenName,objectclass,samAccountName"
And i restored with following command at another server
ldifde -i -f Exportuser.ldf -s MARVI
It worked but not as much as I was needed. It could't restore passwords, maping path, etc. etc., it can just pick up user names and some minor settings.
Does any body know the exact method to pick up and restore all the informations of a user?