Im wondering how to get a list of all computers / machines / pc from active directory?
(Trying to make this page a search engine bait, will reply myself. If someone has a better reply il accept that )
|
|
Im wondering how to get a list of all computers / machines / pc from active directory? (Trying to make this page a search engine bait, will reply myself. If someone has a better reply il accept that )
|
||
|
|
|
|
If you have a very big domain, or have setup limits on your domain how how many items can be returned pr search you might have to use paging.
|
||
|
|
|
|
An LDAP query like: (objectCategory=computer) should do the trick. -jim |
||
|
|