Microsoft will roll out expiration policies for “People in your organization” sharing links in SharePoint and OneDrive starting mid-March 2026. Admins can set tenant-wide and site-level expiration limits to enhance data governance, with no default changes unless policies are configured. Existing links expire upon use after rollout.
Introduction
To help organizations reduce the risk of unintended long-term access to internal content, Microsoft is introducing expiration policies for “People in your organization” sharing links in SharePoint and OneDrive. This update enables administrators to automatically expire these sharing links after a defined period, supporting stronger data governance and minimizing exposure from stale links. Admins can configure maximum and recommended expiration timeframes separately for SharePoint sites and OneDrive, aligning link behavior with organizational security and compliance requirements.
This message is associated with Microsoft 365 Roadmap ID 553220.
When this will happen
How this affects your organization
Who is affected:
What will happen:
What you can do to prepare
No action is required if you want to keep the current behavior.
If you plan to use this feature, consider the following steps:
Set-SPOTenant -CoreOrganizationSharingLinkMaxExpirationInDays <days> (SharePoint sites)Set-SPOTenant -OneDriveOrganizationSharingLinkMaxExpirationInDays <days> (OneDrive)Set-SPOTenant -CoreOrganizationSharingLinkRecommendedExpirationInDays <days> (SharePoint sites)Set-SPOTenant -OneDriveOrganizationSharingLinkRecommendedExpirationInDays <days> (OneDrive)Set-SPOSite -Identity <URL> -OverrideTenantOrganizationSharingLinkExpirationPolicy $trueOrganizationSharingLinkMaxExpirationInDays <days>OrganizationSharingLinkRecommendedExpirationInDays <days>Learn more
Compliance considerations
| Question | Explanation |
|---|---|
| Does the change alter how existing customer data is accessed? | Expired sharing links prevent continued access to content after the configured timeframe, reducing exposure from stale links. |
| Does the change modify retention, deletion, or access workflows? | Link expiration enforces time-bound access but does not delete content or change retention policies. |
| Does the change include an admin control? | Admins can configure and enforce expiration policies at the tenant and site level via PowerShell. |
| Does the change allow a user to enable or disable the feature themselves? | Users can adjust expiration when creating links, but only within admin-defined maximum and recommended values. |