Message Center
Microsoft Teams will enable file sharing by default in external (federated) chats starting late October 2026, simplifying cross-organization collaboration by removing manual permission steps. Admins can disable this via PowerShell. Files are stored in the sender’s OneDrive with existing security controls applied.
What and why
We are updating Microsoft Teams file sharing in external (federated) chats by changing the default setting from Disabled to Enabled. Today, admins must explicitly enable file sharing in external chats before users can attach files when collaborating with people outside their organization.
This update simplifies cross-organization collaboration by allowing users to attach files directly in external (federated) chats and automatically applying the required permissions to shared files. Together, these changes remove both the tenant configuration step and the manual permission assignment step that can slow cross-organization collaboration. Existing OneDrive, SharePoint, and security controls continue to govern access.
Admins retain full control and can disable file sharing or automatic permission assignment at any time using PowerShell.
Rollout schedule
Impact on your organization
Who is affected
Platforms and services
What will happen
Action required and recommendations
Action is required only if your organization wants file sharing in external chats to remain disabled.
After rollout reaches your tenant, reapply the following Teams PowerShell setting:
Set-CsTeamsFilesPolicy -Identity Global -FileSharingInChatsWithExternalUsers Disabled
Verify the setting:
Get-CsTeamsFilesPolicy | Select Identity, FileSharingInChatsWithExternalUsers
Recommended actions:
Optional configuration:
To disable automatic permission assignment while continuing to allow file attachments in external chats:
Set-CsTeamsMessagingPolicy -Identity Global -AutoShareFilesInExternalChats Disabled
If automatic permission assignment is disabled, users may need to manually grant access to shared files before external recipients can open them.
Allow several hours for policy changes to propagate before users see the updated experience.
Learn more:
Compliance considerations
| Question | Answer |
| Does the change alter how existing customer data is processed, stored, or accessed? | Yes. Uploaded files can automatically receive permissions for participants in external chats. Existing OneDrive and SharePoint controls continue to govern access. |
| Does the change provide a new way of communicating between users, tenants, or subscriptions? | Yes. Users can attach and share files directly in external (federated) chats by default. |
| Does the change include an admin control, and can it be controlled through Entra ID group membership? | Yes. Admins can enable or disable file sharing in external chats and automatic permission assignment through Teams PowerShell policies. |