- Open Active Directory Users and Computers select your domain (domain_name.com)
- Right click you domain (Domain_name.com) andselect Find
- In the Find option specify Custom Search
- Click Advanced tab
- Copy and paste the query into the Enter LDAP query
Pre RMAD 8.2.1 use the following query:
The query was modified in version 8.2.1 of the product to exclude Intel vPro computer accounts. Below is the query used in 8.2.1, and 8.5.x:
(&(samAccountType=805306368)(objectSid=*)(!userAccountControl:1.2.840.113556.1.4.803:=2)(|(!objectclass=computer)(!serviceprincipalname=*:16993*)))
Below query is for version 8.6.1 - 8.6.4 (which excludes HP Integrated Lights-Out service accounts):
(&(samAccountType=805306368)(objectSid=*)(!userAccountControl:1.2.840.113556.1.4.803:=2)(!objectclass=computer)(!objectclass=hpqTarget))
Below query is used in 8.7 and later:
(&(objectCategory=person)(objectClass=user)(userAccountControl:1.2.840.113556.1.4.803:=512)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
© 2024 Quest Software Inc. ALL RIGHTS RESERVED. Termini di utilizzo Privacy Cookie Preference Center