|
2302 | 2302 | "impactColour": "danger",
|
2303 | 2303 | "powershellEquivalent": "Update-MgAdminSharepointSetting",
|
2304 | 2304 | "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"] |
2305 | 2343 | }
|
2306 | 2344 | ]
|
0 commit comments