how to enable organization customization

RS 1 Reputation point
2021-07-06T15:57:22.247+00:00

I am trying to customize my anti-spam and anti-phishing policies through the Security & Compliance Dashboard and it keeps telling me that I have to "Enable-OrganizationCustomization". How can I do this. I have looked at several threads and cannot get a straightforward answer.

What are the correct cmdlet input and output to do this?

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,339 questions
{count} votes

10 answers

Sort by: Most helpful
  1. R Siebert 16 Reputation points
    2022-05-06T07:45:38.033+00:00

    I worked with Microsoft 365 support tonight and they quickly fixed this problem for me. They said that after the first time you try to edit the policy, you can wait 24 hours and then will be able to enable external email forwarding, but to enable it immediately, just open Windows PowerShell as Administrator (you might need to download and install the Exchange Online PowerShell module first), then run the following commands:

    Connect-ExchangeOnline -UserPrincipalName youremailher@yourdomainhere.com
    Enable-OrganizationCustomization
    Set-HostedOutboundSpamFilterPolicy -Identity Default -AutoForwardingMode On
    Get-HostedOutboundSpamFilterPolicy -Identity Default

    That's it! Woo Hoo!

    3 people found this answer helpful.

  2. Vasil Michev 95,081 Reputation points MVP
    2021-07-06T16:45:54.613+00:00

    Connect to Exchange Online via PowerShell, use admin credentials: https://learn.microsoft.com/en-us/powershell/exchange/exchange-online-powershell-v2?view=exchange-ps
    Once connected, run the following:

    Enable-OrganizationCustomization

    and that's it.

    1 person found this answer helpful.

  3. Petr Petrov 1 Reputation point
    2021-10-06T11:59:25.97+00:00

    I have the same problem

    0 comments No comments

  4. Johan 1 Reputation point
    2021-10-06T12:04:23.517+00:00

    As I mentioned in a comment on the first answer I had to wait some time before the changes took effect (not sure how long, I tried on a friday afternoon and on monday it was working). So the first answer is correct with the addition that you might have to wait a while before it kicks in.
    Hope this helps.

    0 comments No comments

  5. Claude Thibault 1 Reputation point
    2021-12-24T15:25:56.637+00:00

    It's working the next day. This a very frustation situation, it take too long to perform many configuration if we have to wait 24h for each.Anyway, Microsoft made so much change every week that is become very difficul for IT expert to follow them. Google is easier to learn and manage.

    Be patient :-)

    0 comments No comments