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/New-ComplianceSearchAction.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -236,14 +236,14 @@ This parameter requires the Export role in the Security & Compliance Center. By
236
236
237
237
The ExchangeArchiveFormat parameter specifies how to export Exchange search results. Valid values are:
238
238
239
-
- IndividualMessage: Export each message as an .msg message file. This is the default value.
240
-
241
239
- PerUserPst: One PST file for each mailbox.
242
240
243
241
- SinglePst: One PST file that contains all exported messages.
244
242
245
243
- SingleFolderPst: One PST file with a single root folder for the entire export.
246
244
245
+
- IndividualMessage: Export each message as an .msg message file. This is the default value.
246
+
247
247
- PerUserZip: One ZIP file for each mailbox. Each ZIP file contains the exported .msg message files from the mailbox. This value corresponds to the "export files in a compressed folder" checkbox in the Security & Compliance Center.
248
248
249
249
- SingleZip: One ZIP file for all mailboxes. The ZIP file contains all exported .msg message files from all mailboxes. This output setting is only available in PowerShell.
0 commit comments