Searched refs:computerName (Results 1 – 1 of 1) sorted by relevance
59 * @param string $computerName The name of the computer63 public function info($computerName, $fields = NULL) argument65 if ($computerName === NULL) { return false; }68 $filter = "(&(objectClass=computer)(cn=" . $computerName . "))";81 * @param string $computerName The name of the computer85 public function infoCollection($computerName, $fields = NULL) argument87 if ($computerName === NULL) { return false; }90 $info = $this->info($computerName, $fields);102 * @param string $computerName The name of the computer107 public function inGroup($computerName, $group, $recursive = NULL) argument[all …]