Skip to content

Commit 64ab74f

Browse files
author
harperhults
committed
Update organization sharing link parameters documentation
- Renamed OverrideTenantOrganizationLinkExpirationPolicy to OverrideTenantOrganizationSharingLinkExpirationPolicy in Set-SPOSite.md - Added proper description for OverrideTenantOrganizationSharingLinkExpirationPolicy parameter - Added '> Applicable: SharePoint Online' to all organization sharing link parameters in both Set-SPOSite.md and Set-SPOTenant.md - Added backticks around parameter cross-references per reviewer feedback - Standardized YAML type formatting to System.Int32 and System.Boolean
1 parent e874cdf commit 64ab74f

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,14 +1595,16 @@ Accept wildcard characters: False
15951595

15961596
### -OrganizationSharingLinkMaxExpirationInDays
15971597

1598+
> Applicable: SharePoint Online
1599+
15981600
Specifies the maximum number of days before organization sharing links expire for this site.
15991601

16001602
The value can be from 7 to 720 days.
16011603

16021604
To remove the expiration requirement, set the value to zero (0).
16031605

16041606
```yaml
1605-
Type: Int32
1607+
Type: System.Int32
16061608
Parameter Sets: ParamSet1
16071609
Aliases:
16081610
@@ -1615,14 +1617,16 @@ Accept wildcard characters: False
16151617

16161618
### -OrganizationSharingLinkRecommendedExpirationInDays
16171619

1620+
> Applicable: SharePoint Online
1621+
16181622
Specifies the recommended number of days before organization sharing links expire for this site. This setting provides a suggested expiration period to users when they create sharing links.
16191623

1620-
The value can be from 7 to 720 days and must be less than or equal to the maximum expiration value set by OrganizationSharingLinkMaxExpirationInDays.
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`.
16211625

16221626
To remove the recommendation, set the value to zero (0).
16231627

16241628
```yaml
1625-
Type: Int32
1629+
Type: System.Int32
16261630
Parameter Sets: ParamSet1
16271631
Aliases:
16281632

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1814,6 +1814,8 @@ Accept wildcard characters: False
18141814

18151815
### -CoreOrganizationSharingLinkMaxExpirationInDays
18161816

1817+
> Applicable: SharePoint Online
1818+
18171819
Specifies the maximum number of days before organization sharing links expire for all SharePoint sites (not including OneDrive sites).
18181820

18191821
The value can be from 7 to 720 days.
@@ -1834,9 +1836,11 @@ Accept wildcard characters: False
18341836

18351837
### -CoreOrganizationSharingLinkRecommendedExpirationInDays
18361838

1839+
> Applicable: SharePoint Online
1840+
18371841
Specifies the recommended number of days before organization sharing links expire for all SharePoint sites (not including OneDrive sites). This setting provides a suggested expiration period to users when they create sharing links.
18381842

1839-
The value can be from 7 to 720 days and must be less than or equal to the maximum expiration value set by CoreOrganizationSharingLinkMaxExpirationInDays.
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`.
18401844

18411845
To remove the recommendation, set the value to zero (0).
18421846

@@ -4196,6 +4200,8 @@ Accept wildcard characters: False
41964200

41974201
### -OneDriveOrganizationSharingLinkMaxExpirationInDays
41984202

4203+
> Applicable: SharePoint Online
4204+
41994205
Specifies the maximum number of days before organization sharing links expire for all OneDrive sites.
42004206

42014207
The value can be from 7 to 720 days.
@@ -4216,9 +4222,11 @@ Accept wildcard characters: False
42164222

42174223
### -OneDriveOrganizationSharingLinkRecommendedExpirationInDays
42184224

4225+
> Applicable: SharePoint Online
4226+
42194227
Specifies the recommended number of days before organization sharing links expire for all OneDrive sites. This setting provides a suggested expiration period to users when they create sharing links.
42204228

4221-
The value can be from 7 to 720 days and must be less than or equal to the maximum expiration value set by OneDriveOrganizationSharingLinkMaxExpirationInDays.
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`.
42224230

42234231
To remove the recommendation, set the value to zero (0).
42244232

0 commit comments

Comments
 (0)