Please note: I am referring to COMPUTER accounts. Not USER accounts.
In Active Directory, it is easy to create a filter to show only Disabled Computer Accounts by ticking the box "Disabled Accounts" in the Query setup windows as per below.
This creates the following query:
(&(objectCategory=computer)(userAccountControl:1.2.840.113556.1.4.803:=2))
How can I create a filter to do the exact opposite? I.e. I want to see only ENABLED accounts.