Skip to content

Commit 8078a26

Browse files
committed
Fix param metadata
1 parent cc3fd7f commit 8078a26

File tree

1 file changed

+48
-23
lines changed

1 file changed

+48
-23
lines changed

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

Lines changed: 48 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -654,6 +654,8 @@ This example disables the Power Apps Adaptive Card Extension.
654654

655655
### -AIBuilderModelScope
656656

657+
> Applicable: SharePoint Online
658+
657659
This parameter allows administrators to limit which SharePoint sites the AI builder model and [structured and freeform document processing](/microsoft-365/syntex/form-processing-overview) premium feature is available on.
658660

659661
The valid values are:
@@ -669,7 +671,6 @@ The valid values are:
669671
```yaml
670672
Type: SyntexFeatureScopeValue
671673
Parameter Sets: (All)
672-
Applicable: SharePoint Online
673674
Required: False
674675
Position: Named
675676
Default value: None
@@ -679,6 +680,8 @@ Accept wildcard characters: False
679680
680681
### -AIBuilderModelSelectedSitesIncludesContentCenters
681682
683+
> Applicable: SharePoint Online
684+
682685
This parameter allows administrators to choose whether or not the AI builder model and [structured and freeform document processing](/microsoft-365/syntex/form-processing-overview) premium feature is available on all content center sites when the feature's scope is `SelectedSites` even if they are not explicitly included within the selected sites list. This parameter can only be called if the AI builder model's scope is set to `SelectedSites`.
683686

684687
> [!NOTE]
@@ -689,7 +692,6 @@ PARAMVALUE: True | False
689692
```yaml
690693
Type: Boolean
691694
Parameter Sets: (All)
692-
Applicable: SharePoint Online
693695
Required: False
694696
Position: Named
695697
Default value: None
@@ -699,6 +701,8 @@ Accept wildcard characters: False
699701

700702
### -AIBuilderModelSelectedSitesList
701703

704+
> Applicable: SharePoint Online
705+
702706
This parameter allows administrators to pass a list of SharePoint site URLs to modify the AI builder model and [structured and freeform document processing](/microsoft-365/syntex/form-processing-overview) premium feature's selected sites list. By default this parameter overwrites the existing list with the user input list. Additionally, the `AIBuilderModelSelectedSitesListOperation` parameter can be used to specify a different operation. This parameter can only be called if the AI builder model's scope is set to `SelectedSites`. The inputted list of site URLs cannot exceed 100 items.
703707

704708
> [!NOTE]
@@ -707,7 +711,6 @@ This parameter allows administrators to pass a list of SharePoint site URLs to m
707711
```yaml
708712
Type: String[]
709713
Parameter Sets: (All)
710-
Applicable: SharePoint Online
711714
Required: False
712715
Position: Named
713716
Default value: None
@@ -717,6 +720,8 @@ Accept wildcard characters: False
717720

718721
### -AIBuilderModelSelectedSitesListOperation
719722

723+
> Applicable: SharePoint Online
724+
720725
This parameter allows administrators to specify the operation to perform on the AI builder model and [structured and freeform document processing](/microsoft-365/syntex/form-processing-overview) premium feature's current selected sites list using the list of site URLs passed to the `AIBuilderModelSelectedSitesList` parameter.
721726

722727
The valid values are:
@@ -732,7 +737,6 @@ The valid values are:
732737
```yaml
733738
Type: SelectedSitesListOperations
734739
Parameter Sets: (All)
735-
Applicable: SharePoint Online
736740
Required: False
737741
Position: Named
738742
Default value: Overwrite
@@ -946,13 +950,14 @@ Accept wildcard characters: False
946950

947951
### -AllowSelectSecurityGroupsInSPSitesList
948952

953+
> Applicable: SharePoint Online
954+
949955
Allows members of specific security groups to access SharePoint content.
950956

951957
```yaml
952958
Type: String[]
953959
Parameter Sets: (All)
954960
Aliases:
955-
Applicable: SharePoint Online
956961
Required: False
957962
Position: Named
958963
Default value: None
@@ -962,13 +967,14 @@ Accept wildcard characters: False
962967

963968
### -AllowSelectSGsInODBListInTenant
964969

970+
> Applicable: SharePoint Online
971+
965972
Allows members of specific security groups to access OneDrive content.
966973

967974
```yaml
968975
Type: String[]
969976
Parameter Sets: (All)
970977
Aliases:
971-
Applicable: SharePoint Online
972978
Required: False
973979
Position: Named
974980
Default value: None
@@ -1986,13 +1992,14 @@ Accept wildcard characters: False
19861992

