Robbie Allen has some LDIFDE examples, although you'll need to buy the
excellent AD Cookbook for help on how to use them.
--
http://www.rallenhome.com/books/adcookbook/src/04.25-importing_objects_with_ldif.ldf.txt
--
http://www.rallenhome.com/books/adcookbook/src/04.11-modify_object.ldf.txt
--
Paul Williams
http://www.msresource.net
http://forums.msresource.net
It is built-in to the Windows Server OS. IIRC, it is in C:\WINNT\SYSTEM32
( on WIN2000 ) or C:\WINDOWS\SYSTEM32 ( on WIN2003 ).
It does have a rather unforgiving syntax, but once you learn how to use it
you will find that there are a lot of things that you can do. ADModify is
also a very nice tool that will do a lot of the things that ldifde does -
only better and faster. But, that does not negate the need for ldifde.
Also, in WIN2003 we have the ds* tools ( dsget, dsquery, et al ) that are
really very nice.
An example of what you can do with ldifde is to get all of the computer
account objects broken down by both Operating System as well as Service Pack
level. Granted, you could do this with WMI ( scripting ) but you need to
know how to use WMI to do that. It is not all that easy! With ldifde it is
significantly easier.
An example of where you would want to use ADModfy would be if you needed to
add the complete address of the company to each and every user's account.
You could do this with ldifde, but it is a bit involved. With ADModify it
takes all of 15 seconds! Very nice and very easy!
Here is a link to ADModify:
ftp://ftp.microsoft.com/PSS/Tools/Exchange%20Support%20Tools/ADModify/
HTH,
Cary