Skip to content

Commit 1c50a57

Browse files
author
Jake Wilson
committed
Fixed URLs and replaced double quotes with
1 parent 9c590f0 commit 1c50a57

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

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

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -313,13 +313,13 @@ By opting in, you are accepting the terms of service for version history limits.
313313

314314
### EXAMPLE 17
315315

316-
```
316+
```powershell
317317
PS > Set-SPOTenant -PrebuiltModelScope SelectedSites -PrebuiltModelSelectedSitesList "https://contoso.sharepoint.com/sites/site1","https://contoso.sharepoint.com/sites/site2" -PrebuiltModelSelectedSitesListOperation Append
318318
```
319319

320-
This example sets the scope of the prebuilt model and [prebuilt document processing](https://docs.microsoft.com/en-US/microsoft-365/syntex/prebuilt-overview) premium feature to "SelectedSites", which limits the feature to only sites included in the selected sites list. This example also appends two sites to the feature's selected sites list.
320+
This example sets the scope of the prebuilt model and [prebuilt document processing](/microsoft-365/syntex/prebuilt-overview) premium feature to `SelectedSites`, which limits the feature to only sites included in the selected sites list. This example also appends two sites to the feature's selected sites list.
321321

322-
Use of these parameters require the tenant to either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](https://learn.microsoft.com/en-us/microsoft-365/syntex/syntex-licensing)
322+
Use of these parameters require the tenant to either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](/microsoft-365/syntex/syntex-licensing).
323323

324324
## PARAMETERS
325325

@@ -3009,7 +3009,7 @@ Accept wildcard characters: False
30093009

30103010
### -DocumentUnderstandingModelScope
30113011

3012-
This parameter allows administrators to limit which SharePoint sites the document understanding model and [unstructurted document processesing](https://docs.microsoft.com/en-US/microsoft-365/syntex/document-understanding-overview?WT.mc_id=365AdminCSH_inproduct) premium feature is available on.
3012+
This parameter allows administrators to limit which SharePoint sites the document understanding model and [unstructurted document processesing](/microsoft-365/syntex/document-understanding-overview) premium feature is available on.
30133013

30143014
The valid values are:
30153015

@@ -3018,7 +3018,7 @@ The valid values are:
30183018
- `SelectedSites`: Document understanding models are available only on sites within the feature's selected sites list.
30193019

30203020
> [!NOTE]
3021-
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](https://learn.microsoft.com/en-us/microsoft-365/syntex/syntex-licensing).
3021+
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](/microsoft-365/syntex/syntex-licensing).
30223022
> Use of this parameter will clear the current document understanding model selected sites list, if one exists.
30233023

30243024
```yaml
@@ -3033,10 +3033,10 @@ Accept wildcard characters: False
30333033

30343034
### -DocumentUnderstandingModelSelectedSitesList
30353035

3036-
This parameter allows administrators to pass a list of SharePoint site URLs to modify the document understanding model and [unstructurted document processesing](https://docs.microsoft.com/en-US/microsoft-365/syntex/document-understanding-overview?WT.mc_id=365AdminCSH_inproduct) premium feature's selected sites list. By default this parameter overwrites the existing list with the user input list. Additionally, the `DocumentUnderstandingModelSelectedSitesListOperation` parameter can be used to specify a different operation. This parameter can only be called if the document understanding model's scope is set to "SelectedSites". The inputted list of site URLs cannot exceed 100 items.
3036+
This parameter allows administrators to pass a list of SharePoint site URLs to modify the document understanding model and [unstructurted document processesing](/microsoft-365/syntex/document-understanding-overview) premium feature's selected sites list. By default this parameter overwrites the existing list with the user input list. Additionally, the `DocumentUnderstandingModelSelectedSitesListOperation` parameter can be used to specify a different operation. This parameter can only be called if the document understanding model's scope is set to `SelectedSites`. The inputted list of site URLs cannot exceed 100 items.
30373037

30383038
> [!NOTE]
3039-
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](https://learn.microsoft.com/en-us/microsoft-365/syntex/syntex-licensing).
3039+
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](/microsoft-365/syntex/syntex-licensing).
30403040

30413041
```yaml
30423042
Type: String[]
@@ -3050,8 +3050,7 @@ Accept wildcard characters: False
30503050

30513051
### -DocumentUnderstandingModelSelectedSitesListOperation
30523052

3053-
This parameter allows administrators to specify the operation to perform on the document understanding model and [unstructurted document processesing](https://docs.microsoft.com/en-US/microsoft-365/syntex/document-understanding-overview?WT.mc_id=365AdminCSH_inproduct) premium feature's current selected sites list using the list of site URLs passed to the \
3054-
`DocumentUnderstandingModelSelectedSitesList` parameter.
3053+
This parameter allows administrators to specify the operation to perform on the document understanding model and [unstructurted document processesing](/microsoft-365/syntex/document-understanding-overview) premium feature's current selected sites list using the list of site URLs passed to the `DocumentUnderstandingModelSelectedSitesList` parameter.
30553054

30563055
The valid values are:
30573056

@@ -3060,7 +3059,7 @@ The valid values are:
30603059
- `Remove`: Remove the input list of sites from the existing selected sites list.
30613060

30623061
> [!NOTE]
3063-
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](https://learn.microsoft.com/en-us/microsoft-365/syntex/syntex-licensing).
3062+
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](/microsoft-365/syntex/syntex-licensing).
30643063
> Calling this parameter without `DocumentUnderstandingModelSelectedSitesList` has no effect.
30653064

30663065
```yaml
@@ -3075,7 +3074,7 @@ Accept wildcard characters: False
30753074

