Not familiar with Hyena. the attribute you would want to focus on would either be "emailaddresses" or "windowsemailaddress" the first returns all addresses including x500; might be a pain to sift through that. The latter returns the actual SMTP address of the object. If the group is not mail-enabled this attribute would be <null>
From: [email protected] To: [email protected] Subject: RE: [Exchange] Internet Enabled Group Attribute/Query? Date: Wed, 21 Oct 2015 10:17:19 -0700 by definition all distribution groups are mail-enabled. Otherwise there would be no distribution. if you want to know which of your security groups are mail-enabled, try this: http://www.lewisroberts.com/2010/08/16/extract-all-mail-enabled-groups-with-powershell-and-adsi/ > From: [email protected] > To: [email protected] > Subject: [Exchange] Internet Enabled Group Attribute/Query? > Date: Wed, 21 Oct 2015 10:00:44 -0500 > > I'm trying to query (using Hyena at the moment because my PS skill are > practically non-existent) which of my distribution groups are mail enabled. > My Google Fu is failing me, can anyone point me in the direction of the > attribute name? Exch 2010 > Thanks > > >
