Filter Forwardingaddress
Hi! I want to filter out all users that have an forwardingaddress set, how do i do that? Please give med some advice. /fredrik
March 26th, 2007 5:39pm

One option is to perform an LDAP search for objects that have the altRecipient attribute value set to something. For example, if you use the ADFIND tool from www.joeware.net you can perform the following query: adfind -default -f "(&(mailnickname=*)(altrecipient=*))" samaccountname This will return the DNs and sAMAccountNames of those users that have automatic forwarding configured. Tony www.activedir.org
Free Windows Admin Tool Kit Click here and download it now
March 26th, 2007 11:07pm

Thanks but i tought the best thing here was powershell, but it worked the way you tip me. /Fredrik
March 27th, 2007 8:56am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics