Filtering User Objects - How To

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

Guest

I do not know how to configure the filtering options in Active Directory Users and Computers to only show me disabled user accounts. I understand the filter and I know where the disabled property is but I do not know what value to tell the filter to use in order to segregate the disabled user accounts.
 
You need to do an advanced custom filter of

(&(objectcategory=person)(samaccountname=*)(useraccountcontrol:1.2.840.113556.1.4.803:=2))

--
Joe Richards
www.joeware.net

--

Rob Sandri said:
I do not know how to configure the filtering options in Active Directory Users and Computers to only show me disabled
user accounts. I understand the filter and I know where the disabled property is but I do not know what value to tell
the filter to use in order to segregate the disabled user accounts.
 
Back
Top