Address List created in Global Address List is not showing emails/contacts from other org

Brass Contributor

Hi Guys,

 

I used the following command to create a new address so that the address list will have emails from other organizations as per our multi-tenant setup.

 

New-AddressList -Name "XYZ Address List2" -RecipientFilter {((Alias -ne $null) -and (EmailAddresses -like '*@xyz.com'))}

This is what I see in Address list


Get-AddressList

Name DisplayName RecipientFilter
---- ----------- ---------------

XYZ Address List XYZ Address List ((Alias -ne $null) -and (EmailAddresses -like '*@xyz.com'))

 

And I check the Address Book for the XYZ Address List it is completely empty.

newtotechcomJ_0-1707408440442.png

 



Could someone please help me?

1 Reply