Skip to content

Added Teams External File Sharing Standard #2738

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

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
38 changes: 38 additions & 0 deletions src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -2338,5 +2338,43 @@
"impactColour": "info",
"powershellEquivalent": "Set-CsTeamsMeetingPolicy -AllowAnonymousUsersToJoinMeeting $false -AllowAnonymousUsersToStartMeeting $false -AutoAdmittedUsers EveryoneInCompanyExcludingGuests -AllowPSTNUsersToBypassLobby $false -MeetingChatEnabledType EnabledExceptAnonymous -DesignatedPresenterRoleMode $DesignatedPresenterRoleMode -AllowExternalParticipantGiveRequestControl $false",
"recommendedBy": ["CIS 3.0"]
},
{
"name": "standards.TeamsExternalFileSharing",
"cat": "Teams Standards",
"tag": ["lowimpact"],
"helpText": "Ensure external file sharing in Teams is enabled for only approved cloud storage services.",
"addedComponent": [
{
"type": "boolean",
"name": "standards.TeamsExternalFileSharing.AllowGoogleDrive",
"label": "Allow Google Drive"
},
{
"type": "boolean",
"name": "standards.TeamsExternalFileSharing.AllowShareFile",
"label": "Allow ShareFile"
},
{
"type": "boolean",
"name": "standards.TeamsExternalFileSharing.AllowBox",
"label": "Allow Box"
},
{
"type": "boolean",
"name": "standards.TeamsExternalFileSharing.AllowDropBox",
"label": "Allow Dropbox"
},
{
"type": "boolean",
"name": "standards.TeamsExternalFileSharing.AllowEgnyte",
"label": "Allow Egnyte"
}
],
"label": "Define approved cloud storage services for external file sharing in Teams",
"impact": "Low Impact",
"impactColour": "info",
"powershellEquivalent": "Set-CsTeamsClientConfiguration -AllowGoogleDrive $false -AllowShareFile $false -AllowBox $false -AllowDropBox $false -AllowEgnyte $false",
"recommendedBy": ["CIS 3.0"]
}
]
Loading