Skip to content

Commit 5299cf7

Browse files
committed
Added Teams External File Sharing Standard
1 parent 2b7aa1e commit 5299cf7

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

src/data/standards.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2302,5 +2302,43 @@
23022302
"impactColour": "danger",
23032303
"powershellEquivalent": "Update-MgAdminSharepointSetting",
23042304
"recommendedBy": []
2305+
},
2306+
{
2307+
"name": "standards.TeamsExternalFileSharing",
2308+
"cat": "Teams Standards",
2309+
"tag": ["lowimpact"],
2310+
"helpText": "Ensure external file sharing in Teams is enabled for only approved cloud storage services.",
2311+
"addedComponent": [
2312+
{
2313+
"type": "boolean",
2314+
"name": "standards.TeamsExternalFileSharing.AllowGoogleDrive",
2315+
"label": "Allow Google Drive"
2316+
},
2317+
{
2318+
"type": "boolean",
2319+
"name": "standards.TeamsExternalFileSharing.AllowShareFile",
2320+
"label": "Allow ShareFile"
2321+
},
2322+
{
2323+
"type": "boolean",
2324+
"name": "standards.TeamsExternalFileSharing.AllowBox",
2325+
"label": "Allow Box"
2326+
},
2327+
{
2328+
"type": "boolean",
2329+
"name": "standards.TeamsExternalFileSharing.AllowDropBox",
2330+
"label": "Allow Dropbox"
2331+
},
2332+
{
2333+
"type": "boolean",
2334+
"name": "standards.TeamsExternalFileSharing.AllowEgnyte",
2335+
"label": "Allow Egnyte"
2336+
}
2337+
],
2338+
"label": "Define approved cloud storage services for external file sharing in Teams",
2339+
"impact": "Low Impact",
2340+
"impactColour": "info",
2341+
"powershellEquivalent": "Set-CsTeamsClientConfiguration -AllowGoogleDrive $false -AllowShareFile $false -AllowBox $false -AllowDropbox $false -AllowEgnyte $false",
2342+
"recommendedBy": ["CIS 3.0"]
23052343
}
23062344
]

0 commit comments

Comments
 (0)