Skip to content

Commit 76aad3e

Browse files
authored
Update expiration recommendation behavior for sharing links
Clarified the behavior when setting the expiration recommendation to zero for both SharePoint and OneDrive sites.
1 parent 5f703e1 commit 76aad3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOTenant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1842,7 +1842,7 @@ Specifies the recommended number of days before organization sharing links expir
18421842

18431843
The value can be from 7 to 720 days and must be less than or equal to the maximum expiration value set by `CoreOrganizationSharingLinkMaxExpirationInDays`.
18441844

1845-
To remove the recommendation, set the value to zero (0).
1845+
When set to 0, the default value will be `CoreOrganizationSharingLinkMaxExpirationInDays`.
18461846

18471847
```yaml
18481848
Type: System.Int32
@@ -4228,7 +4228,7 @@ Specifies the recommended number of days before organization sharing links expir
42284228

42294229
The value can be from 7 to 720 days and must be less than or equal to the maximum expiration value set by `OneDriveOrganizationSharingLinkMaxExpirationInDays`.
42304230

4231-
To remove the recommendation, set the value to zero (0).
4231+
When set to 0, the default value will be `OneDriveOrganizationSharingLinkMaxExpirationInDays`.
42324232

42334233
```yaml
42344234
Type: System.Int32

0 commit comments

Comments
 (0)