19871993
### -DenySelectSecurityGroupsInSPSitesList
19881994

1995+
> Applicable: SharePoint Online
1996+
19891997
Restricts members of specific security groups from accessing SharePoint content.
19901998

19911999
```yaml
19922000
Type: String[]
19932001
Parameter Sets: (All)
19942002
Aliases:
1995-
Applicable: SharePoint Online
19962003
Required: False
19972004
Position: Named
19982005
Default value: None
@@ -2002,13 +2009,14 @@ Accept wildcard characters: False
20022009

20032010
### -DenySelectSGsInODBListInTenant
20042011

2012+
> Applicable: SharePoint Online
2013+
20052014
Restricts members of specific security groups from accessing OneDrive content.
20062015

20072016
```yaml
20082017
Type: String[]
20092018
Parameter Sets: (All)
20102019
Aliases:
2011-
Applicable: SharePoint Online
20122020
Required: False
20132021
Position: Named
20142022
Default value: None
@@ -2774,14 +2782,16 @@ Accept wildcard characters: False
27742782
```
27752783

27762784
### -EnableVersionExpirationSetting
2785+
2786+
> Applicable: SharePoint Online
2787+
27772788
The `EnableVersionExpirationSetting` parameter is no longer active, this feature is now automatically enabled for each tenant.
27782789
[Learn more about Version History Settings](/sharepoint/document-library-version-history-limits)
27792790

27802791
```yaml
27812792
Type: Boolean
27822793
Parameter Sets: (All)
27832794
Aliases:
2784-
Applicable: SharePoint Online
27852795
Required: False
27862796
Position: Named
27872797
Default value: None
@@ -2791,6 +2801,8 @@ Accept wildcard characters: False
27912801

27922802
### -EnforceContentSecurityPolicyConfiguration
27932803

2804+
> Applicable: SharePoint Online
2805+
27942806
When set to `True` **Content Security Policy** violations will be enforced.
27952807
In multi-geo environments, **Content Security Policy** configuration is unique to each geo.
27962808

@@ -2799,7 +2811,6 @@ PARAMVALUE: True | False
27992811
```yaml
28002812
Type: Boolean
28012813
Parameter Sets: (All)
2802-
Applicable: SharePoint Online
28032814
Required: False
28042815
Position: Named
28052816
Default value: False
@@ -2860,6 +2871,8 @@ Accept wildcard characters: False
28602871

28612872
### -ExemptNativeUsersFromTenantLevelRestricedAccessControl
28622873

2874+
> Applicable: SharePoint Online
2875+
28632876
Gets or sets the value of a setting which determines whether Native Identity users should be exempted from restricted access control policy at tenant level.
28642877

28652878
PARAMVALUE: True | False
@@ -2868,7 +2881,6 @@ PARAMVALUE: True | False
28682881
Type: Boolean
28692882
Parameter Sets: (All)
28702883
Aliases:
2871-
Applicable: SharePoint Online
28722884
Required: False
28732885
Position: Named
28742886
Default value: None
@@ -3997,6 +4009,8 @@ Accept wildcard characters: False
39974009

39984010
### -OpticalCharacterRecognitionScope
39994011

4012+
> Applicable: SharePoint Online
4013+
40004014
This parameter allows administrators to limit which SharePoint sites the [optical character recognition](/microsoft-365/syntex/ocr) premium feature is available on.
40014015

40024016
The valid values are:
@@ -4012,7 +4026,6 @@ The valid values are:
40124026
```yaml
40134027
Type: SyntexFeatureScopeValue
40144028
Parameter Sets: (All)
4015-
Applicable: SharePoint Online
40164029
Required: False
40174030
Position: Named
40184031
Default value: None
@@ -4022,6 +4035,8 @@ Accept wildcard characters: False
40224035

40234036
### -OpticalCharacterRecognitionSelectedSitesList
40244037

