Link to home
Start Free TrialLog in
Avatar of systemsopx
systemsopx

asked on

Dynamic Distribution Group

Hello, we have few dynamic distribution groups that we would like to modify. We need to add an Alias (contact card) to one of the current distribution group that's only looking at user mailboxes. But for some reason when I specify the below it doesn't come back to me with any results.

Original Power shell command - This one is only looking for mailboxes.
-RecipientFilter { recipienttype -eq 'usermailbox'

What I am trying to modify to add the alias..
-RecipientFilter { recipienttype -eq 'usermailbox,MailContact'

Please assist. I am running Exchange 2007 SP 3.
ASKER CERTIFIED SOLUTION
Avatar of Jamie McKillop
Jamie McKillop
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of systemsopx
systemsopx

ASKER

It worked...