does anyone have a function (PHP5) to get the computers listed in Active Directory?
what I am looking for is a method of getting a list of computers of AD, then determining if they are currently on (ping status code of 0). if active, then need to call another set of functions, if not, then should just go to next computer listed.
any help would be greatly appreciated.
thx in advance.