Remote Mail Users and Dynamic Distribution Groups in Hybrid

Hey All,

So I'm having a problem that's been perplexing me for days.

I have a dynamic DL (everyone DL) that is configured to filter both local mailboxes in my on-prem and remote mailboxes in 365. The filter is below.

> (Get-DynamicDistributionGroup everyone).RecipientFilter

((((((((((((((((((RecipientType -eq 'UserMailbox' -or recipienttypedetails -eq 'RemoteUserMailbox') -and (-not(CustomAt
tribute2 -like 'service')))) -and (-not(MemberOfGroup -eq 'DC=excludefromeveryonedl')))) -and (-not(CustomAttribute2 -l
ike 'resource')))) -and (-not(Name -like 'SystemMailbox{*')))) -and (-not(Name -like 'CAS_{*')))) -and (-not(RecipientT
ypeDetailsValue -eq 'MailboxPlan')))) -and (-not(RecipientTypeDetailsValue -eq 'DiscoveryMailbox')))) -and (-not(Recipi
entTypeDetailsValue -eq 'ArbitrationMailbox')))) -and (-not(Name -like 'SystemMailbox{*')) -and (-not(Name -like 'CAS_{
*')) -and (-not(RecipientTypeDetailsValue -eq 'MailboxPlan')) -and (-not(RecipientTypeDetailsValue -eq 'DiscoveryMailbo
x')) -and (-not(RecipientTypeDetailsValue -eq 'ArbitrationMailbox')))

When I run get-recipient -recipientpreviewfilter I see RemoteUserMailboxes as members so I know that membership isn't the problem but if I message track I do not see any RemoteUserMailboxes in the expand.

Has anyone come across this in a hybrid config? Am I missing something here or going about the filter the wrong way?

Thanks!

September 5th, 2013 11:45am

Hi,

In message tracking, it can only find the users in its own forest.

Thanks,

If you have feedback for TechNet Subscriber Support, contact tnsfl@microsoft.com

Free Windows Admin Tool Kit Click here and download it now
September 6th, 2013 1:52pm

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

Other recent topics Other recent topics