File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
exchange/exchange-ps/exchange Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
38
38
39
39
### Example 1
40
40
``` powershell
41
- $content = Test-TextExtraction -FileData (Get-Content -Path '.\finalcial data.msg' -Encoding byte -ReadCount 0)
41
+ $content = Test-TextExtraction -FileData (Get-Content -Path '.\financial data.msg' -Encoding byte -ReadCount 0)
42
42
$content.ExtractedResults
43
43
```
44
44
45
45
This example returns the text that's extracted from the email "financial data.msg"
46
46
47
47
### Example 2
48
48
``` powershell
49
- $content = Test-TextExtraction -FileData (Get-Content -Path '.\finalcial data.msg' -Encoding byte -ReadCount 0)
49
+ $content = Test-TextExtraction -FileData (Get-Content -Path '.\financial data.msg' -Encoding byte -ReadCount 0)
50
50
Test-DataClassification -TestTextExtractionResults $content.ExtractedResults
51
51
```
52
52
You can’t perform that action at this time.
0 commit comments