4038+
> Applicable: SharePoint Online
4039+
40254040
This parameter allows administrators to pass a list of SharePoint site URLs to modify the [optical character recognition](/microsoft-365/syntex/ocr) premium feature's selected sites list. By default this parameter overwrites the existing list with the user input list. Additionally, the `OpticalCharacterRecognitionSelectedSitesListOperation` parameter can be used to specify a different operation. This parameter can only be called if optical character recognition's scope is set to `SelectedSites`. The inputted list of site URLs cannot exceed 100 items.
40264041

40274042
> [!NOTE]
@@ -4030,7 +4045,6 @@ This parameter allows administrators to pass a list of SharePoint site URLs to m
40304045
```yaml
40314046
Type: String[]
40324047
Parameter Sets: (All)
4033-
Applicable: SharePoint Online
40344048
Required: False
40354049
Position: Named
40364050
Default value: None
@@ -4040,6 +4054,8 @@ Accept wildcard characters: False
40404054

40414055
### -OpticalCharacterRecognitionSelectedSitesListOperation
40424056

4057+
> Applicable: SharePoint Online
4058+
40434059
This parameter allows administrators to specify the operation to perform on the [optical character recognition](/microsoft-365/syntex/ocr) premium feature's current selected sites list using the list of site URLs passed to the `OpticalCharacterRecognitionSelectedSitesList` parameter.
40444060

40454061
The valid values are:
@@ -4055,7 +4071,6 @@ The valid values are:
40554071
```yaml
40564072
Type: SelectedSitesListOperations
40574073
Parameter Sets: (All)
4058-
Applicable: SharePoint Online
40594074
Required: False
40604075
Position: Named
40614076
Default value: Overwrite
@@ -4128,6 +4143,8 @@ Accept wildcard characters: False
41284143

41294144
### -PrebuiltModelScope
41304145

4146+
> Applicable: SharePoint Online
4147+
41314148
This parameter allows administrators to limit which SharePoint sites the prebuilt model and [prebuilt document processing](/microsoft-365/syntex/prebuilt-overview) premium feature is available on.
41324149

41334150
The valid values are:
@@ -4143,7 +4160,6 @@ The valid values are:
41434160
```yaml
41444161
Type: SyntexFeatureScopeValue
41454162
Parameter Sets: (All)
4146-
Applicable: SharePoint Online
41474163
Required: False
41484164
Position: Named
41494165
Default value: None
@@ -4153,6 +4169,8 @@ Accept wildcard characters: False
41534169

41544170
### -PrebuiltModelSelectedSitesList
41554171

4172+
> Applicable: SharePoint Online
4173+
41564174
This parameter allows administrators to pass a list of SharePoint site URLs to modify the prebuilt model and [prebuilt document processing](/microsoft-365/syntex/prebuilt-overview) premium feature's selected sites list. By default this parameter overwrites the existing list with the user input list. Additionally, the `PrebuiltModelSelectedSitesListOperation` parameter can be used to specify a different operation. This parameter can only be called if the prebuilt model's scope is set to `SelectedSites`. The inputted list of site URLs cannot exceed 100 items.
41574175

41584176
> [!NOTE]
@@ -4161,7 +4179,6 @@ This parameter allows administrators to pass a list of SharePoint site URLs to m
41614179
```yaml
41624180
Type: String[]
41634181
Parameter Sets: (All)
4164-
Applicable: SharePoint Online
41654182
Required: False
41664183
Position: Named
41674184
Default value: None
@@ -4171,6 +4188,8 @@ Accept wildcard characters: False
41714188

41724189
### -PrebuiltModelSelectedSitesListOperation
41734190

4191+
> Applicable: SharePoint Online
4192+
41744193
This parameter allows administrators to specify the operation to perform on the prebuilt model and [prebuilt document processing](/microsoft-365/syntex/prebuilt-overview) premium feature's current selected sites list using the list of site URLs passed to the `PrebuiltModelSelectedSitesList` parameter.
41754194

