From 6567d0650685c6127a068fcf1562dc4c455df4b9 Mon Sep 17 00:00:00 2001 From: Harper Hults Date: Fri, 18 Jul 2025 10:18:47 -0700 Subject: [PATCH] Change RequireOrganizationLinkExpireInDays Lower Bound --- .../Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c4d3b8b5f..b808c2ff6 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md @@ -3645,7 +3645,7 @@ Accept wildcard characters: False Specifies the upper bound for user-created organization link expiration periods. All links created after setting this policy will expire by the end of a period spanning the set number of days. -The value can be from 0 to 730 days. +The value can be from 7 to 730 days. To remove the expiration requirement, set the value to zero (0).