I'm creating a business rule to identify active non-employee accounts (sub contractors, temps, etc). These employees are members of a special group. I have created two membership rules:
Include: Groups Members of Domain\Contractors group *Included by the Group Members rule.
Exclude: (userAccountControl:1.2.840.113556.1.4.803:=2) *Exclude by Query to remove disabled users
The membership rules work individually, however, I'd expect to see only Contractor accounts that are Enabled. I see contractor accounts that are disabled as well.
Is there anyway to make the exclusion rule 'override' the inclusion rule?