41764195
The valid values are:
@@ -4186,7 +4205,6 @@ The valid values are:
41864205
```yaml
41874206
Type: SelectedSitesListOperations
41884207
Parameter Sets: (All)
4189-
Applicable: SharePoint Online
41904208
Required: False
41914209
Position: Named
41924210
Default value: Overwrite
@@ -4281,13 +4299,14 @@ Accept wildcard characters: False
42814299

42824300
### -RecycleBinRetentionPeriod
42834301

4302+
> Applicable: SharePoint Online
4303+
42844304
Sets the amount of time content is kept in the in recycle bin in Microsoft365.com before it is deleted.
42854305

42864306
```yaml
42874307
Type: Int32
42884308
Parameter Sets: (All)
42894309
Aliases:
4290-
Applicable: SharePoint Online
42914310
Required: False
42924311
Position: Named
42934312
Default value: None
@@ -4311,6 +4330,9 @@ Accept wildcard characters: False
43114330
```
43124331

43134332
### -ReduceTempTokenLifetimeEnabled
4333+
4334+
> Applicable: SharePoint Online
4335+
43144336
Enables reduced session timeout for temporary URLs used by apps for document download scenarios. Reduction occurs when an app redeeming an IP address does not match the original requesting IP. The default value is 15 minutes if ReduceTempTokenLifetimeValue is not set.
43154337

43164338
**Note**: Reducing this value may bring degradation in end-user experience by requiring frequent authentication prompts to users.
@@ -4319,7 +4341,6 @@ Enables reduced session timeout for temporary URLs used by apps for document dow
43194341
Type: Boolean
43204342
Parameter Sets: (All)
43214343
Aliases:
4322-
Applicable: SharePoint Online
43234344
Required: False
43244345
Position: Named
43254346
Default value: False
@@ -4344,13 +4365,14 @@ Accept wildcard characters: False
43444365

43454366
### -ReduceTempTokenLifetimeValue
43464367

4368+
> Applicable: SharePoint Online
4369+
43474370
Optional parameter to set the session timeout value for temporary URLs. The value can be set between 5 and 15 minutes and the default value is 15 minutes.
43484371

43494372
```yaml
43504373
Type: Int32
43514374
Parameter Sets: (All)
43524375
Aliases:
4353-
Applicable: SharePoint Online
43544376
Required: False
43554377
Position: Named
43564378
Default value: 15
@@ -4467,6 +4489,8 @@ Accept wildcard characters: False
44674489

44684490
### -ResyncContentSecurityPolicyConfigurationEntries
44694491

4492+
> Applicable: SharePoint Online
4493+
44704494
When set to `True`, forces a sync of **Content Security Policy** sources for SharePoint Framework components in the tenant application catalog.
44714495
New sources will be added to the configuration, if not already present, based on the `cdnBasedPath` property under a solution's `.config/write-manifests.json` if present.
44724496
The sync may take up to 24 hours to complete.
@@ -4477,7 +4501,6 @@ PARAMVALUE: True | False
44774501
```yaml
44784502
Type: Boolean
44794503
Parameter Sets: (All)
4480-
Applicable: SharePoint Online
44814504
Required: False
44824505
Position: Named
44834506
Default value: False
@@ -4566,14 +4589,15 @@ Accept wildcard characters: False
45664589

45674590
### -SelfServiceSiteCreationDisabled
45684591

4592+
> Applicable: SharePoint Online
4593+
45694594
When set to `True`, users cannot create sites from SharePoint, OneDrive, the PnP PowerShell cmdlet, and the REST API. When set to `False` (the default), users can create sites from SharePoint, OneDrive, the PnP PowerShell cmdlet, and the REST API.
45704595

45714596
PARAMVALUE: True | False
45724597

45734598
```yaml
45744599
Type: Boolean
45754600
Parameter Sets: (All)
4576-
Applicable: SharePoint Online
45774601
Required: False
45784602
Position: Named
45794603
Default value: False
@@ -4583,13 +4607,14 @@ Accept wildcard characters: False
45834607

45844608
### -SensitivityLabel
45854609

4610+
> Applicable: SharePoint Online
4611+
45864612
Sets the sensitiviy label for a site.
45874613

45884614
```yaml
45894615
Type: String
45904616
Parameter Sets: (All)
45914617
Aliases:
4592-
Applicable: SharePoint Online
45934618
Required: False
45944619
Position: Named
45954620
Default value: None

0 commit comments

Comments
 (0)