Skip to content

Commit dc547ba

Browse files
Merge pull request #923 from hhhults/main
Add RequireOrganizationLinksExpireInDays to Set-SPOTenant
2 parents d886dde + d562c93 commit dc547ba

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ Set-SPOTenant
191191
[-ReduceTempTokenLifetimeValue <Int32>]
192192
[-RequireAcceptingAccountMatchInvitedAccount <Boolean>]
193193
[-RequireAnonymousLinksExpireInDays <Int32>]
194+
[-RequireOrganizationLinksExpireInDays <Int32>]
194195
[-RestrictedAccessControlforSitesErrorHelpLink <String>]
195196
[-ResyncContentSecurityPolicyConfigurationEntries <Boolean>]
196197
[-ReSyncTenantPrivacyProfile <SwitchParameter>]
@@ -1779,7 +1780,27 @@ Accept wildcard characters: False
17791780

17801781
### -RequireAnonymousLinksExpireInDays
17811782

1782-
Specifies all anonymous links that have been created (or will be created) will expire after the set number of days.
1783+
Specifies the upper bound for user-created anonymous link expiration periods. All links created after setting this policy will expire by the end of a period spanning the set number of days.
1784+
1785+
The value can be from 0 to 730 days.
1786+
1787+
To remove the expiration requirement, set the value to zero (0).
1788+
1789+
```yaml
1790+
Type: Int32
1791+
Parameter Sets: (All)
1792+
Aliases:
1793+
Applicable: SharePoint Online
1794+
Required: False
1795+
Position: Named
1796+
Default value: None
1797+
Accept pipeline input: False
1798+
Accept wildcard characters: False
1799+
```
1800+
1801+
### -RequireOrganizationLinksExpireInDays
1802+
1803+
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.
17831804

17841805
The value can be from 0 to 730 days.
17851806

0 commit comments

Comments
 (0)