Default Address book
This is a new Exchange 2013 deployment, and I'm a bit confused by the default address books. Rooms show up under all users and under all rooms, dynamic distribution lists show up under the top level (Directory), but not under groups.  Can someone help me out here?
May 26th, 2015 9:59pm

Hi ,

Could you please share us a snap by pointing on which you are referring ?

Free Windows Admin Tool Kit Click here and download it now
May 27th, 2015 2:16am

Hi RD,

It's due to default Recipient Filter, you can use the following command to fix it:

Set-AddressList "All Groups" -IncludedRecipients MailGroups


Update-addresslist "All Groups"

It will change the default RecipientFilter
From:

((Alias -ne $null) -and (ObjectCategory -like 'group'))
To:

((RecipientType -eq 'MailUniversalDistributionGroup') -or (RecipientType -eq 'MailUniversalSecurityGroup') -or (RecipientType -eq 'MailNonUniversalGroup') -or (RecipientType -eq 'DynamicDistributionGroup'))

Best regards,

May 27th, 2015 11:30pm

Sorry it took me so long to get back to this, I got tied up.  But Niko, you hit it on the head.  Thank you.  Now one more... can I keep my rooms from showing up under All Users?

Thanks!

Ryan

Free Windows Admin Tool Kit Click here and download it now
May 28th, 2015 8:09pm

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

Other recent topics Other recent topics