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
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Test-TextExtraction.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.reviewer:
14
14
## SYNOPSIS
15
15
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
16
16
17
-
Use the Test-TextExtraction cmdlet to find the text that is extracted from a specified email message in Exchange flow.
17
+
Use the Test-TextExtraction cmdlet to return the text from unencrypted email message files.
18
18
19
19
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
This cmdlet returns the text that is found in a file in Exchange. The Microsoft classification engine uses this text to classify content and determine which sensitive information types are found in this file/message.
32
+
This cmdlet doesn't work on encrypted email message files.
33
+
34
+
The Microsoft classification engine uses the results to classify content and determine the sensitive information types in the message file.
33
35
34
36
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
This example returns the text that's extracted from the email "financial data.msg"
47
+
This example extracts the text from the email message file named "financial data.msg" that's in the same folder where you run the command, and shows the results.
This example extracts the text from the email "financial data.msg"and returns the sensitive information types, their confidence, and count.
56
+
This example extracts the text from the email message file named "financial data.msg", stores the information in the variable named $content, and uses the variable with the Test-DataClassification cmdlet to return the sensitive information types, their confidence, and count.
0 commit comments