Skip to content

Commit 2152229

Browse files
Merge pull request #2746 from Ren-Roros-Digital/TeamsExternalAccessPolicy
Added Teams External Access Policy Standard
2 parents 85a84a9 + 562e40f commit 2152229

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

src/data/standards.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2376,5 +2376,34 @@
23762376
"impactColour": "info",
23772377
"powershellEquivalent": "Set-CsTeamsClientConfiguration -AllowGoogleDrive $false -AllowShareFile $false -AllowBox $false -AllowDropBox $false -AllowEgnyte $false",
23782378
"recommendedBy": ["CIS 3.0"]
2379+
},
2380+
{
2381+
"name": "standards.TeamsExternalAccessPolicy",
2382+
"cat": "Teams Standards",
2383+
"tag": ["mediumimpact"],
2384+
"helpText": "Sets the properties of the Global external access policy.",
2385+
"docsDescription": "Sets the properties of the Global external access policy. External access policies determine whether or not your users can: 1) communicate with users who have Session Initiation Protocol (SIP) accounts with a federated organization; 2) communicate with users who are using custom applications built with Azure Communication Services; 3) access Skype for Business Server over the Internet, without having to log on to your internal network; 4) communicate with users who have SIP accounts with a public instant messaging (IM) provider such as Skype; and, 5) communicate with people who are using Teams with an account that's not managed by an organization.",
2386+
"addedComponent": [
2387+
{
2388+
"type": "boolean",
2389+
"name": "standards.TeamsExternalAccessPolicy.EnableFederationAccess",
2390+
"label": "Allow communication from trusted organizations"
2391+
},
2392+
{
2393+
"type": "boolean",
2394+
"name": "standards.TeamsExternalAccessPolicy.EnablePublicCloudAccess",
2395+
"label": "Allow user to communicate with Skype users"
2396+
},
2397+
{
2398+
"type": "boolean",
2399+
"name": "standards.TeamsExternalAccessPolicy.EnableTeamsConsumerAccess",
2400+
"label": "Allow communication with unmanaged Teams accounts"
2401+
}
2402+
],
2403+
"label": "External Access Settings for Microsoft Teams",
2404+
"impact": "Medium Impact",
2405+
"impactColour": "warning",
2406+
"powershellEquivalent": "Set-CsExternalAccessPolicy",
2407+
"recommendedBy": []
23792408
}
23802409
]

0 commit comments

Comments
 (0)