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

[Feature Request]: Standards for Teams policies #2674

Closed
HappyEarthDay opened this issue Jul 12, 2024 · 3 comments
Closed

[Feature Request]: Standards for Teams policies #2674

HappyEarthDay opened this issue Jul 12, 2024 · 3 comments
Labels

Comments

@HappyEarthDay
Copy link

HappyEarthDay commented Jul 12, 2024

Description of the new feature - must be an in-depth explanation of the feature you want, reasoning why, and the added benefits for MSPs as a whole.

We have standards for Exchange, SharePoint, etc, but not many for Teams.

  • We want to disable file and storage options that are available in the Teams Admin Center < Teams < Teams settings Files tab:
    image
  • We want to disable both of the options for external access under Teams Admin Center < Users < External access:
  • Teams accounts not managed by an organization (this prevents CONSUMER accounts from being able to message the org - commonly used for phishing)
  • Skype users
    image

We'd like to be able to set the value for Choose which external domains your users have access to:
image

PowerShell commands you would normally use to achieve above request

https://learn.microsoft.com/en-us/powershell/module/teams/set-csexternalaccesspolicy?view=teams-ps
Set-CsExternalAccessPolicy -EnableOutsideAccess $False
Set-CsExternalAccessPolicy -EnableFederationAccess $False
Set-CsExternalAccessPolicy -EnablePublicCloudAccess $False
Set-CsExternalAccessPolicy -EnablePublicCloudAudioVideoAccess $False

https://learn.microsoft.com/en-us/powershell/module/teams/set-csteamsclientconfiguration?view=teams-ps
Set-CsTeamsClientConfiguration
[-AllowDropBox ]
[-AllowEgnyte ]
[-AllowBox ]
[-AllowGoogleDrive ]
[-AllowShareFile ]

@HappyEarthDay HappyEarthDay added enhancement New feature or request no-priority labels Jul 12, 2024
@OfficialEsco
Copy link
Contributor

Been looking into this over the last 3 months, Teams uses a rusty old API, so i've requested this #2526 which needs to be in place before we can do anything.

Copy link

This issue is stale because it has been open 10 days with no activity. We will close this issue soon. If you want this feature implemented you can contribute it. See: https://docs.cipp.app/dev-documentation/contributing-to-the-code . Please notify the team if you are working on this yourself.

@KelvinTegelaar
Copy link
Owner

Added in dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

3 participants