From 178bbeb64c402cf0ee1a9b53eb25f558c18a1e6a Mon Sep 17 00:00:00 2001 From: Stephen Rice Date: Tue, 3 Mar 2026 13:21:54 -0800 Subject: [PATCH] Update organization sharing link expiration parameters with multi-geo clarification Add note that CoreOrganizationSharingLinkMaxExpirationInDays, CoreOrganizationSharingLinkRecommendedExpirationInDays, OneDriveOrganizationSharingLinkMaxExpirationInDays, and OneDriveOrganizationSharingLinkRecommendedExpirationInDays are tenant wide settings and all geos will inherit the policy. Co-Authored-By: Claude Opus 4.6 --- .../Set-SPOTenant.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md index d966c68dc..6b620e5cb 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md @@ -2049,7 +2049,7 @@ Accept wildcard characters: False > Applicable: SharePoint Online -Specifies the maximum number of days before organization sharing links expire for all SharePoint sites (not including OneDrive sites). +Specifies the maximum number of days before organization sharing links expire for all SharePoint sites (not including OneDrive sites). This is a tenant wide setting, and all geos will inherit the policy. The value can be from 7 to 720 days. @@ -2071,7 +2071,7 @@ Accept wildcard characters: False > Applicable: SharePoint Online -Specifies the recommended number of days before organization sharing links expire for all SharePoint sites (not including OneDrive sites). This setting provides a suggested expiration period to users when they create sharing links. +Specifies the recommended number of days before organization sharing links expire for all SharePoint sites (not including OneDrive sites). This setting provides a suggested expiration period to users when they create sharing links. This is a tenant wide setting, and all geos will inherit the policy. The value can be from 7 to 720 days and must be less than or equal to the maximum expiration value set by `CoreOrganizationSharingLinkMaxExpirationInDays`. @@ -4538,7 +4538,7 @@ Accept wildcard characters: False > Applicable: SharePoint Online -Specifies the maximum number of days before organization sharing links expire for all OneDrive sites. +Specifies the maximum number of days before organization sharing links expire for all OneDrive sites. This is a tenant wide setting, and all geos will inherit the policy. The value can be from 7 to 720 days. @@ -4560,7 +4560,7 @@ Accept wildcard characters: False > Applicable: SharePoint Online -Specifies the recommended number of days before organization sharing links expire for all OneDrive sites. This setting provides a suggested expiration period to users when they create sharing links. +Specifies the recommended number of days before organization sharing links expire for all OneDrive sites. This setting provides a suggested expiration period to users when they create sharing links. This is a tenant wide setting, and all geos will inherit the policy. The value can be from 7 to 720 days and must be less than or equal to the maximum expiration value set by `OneDriveOrganizationSharingLinkMaxExpirationInDays`.