For example, I need to identify all machine accounts that are NOT a member of either of two global groups. Within Active Directory Users and Computers I can create a custom query using this string to provide this info:
(objectCategory=computer)(!memberOf=cn=APPLICATION Computer Install - SEP - Desktops,ou=SOFTWARE,ou=Group Policy,dc=cinbell,dc=com)(!memberOf=cn=APPLICATION Computer Install - SEP - Laptops,ou=SOFTWARE,ou=Group Policy,dc=cinbell,dc=com)(!memberOf=cn=APPLICATION Computer Install - SEP - Desktops - 64,ou=SOFTWARE,ou=Group Policy,dc=cinbell,dc=com)
However, the results are very limited and don't show the OS for one. Can Hyena execute the above LDAP query? How?
(objectCategory=computer)(!memberOf=cn=APPLICATION Computer Install - SEP - Desktops,ou=SOFTWARE,ou=Group Policy,dc=cinbell,dc=com)(!memberOf=cn=APPLICATION Computer Install - SEP - Laptops,ou=SOFTWARE,ou=Group Policy,dc=cinbell,dc=com)(!memberOf=cn=APPLICATION Computer Install - SEP - Desktops - 64,ou=SOFTWARE,ou=Group Policy,dc=cinbell,dc=com)
However, the results are very limited and don't show the OS for one. Can Hyena execute the above LDAP query? How?
Comment