You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> The Microsoft Syntex PowerShell cmdlets and all other PnP components are open-source tools backed by an active community providing support for them. There is no SLA for open-source tool support from official Microsoft support channels.
24
+
> The Microsoft Syntex PowerShell cmdlets and all other PnP components are open-source tools backed by an active community providing support for them. There's no service-level agreement (SLA) for open-source tool support from official Microsoft support channels.
25
25
26
26
Custom explanation templates are stored in a list within a content center. Because these explanations are stored as list items, PowerShell can be used to interact with them.
27
27
28
28
## List saved explanations
29
29
30
-
This example shows how to view all of the custom explanation templates that have been saved on a specific content center.
30
+
This example shows how to view all of the custom explanation templates that are saved on a specific content center.
## Create a phrase list explanation based on a term set
133
133
134
-
This example shows how to create a custom phrase list explanation template by taking the values from a term set. This includes the preferred term names and any synonyms.
134
+
This example shows how to create a custom phrase list explanation template by taking the values from a term set. This example includes the preferred term names and any synonyms.
> The Microsoft Syntex PowerShell cmdlets and all other PnP components are open-source tools backed by an active community providing support for them. There is no SLA for open-source tool support from official Microsoft support channels.
24
+
> The Microsoft Syntex PowerShell cmdlets and all other PnP components are open-source tools backed by an active community providing support for them. There's no service-level agreement (SLA) for open-source tool support from official Microsoft support channels.
25
25
26
-
Syntex models can be exported as PnP templates, enabling reuse across content centers or tenants.
26
+
Microsoft Syntex models can be exported as PnP templates, enabling reuse across content centers or tenants.
27
27
28
28
## Export all models in a content center
29
29
@@ -93,7 +93,7 @@ If you don't include the property "includeTrainingData", the default behavior is
93
93
94
94
## Import models to a content center
95
95
96
-
Unstructured document processing models that have been exported to PnP templates can be imported to a content center on any tenant. If the export included training data, then the model will be editable once imported.
96
+
Unstructured document processing models that are exported to PnP templates can be imported to a content center on any tenant. If the export included training data, then the model will be editable once imported.
Copy file name to clipboardExpand all lines: microsoft-365/syntex/powershell-syntex-intro.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Manage Microsoft Syntex by using PowerShell
3
3
ms.author: jaeccles
4
4
author: jameseccles
5
5
ms.reviewer: ssquires
6
-
ms.date: 07/06/2023
6
+
ms.date: 04/06/2025
7
7
manager: ssquires
8
8
audience: admin
9
9
ms.topic: reference
@@ -19,24 +19,24 @@ description: Learn how to manage Microsoft Syntex with PowerShell.
19
19
# Manage Microsoft Syntex by using PowerShell
20
20
21
21
> [!IMPORTANT]
22
-
> The Microsoft Syntex PowerShell cmdlets and all other PnP components are open-source tools backed by an active community providing support for them. There is no SLA for open-source tool support from official Microsoft support channels.
22
+
> The Microsoft Syntex PowerShell cmdlets and all other PnP components are open-source tools backed by an active community providing support for them. There's no service-level agreement (SLA) for open-source tool support from official Microsoft support channels.
23
23
24
-
For these scenarios, the Syntex cmdlets in the PnP PowerShell module can be used to interact with models and explanations. To learn more about how to install this module, see [PnP PowerShell overview](/powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets).
24
+
For these scenarios, the Microsoft Syntex cmdlets in the PnP PowerShell module can be used to interact with models and explanations. To learn more about how to install this module, see [PnP PowerShell overview](/powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets).
25
25
26
-
Select from the following scenarios to learn how to use PowerShell to manage Syntex:
26
+
Select from the following scenarios to learn how to use PowerShell to manage Microsoft Syntex:
27
27
28
28
-[**Export and import models**](powershell-syntex-import-export.md)
29
29
30
30
Start here if you want to learn how to export an unstructured document processing model from a content center, and import to another content center or tenant.
Copy file name to clipboardExpand all lines: microsoft-365/syntex/powershell-syntex-processing.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Use PowerShell to request processing by a custom model
3
3
ms.author: jaeccles
4
4
author: jameseccles
5
5
ms.reviewer: ssquires
6
-
ms.date: 07/06/2023
6
+
ms.date: 04/06/2025
7
7
manager: ssquires
8
8
audience: admin
9
9
ms.topic: reference
@@ -21,11 +21,11 @@ description: Learn how to use PowerShell to request processing by a Microsoft Sy
21
21
<sup>**Applies to:** ✓ All custom models   |  ✓ All prebuilt models</sup>
22
22
23
23
> [!IMPORTANT]
24
-
> The Microsoft Syntex PowerShell cmdlets and all other PnP components are open-source tools backed by an active community providing support for them. There is no SLA for open-source tool support from official Microsoft support channels.
24
+
> The Microsoft Syntex PowerShell cmdlets and all other PnP components are open-source tools backed by an active community providing support for them. There's no service-level agreement (SLA) for open-source tool support from official Microsoft support channels.
25
25
26
-
Custom models will process newly uploaded files to a library. It's also possible to manually request processing in the UI. However there might be scenarios where it's more efficient to trigger processing through PowerShell.
26
+
Custom models process newly uploaded files to a library. It's also possible to manually request processing in the UI. However there might be scenarios where it's more efficient to trigger processing through PowerShell.
27
27
28
-
## Request processing of all items that haven't been previously classified
28
+
## Request processing of all items not previously classified
29
29
30
30
You can request processing for all items in the library that haven't previously been classified by using this command:
For lower priority processing, you might also consider using the -OffPeak parameter, which will queue files for processing outside of business hours where your tenant is located. For more information, see [Request-PnPSyntexClassifyAndExtract](https://pnp.github.io/powershell/cmdlets/Request-PnPSyntexClassifyAndExtract.html).
39
+
For lower priority processing, you might also consider using the -OffPeak parameter, which queues files for processing outside of business hours where your tenant is located. For more information, see [Request-PnPSyntexClassifyAndExtract](https://pnp.github.io/powershell/cmdlets/Request-PnPSyntexClassifyAndExtract.html).
Copy file name to clipboardExpand all lines: microsoft-365/syntex/powershell-syntex-publishing.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Publish custom models with PowerShell
3
3
ms.author: jaeccles
4
4
author: jameseccles
5
5
ms.reviewer: ssquires
6
-
ms.date: 07/06/2023
6
+
ms.date: 04/06/2025
7
7
manager: ssquires
8
8
audience: admin
9
9
ms.topic: reference
@@ -21,13 +21,13 @@ description: Learn how to publish Microsoft Syntex custom models by using PowerS
21
21
<sup>**Applies to:** ✓ All custom models   |  ✓ All prebuilt models</sup>
22
22
23
23
> [!IMPORTANT]
24
-
> The Microsoft Syntex PowerShell cmdlets and all other PnP components are open-source tools backed by an active community providing support for them. There is no SLA for open-source tool support from official Microsoft support channels.
24
+
> The Microsoft Syntex PowerShell cmdlets and all other PnP components are open-source tools backed by an active community providing support for them. There's no service-level agreement (SLA) for open-source tool support from official Microsoft support channels.
25
25
26
-
Syntex models typically are deployed to document libraries across your tenant. This can be done by using the content center site, but this can also be done using [PnP PowerShell](https://pnp.github.io/powershell/) as explained in this article.
26
+
Microsoft Syntex models typically are deployed to document libraries across your tenant. This action can be done by using the content center site, but it can also be done using [PnP PowerShell](https://pnp.github.io/powershell/) as explained in this article.
27
27
28
28
## Listing the available models in a content center
29
29
30
-
To get an overview of the models added to the current Syntex content center site, use the [Get-PnPSyntexModel](https://pnp.github.io/powershell/cmdlets/Get-PnPSyntexModel.html) cmdlet:
30
+
To get an overview of the models added to the current Microsoft Syntex content center site, use the [Get-PnPSyntexModel](https://pnp.github.io/powershell/cmdlets/Get-PnPSyntexModel.html) cmdlet:
Once you've deployed a model to many libraries, you might want to review the list of libraries using your model. This can be done using the [Get-PnPSyntexModelPublication](https://pnp.github.io/powershell/cmdlets/Get-PnPSyntexModelPublication.html) cmdlet:
48
+
Once you deploy a model to many libraries, you might want to review the list of libraries using your model. This action can be done using the [Get-PnPSyntexModelPublication](https://pnp.github.io/powershell/cmdlets/Get-PnPSyntexModelPublication.html) cmdlet:
This CSV file can then be used as an input into a script that will publish the listed models to the appropriate libraries. In the following example, batching is used to increase the efficiency of the requests.
75
+
This CSV file can then be used as an input into a script that publishes the listed models to the appropriate libraries. In the following example, batching is used to increase the efficiency of the requests.
0 commit comments