Skip to content

Commit 1efd98c

Browse files
Merge pull request #1041 from hhhults/main
fix pm edits
2 parents 5f703e1 + 41218c5 commit 1efd98c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

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

16241624
The value can be from 7 to 720 days and must be less than or equal to the maximum expiration value set by `OrganizationSharingLinkMaxExpirationInDays`.
16251625

1626-
To remove the recommendation, set the value to zero (0).
1626+
When set to 0, the default value will be `OrganizationSharingLinkMaxExpirationInDays`.
16271627

16281628
```yaml
16291629
Type: System.Int32
@@ -1735,7 +1735,7 @@ Accept wildcard characters: False
17351735

17361736
> Applicable: SharePoint Online
17371737

1738-
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.
17391739

17401740
Possible values:
17411741

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)