Skip to content

Commit 38dd6ec

Browse files
committed
Updates to Export-QuarantineMessage per PM comments
Removed duplicate code line in example.
1 parent 552852e commit 38dd6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/antispam-antimalware/Export-QuarantineMessage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
2828

2929
### -------------------------- Example 1 --------------------------
3030
```
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
3232
```
3333

3434
This example exports the quarantined message with the specified Identity value.

0 commit comments

Comments
 (0)