[ActiveDir] Finding best way to list servers in AD.

2006-04-03 Thread AD
Ok ladies and gentlemen, Once again I need your help. What would be the best query to list all servers in Active Directory knowing that no additional indexes have been added from the default install? 1. ((|(operatingSystem=Windows 2000 Server)(operatingSystem=Windows Server 20003)) 2.

RE: [ActiveDir] Finding best way to list servers in AD.

2006-04-03 Thread Ulf B. Simon-Weidner
Williams |Sent: Monday, April 03, 2006 10:05 PM |To: ActiveDir@mail.activedir.org |Subject: Re: [ActiveDir] Finding best way to list servers in AD. | |I usually use: | |((objectCategory=computer)(operatingSystem=*Server*)) | | |But this is a lot more efficient: | |(|(operatingSystem=Windows 2000 Server