Authorize a DHCP server in Active Directory

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there an API I can call to determine if there is a authorize a DHCP server
in Active Directory?

Thanks,
-Ron
 
The authorized DCHP servers showup under the services\net services node in
sites and services MMC.
ldap path cn=netservices,cn=services,cn=configuration,dc=your domain name
You can also run an LDAP query or ADSI script to query for object class
dCHPClass to return all authorized DCHP servers.
 
Back
Top