The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.
Hi @T Millred ,
Are you trying to edit the default connection filter policy following the instructions in this document?
Please connect to Exchange Online Powershell and run the command below to check if there are duplicate objects listed:
Get-HostedConnectionFilterPolicy | ft name, identity
Besides, it's suggested to try adding the IP using Exchange Online PowerShell or standalone EOP PowerShell instead and see if the error persists. Assuming you need to add an IP 192.168.2.10 to the allow list, you can run the command below:
Set-HostedConnectionFilterPolicy -Identity Default -IPAllowList @{Add="192.168.2.10"}
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.