Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Teams External Access Policy Standard #2746

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -2376,5 +2376,34 @@
"impactColour": "info",
"powershellEquivalent": "Set-CsTeamsClientConfiguration -AllowGoogleDrive $false -AllowShareFile $false -AllowBox $false -AllowDropBox $false -AllowEgnyte $false",
"recommendedBy": ["CIS 3.0"]
},
{
"name": "standards.TeamsExternalAccessPolicy",
"cat": "Teams Standards",
"tag": ["mediumimpact"],
"helpText": "Sets the properties of the Global external access policy.",
"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.",
"addedComponent": [
{
"type": "boolean",
"name": "standards.TeamsExternalAccessPolicy.EnableFederationAccess",
"label": "Allow communication from trusted organizations"
},
{
"type": "boolean",
"name": "standards.TeamsExternalAccessPolicy.EnablePublicCloudAccess",
"label": "Allow user to communicate with Skype users"
},
{
"type": "boolean",
"name": "standards.TeamsExternalAccessPolicy.EnableTeamsConsumerAccess",
"label": "Allow communication with unmanaged Teams accounts"
}
],
"label": "External Access Settings for Microsoft Teams",
"impact": "Medium Impact",
"impactColour": "warning",
"powershellEquivalent": "Set-CsExternalAccessPolicy",
"recommendedBy": []
}
]
Loading