Remove or disable the Microsoft report phishing button from Outlook.

Anonymous
2024-04-29T09:31:15+00:00

how to remove or disable the Microsoft report phishing button from Outlook. As one of our clients is looking to disable the Report phishing feature for all its users.

Outlook | Windows | New Outlook for Windows | For business

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

19 answers

Sort by: Most helpful
  1. Anonymous
    2024-09-26T14:18:10+00:00

    Run the below in ExchangeOnline PS to check, if both is False it is still there.

    Get-ReportSubmissionPolicy | Select-Object -Property Name,EnableThirdPartyAddress,EnableReportToMicrosoft

    Run the below cmdlet to enable the third party address, This must be enabled.
    Set-ReportSubmissionPolicy -Identity DefaultReportSubmissionPolicy  -EnableThirdPartyAddress $true

    Run the below to disable ReportToMS , this must be false.
    Set-ReportSubmissionPolicy -Identity DefaultReportSubmissionPolicy  -EnableReportToMicrosoft $false

    Worked for us.

    Then run the first cmd to confirm. You can also check on the web interface. MS needs to fix the coding in the webUI.

    Was this answer helpful?

    5 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-08-28T16:58:21+00:00

    Hi there, the question remains. Can you remove the Microsoft phish report button completely. We have our own phish reporting product. When our users accidentally use Microsoft's report button instead of ours the phish email gets reported to the wrong place. We would like to disable the Microsoft feature. Is this possible? If so, where is that setting.

    Okay, found it. On the page linked above, you have to select Use a non-Microsoft add-in button. That is supposed to remove the MS one.

    Was this answer helpful?

    5 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2024-09-02T06:57:21+00:00

    Same problem, it was previously removed. But recently came back.

    We have setup "Select an Outlook report button configuration" to "Use a non-Microsoft add-in button" on https://security.microsoft.com/securitysettings/userSubmission .

    But it now keeps showing the default and our third-party phishing button. This is very confusing for our users

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2024-10-12T00:12:18+00:00

    for everyone on this thread we found the root cause and will raise a fix on Monday. It should address the issue of user reported settings not hiding the inbuild report button on classic outlook for windows in coming weeks

    thanks for bearing with us.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2024-09-18T22:15:22+00:00

    Hi all,

    I checked with the Outlook Team and this issue is a bug. Sorry for the confusion. The fix will come from the Defender Team. We don't know an ETA yet but I will monitor and report back when I know more.

    Bug: The Microsoft built-in Report button is still available in Classic Outlook even when “Use a non-Microsoft add-in button” was set in the User reported settings in Microsoft Defender for Office 365.

    Resources:

    Also posted in forum thread: New Report button in Outlook 2407 - How do i remove it? - Microsoft Community

    MC841229
    Microsoft 365 Roadmap ID 371388.
    Learn more

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments