C
Chris
Is it possible to export the contents of one OU using
LDIFDE?
I can export the user portion of AD but I am having
trouble understanding what to manipulate to allow a single
OU's contents to be exported to file. Changing the
objectclass to OU dosent seem to work. The OU that I am
looking to export is an OU within and OU. This is the
script I have been attempting to use.
ldifde -f Exportuser.ldf -s wrdc -d "dc=rsdwr" -p subtree -
r "(&(objectCategory=person)(objectClass=user)
(givenname=*))" -
l "cn,givenName,objectclass,samAccountName"
Also, does ldifde export passwords as well?
Any help would be appreciated.
LDIFDE?
I can export the user portion of AD but I am having
trouble understanding what to manipulate to allow a single
OU's contents to be exported to file. Changing the
objectclass to OU dosent seem to work. The OU that I am
looking to export is an OU within and OU. This is the
script I have been attempting to use.
ldifde -f Exportuser.ldf -s wrdc -d "dc=rsdwr" -p subtree -
r "(&(objectCategory=person)(objectClass=user)
(givenname=*))" -
l "cn,givenName,objectclass,samAccountName"
Also, does ldifde export passwords as well?
Any help would be appreciated.