Forum Discussion
newtotechcom-J
Feb 08, 2024Copper Contributor
Address List created in Global Address List is not showing emails/contacts from other org
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.
Could someone please help me?
1 Reply
Sort By