Skip to content

Commit 737fa4e

Browse files
Merge pull request #2745 from Ren-Roros-Digital/TeamsEmailIntegration
Added Teams Email Integration standard
2 parents 2152229 + 68d6e5c commit 737fa4e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/data/standards.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2339,6 +2339,25 @@
23392339
"powershellEquivalent": "Set-CsTeamsMeetingPolicy -AllowAnonymousUsersToJoinMeeting $false -AllowAnonymousUsersToStartMeeting $false -AutoAdmittedUsers EveryoneInCompanyExcludingGuests -AllowPSTNUsersToBypassLobby $false -MeetingChatEnabledType EnabledExceptAnonymous -DesignatedPresenterRoleMode $DesignatedPresenterRoleMode -AllowExternalParticipantGiveRequestControl $false",
23402340
"recommendedBy": ["CIS 3.0"]
23412341
},
2342+
{
2343+
"name": "standards.TeamsEmailIntegration",
2344+
"cat": "Teams Standards",
2345+
"tag": ["lowimpact"],
2346+
"helpText": "Should users be allowed to send emails directly to a channel email addresses?",
2347+
"docsDescription": "Teams channel email addresses are an optional feature that allows users to email the Teams channel directly.",
2348+
"addedComponent": [
2349+
{
2350+
"type": "boolean",
2351+
"name": "standards.TeamsEmailIntegration.AllowEmailIntoChannel",
2352+
"label": "Allow channel emails"
2353+
}
2354+
],
2355+
"label": "Disallow emails to be sent to channel email addresses",
2356+
"impact": "Low Impact",
2357+
"impactColour": "info",
2358+
"powershellEquivalent": "Set-CsTeamsClientConfiguration -AllowEmailIntoChannel $false",
2359+
"recommendedBy": ["CIS 3.0"]
2360+
},
23422361
{
23432362
"name": "standards.TeamsExternalFileSharing",
23442363
"cat": "Teams Standards",

0 commit comments

Comments
 (0)