Configuration parameters
credentials— Email address (required)defaultTargetMailbox— Email address from which to fetch incidents (required)folder— Name of the folder from which to fetch incidents (supports Exchange Folder ID and sub-folders e.g. Inbox/Phishing)isPublicFolder— Public Folderimpersonation— Has impersonation rightsproxy— Use system proxy settingsisFetch— Fetch incidentsfetch_time— First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days)markAsRead— Mark fetched emails as readincidentType— Incident typeewsServer— ┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ Manual Mode Exchange Server Hostname or IP addressdomainAndUserman— DOMAIN\USERNAME (e.g. DEMISTO.INT\admin)defaultServerVersion— Exchange Server Version (On-Premise only. Supported versions: 2007, 2010, 2010_SP2, 2013, 2013_SP1, 2016, and 2019)insecure— Trust any certificate (not secure)authType— ┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉┉ Advanced Mode Override Authentication Type (NTLM, Basic, or Digest).requestTimeout— Timeout (in seconds) for HTTP requests to Exchange ServermaxFetch— Max incidents per fetchseparate_process— Run as a separate process (protects against memory depletion)legacy_name— Use legacy attachment nameskip_unparsable_emails— Skip unparsable emails during fetch incidents
Commands (24)
-
ews-create-folderCreates a new folder in a specified mailbox.
-
ews-delete-attachmentDeletes the attachments of an item (email message).
-
ews-delete-itemsDelete items from mailbox. This command requires eDiscovery permissions to the Exchange Server. For more information, see the EWSv2 integration documentation.
-
ews-expand-groupExpands a distribution list to display all members. By default, expands only first layer of the distribution list. If recursive-expansion is "True", the command expands nested distribution lists and returns all members.
-
ews-find-foldersRetrieves information for folders for a specified mailbox. Only folders with read permissions will be returned. Your visual folders on the mailbox, such as "Inbox", are under the folder "Top of Information Store".
-
ews-get-attachmentRetrieves the actual attachments from an item (email message). To get all attachments for a message, only specify the item-id argument.
-
ews-get-autodiscovery-configReturns the auto-discovery information. Can be used to manually configure the Exchange Server.
-
ews-get-contactsRetrieves contacts for a specified mailbox.
-
ews-get-folderRetrieves a single folder.
-
ews-get-itemsRetrieves items by item ID.
-
ews-get-items-as-emlRetrieves items by item ID and uploads it's content as eml file.
-
ews-get-items-from-folderRetrieves items from a specified folder in a mailbox. The items are order by the item created time, most recent is first.
-
ews-get-out-of-officeRetrieves the out-of-office status for a specified mailbox.
-
ews-get-searchable-mailboxesReturns a list of searchable mailboxes. This command requires eDiscovery permissions to the Exchange Server. For more information, see the EWSv2 integration documentation.
-
ews-mark-item-as-junkMarks an item as junk. This is commonly used to block an email address. For more information, see the Microsoft documentation: https://msdn.microsoft.com/en-us/library/office/dn481311(v=exchg.150).aspx.
-
ews-mark-items-as-readMarks items as read or unread.
-
ews-move-itemMove an item to different folder in the mailbox.
-
ews-move-item-between-mailboxesMoves an item from one mailbox to different mailbox.
-
ews-recover-messagesRecovers messages that were soft-deleted.
-
ews-resolve-nameThis operation verifies aliases and matches display names to the correct mailbox user. It handles one ambiguous name at a time. If there are multiple potential matches, all will be returned, but limited to a maximum of 100 candidates.
-
ews-search-mailboxSearches for items in the specified mailbox. Specific permissions are needed for this operation to search in a target mailbox other than the default.
-
ews-search-mailboxesSearches over multiple mailboxes or all Exchange mailboxes. Use either the mailbox-search-scope command or the email-addresses command to search specific mailboxes. This command requires eDiscovery permissions to the Exchange Server. For more information, see the EWS v2 integration documentation.
-
reply-mailReplies to an email using EWS.
-
send-mailSends an email using EWS.