File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
exchange/exchange-ps/exchange/antispam-antimalware Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
28
28
29
29
### -------------------------- Example 1 --------------------------
30
30
```
31
- $e= Export-QuarantineMessage -Identity c14401cf-aa9a-465b-cfd5-08d0f0ca37c5\4c2ca98e-94ea-db3a-7eb8-3b63657d4db7; $e.BodyEncoding; $e | select -ExpandProperty Eml | Out-File "C:\My Documents\Export1_ascii.eml" -Encoding ascii ; $e | select -ExpandProperty Eml | Out-File "C:\My Documents\Export1_ascii.eml" -Encoding ascii
31
+ $e = Export-QuarantineMessage -Identity c14401cf-aa9a-465b-cfd5-08d0f0ca37c5\4c2ca98e-94ea-db3a-7eb8-3b63657d4db7; $e.BodyEncoding; $e | select -ExpandProperty Eml | Out-File "C:\My Documents\Export1_ascii.eml" -Encoding ascii
32
32
```
33
33
34
34
This example exports the quarantined message with the specified Identity value.
You can’t perform that action at this time.
0 commit comments