mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 16:26:09 +03:00
[GH-ISSUE #3769] [Feature Request]: Allow ExternalInOutlook Allowlist in Standards #1677
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#1677
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 @JRivett-ITSG on GitHub (Mar 7, 2025).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/3769
Originally assigned to: @kris6673 on GitHub.
Please confirm:
Problem Statement
In the standards, we can enable the external warning in outlook, however we cannot add to the allowlist. The powershell for doing this is:
Set-ExternalInOutlook -AllowList @{Add="example.com","example.net"}
Benefits for MSPs
We recently saw an issue where the external warning banner only contains a scary "this sender is outside your organization" with only a "block sender" button:
Instead of the message as follows:
As an MSP, your emails shouldn't be flagged with the option to block the MSP, and a customer could click the block button leading to missed communications with the customer.
Value or Importance
This is particularly important to us as we don't want the customer seeing this flag as a new MSP to the customer or as a new employee.
PowerShell Commands (Optional)
Set-ExternalInOutlook -AllowList @{Add="example.com","example.net"}
@JRivett-ITSG commented on GitHub (Mar 7, 2025):
Supporter status is via:
https://github.com/ITSupportGuys
@CW-ZacR commented on GitHub (Mar 10, 2025):
@JRivett-ITSG There is no Graph API for this command, as such as per the development documentation no powershell modules are to be used in the CIPP stack. Untill Microsoft add it as a Graph API endpoint this feature is not going to be possible.
@KelvinTegelaar commented on GitHub (Mar 10, 2025):
That's not true wt all @CW-ZacR. We already have this available. It'll just require some edits
@CW-ZacR commented on GitHub (Mar 10, 2025):
@KelvinTegelaar Oh okay, is there a list of PS modules that are in use or where I can find them? Just going off the documentation :P
@JRivett-ITSG commented on GitHub (Mar 10, 2025):
@KelvinTegelaar - where is this currently available?
@kris6673 commented on GitHub (Mar 12, 2025):
I would like to work on this please!
@github-actions[bot] commented on GitHub (Mar 12, 2025):
Great! I assigned you (@kris6673) to the issue. Have fun working on it!
@kris6673 commented on GitHub (Mar 13, 2025):
The standard for it called "Enable or disable 'external' warning in Outlook". I'll see if i can make something nice for this
@JRivett-ITSG commented on GitHub (Mar 14, 2025):
Right, I thought Kelvin was referring to the functionality to add domains to the AllowList.
Ideally, the standard would have a field where you can add to the allow list, so it gets applied across all tenants in a uniform manner.
@kris6673 commented on GitHub (Mar 15, 2025):
Added in dev