Product: FID
Version: Any Version
Question: Can we filter out all disabled accounts in a view?
Answer:
Yes, we can filter out all disabled accounts using the filter :
(|(&(objectclass=user)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))(objectclass=group)(objectclass=organizationalunit)(objectclass=organization)(objectclass=domain)(objectclass=container))
How to use:
Navigate to Control Panel -> Directory Namespace -> Select the view -> Paste the filter in Pre-processing filter -> Save
this automatically filters all disabled accounts in the view.
Comments
Please sign in to leave a comment.