You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOSite.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1623,7 +1623,7 @@ Specifies the recommended number of days before organization sharing links expir
1623
1623
1624
1624
The value can be from 7 to 720 days and must be less than or equal to the maximum expiration value set by `OrganizationSharingLinkMaxExpirationInDays`.
1625
1625
1626
-
To remove the recommendation, set the value to zero (0).
1626
+
When set to 0, the default value will be `OrganizationSharingLinkMaxExpirationInDays`.
Choose whether to override the tenant-level organization sharing link expiration policy on this site.
1738
+
Choose whether to override the tenant-level organization sharing link expiration policy on this site. Overrides both the maximum and recommended values.
Copy file name to clipboardExpand all lines: sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1842,7 +1842,7 @@ Specifies the recommended number of days before organization sharing links expir
1842
1842
1843
1843
The value can be from 7 to 720 days and must be less than or equal to the maximum expiration value set by `CoreOrganizationSharingLinkMaxExpirationInDays`.
1844
1844
1845
-
To remove the recommendation, set the value to zero (0).
1845
+
When set to 0, the default value will be `CoreOrganizationSharingLinkMaxExpirationInDays`.
1846
1846
1847
1847
```yaml
1848
1848
Type: System.Int32
@@ -4228,7 +4228,7 @@ Specifies the recommended number of days before organization sharing links expir
4228
4228
4229
4229
The value can be from 7 to 720 days and must be less than or equal to the maximum expiration value set by `OneDriveOrganizationSharingLinkMaxExpirationInDays`.
4230
4230
4231
-
To remove the recommendation, set the value to zero (0).
4231
+
When set to 0, the default value will be `OneDriveOrganizationSharingLinkMaxExpirationInDays`.
0 commit comments