We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eea63e commit 16cd7aaCopy full SHA for 16cd7aa
exchange/exchange-ps/exchange/Test-TextExtraction.md
@@ -47,7 +47,7 @@ This example returns the text that's extracted from the email "financial data.ms
47
### Example 2
48
```powershell
49
$content = Test-TextExtraction -FileData (Get-Content -Path '.\finalcial data.msg' -Encoding byte -ReadCount 0)
50
-Test-DataClassification -TestTextExtractionResults $tr.ExtractedResults
+Test-DataClassification -TestTextExtractionResults $content.ExtractedResults
51
```
52
53
This example extracts the text from the email "financial data.msg" and returns the sensitive information types, their confidence, and count.
0 commit comments