I can’t get it to work and I’m tired. Anyone see my problem? I want all the users in the current domain whose mailbox server is not CO-XMB11 or CO-XMB12. I really don’t care about perf, I’ll run it once and forget about it.

 

(&(objectCategory=person)(objectClass=user)(mail=*)(!(|(msExchHomeServer=*CO-XMB11)(msExchHomeServer=*CO-XMB12))))

 

(&

            (objectCategory=person)(objectClass=user)(mail=*)

            (!

                        (|

                                    (msExchHomeServer=*CO-XMB11)(msExchHomeServer=*CO-XMB12)

                        )

            )

)

 

Thanks,
Brian Desmond

[EMAIL PROTECTED]

 

c - 312.731.3132

 

 

 

Reply via email to