• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

An accurate dump of servers from 2000 AD

tomstevens26

Senior member
All I need to do is dump out a listing of all servers in our W2K AD. I've tried using Dameware's export function, and that works, sometimes. I've tried Hyena with mixed results. Our servers are not all in one OU, but rather in different OUs organized by countries, office locations, etc... Is there some way to simply export a list??


Oh, and let clarify here... I'm not trying to export a list to import them into another domain or anything. I just need a text file listing, with say one server hostname per line.

Thanks for any help.

Tom
 
Originally posted by: STaSh
You can do this with ldifde or csvde.


I've tried that as well, but perhaps I'm not getting the command line switches correct. Any suggestions on what to use just for a txt file dump?
 
Well, I'm trying again, and what I've done is the following command line:

csvde -f filename -r objectclass=computer

I open that file in excel, and then strip out all of the columns except the hostname and the OS, then sort by OS, and delete any OS that isn't a server version. Is that about the best way to do it?
 
Back
Top