Is there a way to export active directory data using built-in Windows Server 2008 tools? I want to get the entire tree of OU’s within OU’s in any human-readable format.
Is there a way to export active directory data using built-in Windows Server 2008 tools? I want to get the entire tree of OU’s within OU’s in any human-readable format.
I suspect the tool you may want to look at is ldifde.
It will not export passwords (password hashes) though (ref). Getting passwords hashes out of the AD is pretty difficult by design.
I created a series of PowerShell scripts for exporting an AD structure (and then importing them into a test structure. Those are posted to the TechNet Script Center as the copyAD suite and under the ID "uslackr". Hope that can help.