commonfields: id: Exchange 2016 Compliance Search version: -1 deprecated: true name: Exchange 2016 Compliance Search display: Exchange 2016 Compliance Search (Deprecated) category: Messaging and Conferencing provider: Microsoft description: Deprecated. Use EWS V2 instead. configuration: - display: DOMAIN\USERNAME (e.g., DEMISTO.INT\admin) name: credentials defaultvalue: "" type: 9 required: true - display: Exchange Server fully qualified domain name (FQDN) name: exchangeFQDN defaultvalue: "" type: 0 required: true - display: Trust any certificate (not secure) name: insecure type: 8 required: false script: script: '' type: python subtype: python2 commands: - name: exchange2016-start-compliance-search arguments: - name: query required: true default: true description: Query for finding mail messages outputs: - contextPath: EWS.ComplianceSearch.Name description: The name of the compliance search type: string - contextPath: EWS.ComplianceSearch.Status description: The status of the compliance search type: string description: Initiates a compliance search. - name: exchange2016-get-compliance-search arguments: - name: search-name required: true default: true description: Name of the compliance search outputs: - contextPath: EWS.ComplianceSearch.Status description: The status of the compliance search type: string description: Gets the status and results of a compliance search. - name: exchange2016-remove-compliance-search arguments: - name: search-name required: true default: true description: Name of the compliance search outputs: - contextPath: EWS.ComplianceSearch.Status description: The status of the compliance search type: string description: Removes the compliance search from the Exchange Server. - name: exchange2016-purge-compliance-search-results arguments: - name: search-name required: true default: true description: Name of the compliance search description: Purges the results found during the compliance search. - name: exchange2016-get-compliance-search-purge-status arguments: - name: search-name required: true default: true description: Name of the compliance search description: Checks the status of the purge operation on the compliance search. dockerimage: demisto/python:2.7.18.27799 tests: - No test fromversion: 5.0.0