Using LDIFDE to import and export directory objects to Active Directory

Active Directory instellen
Image by Garrulus via Flickr

From the article.  It worked great in my test environment!

ldifde -f Exportuser.ldf -s Server1 -d “dc=Export,dc=com” -p subtree -r “(&(objectCategory=person)(objectClass=User)(givenname=*))” -l “cn,givenName,objectclass,samAccountName”

via Using LDIFDE to import and export directory objects to Active Directory.

Share

Post a comment