Share via

Update connection filter policy error

T Millred 6 Reputation points
2022-05-17T14:05:20.093+00:00

When I try yo add a IP to 'Connection filter policy (Default)' I get a Client error.

"The operation couldn't be performed bacause 'Default' matches multiple entries."

What can be wrong??

Exchange | Exchange Server | Management
Exchange | Exchange Server | Management

The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.


1 answer

Sort by: Most helpful
  1. Yuki Sun-MSFT 41,456 Reputation points Moderator
    2022-05-18T05:45:48.873+00:00

    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.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.