30763075
### -AIBuilderModelScope
30773076

3078-
This parameter allows administrators to limit which SharePoint sites the AI builder model and [structured and freeform document processing](https://learn.microsoft.com/en-US/microsoft-365/syntex/form-processing-overview) premium feature is available on.
3077+
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.
30793078

30803079
The valid values are:
30813080

@@ -3084,7 +3083,7 @@ The valid values are:
30843083
- `SelectedSites`: AI builder models are available only on sites within the feature's selected sites list.
30853084

30863085
> [!NOTE]
3087-
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](https://learn.microsoft.com/en-us/microsoft-365/syntex/syntex-licensing).
3086+
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](/microsoft-365/syntex/syntex-licensing).
30883087
> Use of this parameter will clear the current AI builder model selected sites list, if one exists.
30893088

30903089
```yaml
@@ -3099,10 +3098,10 @@ Accept wildcard characters: False
30993098

31003099
### -AIBuilderModelSelectedSitesList
31013100

3102-
This parameter allows administrators to pass a list of SharePoint site URLs to modify the AI builder model and [structured and freeform document processing](https://learn.microsoft.com/en-US/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.
3101+
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.
31033102

31043103
> [!NOTE]
3105-
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](https://learn.microsoft.com/en-us/microsoft-365/syntex/syntex-licensing).
3104+
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](/microsoft-365/syntex/syntex-licensing).
31063105

31073106
```yaml
31083107
Type: String[]
@@ -3116,7 +3115,7 @@ Accept wildcard characters: False
31163115

31173116
### -AIBuilderModelSelectedSitesListOperation
31183117

3119-
This parameter allows administrators to specify the operation to perform on the AI builder model and [structured and freeform document processing](https://learn.microsoft.com/en-US/microsoft-365/syntex/form-processing-overview) premium feature's current selected sites list using the list of site URLs passed to the `AIBuilderModelSelectedSitesList` parameter.
3118+
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.
31203119

31213120
The valid values are:
31223121

@@ -3125,7 +3124,7 @@ The valid values are:
31253124
- `Remove`: Remove the input list of sites from the existing selected sites list.
31263125

31273126
> [!NOTE]
3128-
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](https://learn.microsoft.com/en-us/microsoft-365/syntex/syntex-licensing).
3127+
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](/microsoft-365/syntex/syntex-licensing).
31293128
> Calling this parameter without `AIBuilderModelSelectedSitesList` has no effect.
31303129

31313130
```yaml
@@ -3140,10 +3139,10 @@ Accept wildcard characters: False
31403139

31413140
### -AIBuilderModelSelectedSitesIncludesContentCenters
31423141

3143-
This parameter allows administrators to choose whether or not the AI builder model and [structured and freeform document processing](https://learn.microsoft.com/en-US/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".
3142+
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`.
31443143

31453144
> [!NOTE]
3146-
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](https://learn.microsoft.com/en-us/microsoft-365/syntex/syntex-licensing).
3145+
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](/microsoft-365/syntex/syntex-licensing).
31473146

31483147
```yaml
31493148
Type: Boolean
@@ -3157,7 +3156,7 @@ Accept wildcard characters: False
31573156

31583157
### -PrebuiltModelScope
31593158

3160-
This parameter allows administrators to limit which SharePoint sites the prebuilt model and [prebuilt document processing](https://docs.microsoft.com/en-US/microsoft-365/syntex/prebuilt-overview) premium feature is available on.
3159+
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.
31613160

31623161
The valid values are:
31633162

@@ -3166,7 +3165,7 @@ The valid values are:
31663165
- `SelectedSites`: Prebuilt models are available only on sites within the feature's selected sites list.
31673166

31683167
> [!NOTE]
3169-
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](https://learn.microsoft.com/en-us/microsoft-365/syntex/syntex-licensing).
3168+
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](/microsoft-365/syntex/syntex-licensing).
31703169
> Use of this parameter will clear the current prebuilt model selected sites list, if one exists.
31713170

31723171
```yaml
@@ -3181,10 +3180,10 @@ Accept wildcard characters: False
31813180

31823181
### -PrebuiltModelSelectedSitesList
31833182

3184-
This parameter allows administrators to pass a list of SharePoint site URLs to modify the prebuilt model and [prebuilt document processing](https://docs.microsoft.com/en-US/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.
3183+
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.
31853184

31863185
> [!NOTE]
3187-
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](https://learn.microsoft.com/en-us/microsoft-365/syntex/syntex-licensing).
3186+
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](/microsoft-365/syntex/syntex-licensing).
31883187

31893188
```yaml
31903189
Type: String[]
@@ -3198,7 +3197,7 @@ Accept wildcard characters: False
31983197

31993198
### -PrebuiltModelSelectedSitesListOperation
32003199

3201-
This parameter allows administrators to specify the operation to perform on the prebuilt model and [prebuilt document processing](https://docs.microsoft.com/en-US/microsoft-365/syntex/prebuilt-overview) premium feature's current selected sites list using the list of site URLs passed to the `PrebuiltModelSelectedSitesList` parameter.
3200+
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.
32023201

32033202
The valid values are:
32043203

@@ -3207,7 +3206,7 @@ The valid values are:
32073206
- `Remove`: Remove the input list of sites from the existing selected sites list.
32083207

32093208
> [!NOTE]
3210-
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](https://learn.microsoft.com/en-us/microsoft-365/syntex/syntex-licensing).
3209+
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](/microsoft-365/syntex/syntex-licensing).
32113210
> Calling this parameter without `PrebuiltModelSelectedSitesList` has no effect.
32123211

32133212
```yaml

0 commit comments

Comments
 (0)