mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 16:26:09 +03:00
[GH-ISSUE #89] Feature request: Add / Remove Spamfilter Rules #53
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @freezscholte on GitHub (Oct 20, 2021).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/89
Is your feature request related to a problem? Please describe.
One of our most common daily tasks is creating /editing and removing spam filter rules in Exchange Online
Describe the solution you'd like
In the Email and Exchange menu a option to add/edit/remove spamfilter rules
Describe alternatives you've considered
Currently using exchange online admin center
@KelvinTegelaar commented on GitHub (Oct 29, 2021):
just to get this right;
Please supply us with either a full PowerShell script you use to configure these rules, or screenshots of the exact pages you use and which settings you change most.
@freezscholte commented on GitHub (Nov 3, 2021):
@KelvinTegelaar Sorry missed the comment, I will get back to regarding this today.
@freezscholte commented on GitHub (Nov 4, 2021):
Url within Microsoft Security Center -> https://security.microsoft.com/antispam


There are 3 set of rules see attachment a screenshot from our test tenant
Within those rules you can for example edit its contents for the incoming spamfilter:
WIth for example these commands
Get-HostedContentFilterPolicy and
Get-HostedContentFilterPolicy -Identity "" | Format-List []
You can edit the settings in the last screenshot like accepted domains

In the screen above are also the rules our support mostly needs to change:
AllowedSenders
AllowedSenderDomains
BlockedSenders
BlockedSenderDomains
https://docs.microsoft.com/en-us/microsoft-365/security/office-365-security/configure-your-spam-filter-policies?view=o365-worldwide
I also think its worth while to think about some other functions in https://security.microsoft.com/ to manage with CIPP not the really in dept ones because you probably could better login in to the portal.
@KelvinTegelaar commented on GitHub (Nov 15, 2021):
started work on this in #232 by Gavin. This will have a bit more of evolution to track that request for future info.