RE: Active Directory: Find Disable Users Email address

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Rather than using the script from the address book:

(&(&(& (mailnickname=*) (|
(&(objectCategory=person)(objectClass=user)(|(homeMDB=*)(msExchHomeServerName=*))) ))))

I am also trying to add this to the query to give me the email addresses:

"(&(mailnickname=*)(proxyAddresses=smtp:*@domain.co.uk))"

but still don't really know where to place it.
Thanks





.