For When You Can't Have The Real Thing
[ start | index | login ]
start > Windows > AD > LDIFDE

LDIFDE

Created by dave. Last edited by dave, 15 years and 303 days ago. Viewed 4,504 times. #2
[diff] [history] [edit] [rdf]
labels
attachments

Simple Export

C:>ldifde -f export.ldif -s SERVERNAME -r "(cn=Joe User)"

By default, the exported user will be exported with ChangeType: Add, which means the record can be directly imported somewhere else.

Simple Import

C:>ldifde -i -f import.ldf -s SERVERNAME

Simple Domain Export

(It will export only domain related data NOT the Forest-Specific.)

C:>ldifde -f import.ldf
no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt