From 76aad3e274efbc7e2820efa2d7ba11d1745188fe Mon Sep 17 00:00:00 2001 From: Harper Hults Date: Thu, 25 Sep 2025 15:09:50 -0700 Subject: [PATCH 1/2] Update expiration recommendation behavior for sharing links Clarified the behavior when setting the expiration recommendation to zero for both SharePoint and OneDrive sites. --- .../Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md | 4 ++-- 1 file changed, 2 insertions(+), 2 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 460c65fe4..30790ced4 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md @@ -1842,7 +1842,7 @@ Specifies the recommended number of days before organization sharing links expir The value can be from 7 to 720 days and must be less than or equal to the maximum expiration value set by `CoreOrganizationSharingLinkMaxExpirationInDays`. -To remove the recommendation, set the value to zero (0). +When set to 0, the default value will be `CoreOrganizationSharingLinkMaxExpirationInDays`. ```yaml Type: System.Int32 @@ -4228,7 +4228,7 @@ Specifies the recommended number of days before organization sharing links expir The value can be from 7 to 720 days and must be less than or equal to the maximum expiration value set by `OneDriveOrganizationSharingLinkMaxExpirationInDays`. -To remove the recommendation, set the value to zero (0). +When set to 0, the default value will be `OneDriveOrganizationSharingLinkMaxExpirationInDays`. ```yaml Type: System.Int32 From 41218c5de5b0d285347c0affeb54bd05296c7db7 Mon Sep 17 00:00:00 2001 From: Harper Hults Date: Thu, 25 Sep 2025 15:14:34 -0700 Subject: [PATCH 2/2] Update Set-SPOSite.md for org link expiration policy Clarified behavior when setting sharing link expiration recommendation to zero, as well as override behavior --- .../Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md index 8b06aef2f..10b683a82 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md @@ -1623,7 +1623,7 @@ Specifies the recommended number of days before organization sharing links expir The value can be from 7 to 720 days and must be less than or equal to the maximum expiration value set by `OrganizationSharingLinkMaxExpirationInDays`. -To remove the recommendation, set the value to zero (0). +When set to 0, the default value will be `OrganizationSharingLinkMaxExpirationInDays`. ```yaml Type: System.Int32 @@ -1735,7 +1735,7 @@ Accept wildcard characters: False > Applicable: SharePoint Online -Choose whether to override the tenant-level organization sharing link expiration policy on this site. +Choose whether to override the tenant-level organization sharing link expiration policy on this site. Overrides both the maximum and recommended values. Possible values: