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/Enable-OrganizationCustomization.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ Here are some examples of when you might see this:
38
38
- Creating a new Outlook on the web mailbox policy or modifying a built-in Outlook on the web mailbox policy.
39
39
- Creating a new sharing policy or modifying a built-in sharing policy.
40
40
- Creating a new retention policy or modifying a built-in retention policy.
41
+
- Enabling preset security policies in the Microsoft 365 Security Center.
41
42
42
43
Note that you are only required to run the Enable-OrganizationCustomization cmdlet once in your Exchange Online organization. If you attempt to run the cmdlet again, you'll get an error.
applicable: Exchange Online, Security & Compliance Center
5
+
title: Get-MailDetailEncryptionReport
6
6
schema: 2.0.0
7
7
author: chrisda
8
8
ms.author: chrisda
9
9
ms.reviewer:
10
10
---
11
11
12
-
# Get-MailDetailSpamReport
12
+
# Get-MailDetailEncryptionReport
13
13
14
14
## SYNOPSIS
15
15
This cmdlet is available only in the cloud-based service.
16
16
17
-
This cmdlet will be deprecated. Use the **Get-MailDetailATPReport** cmdlet instead.
18
-
19
-
Use the Get-MailDetailSpamReport cmdlet to view the details of spam messages for the last 10 days.
17
+
Use the Get-MailDetailEncryptionReport cmdlet to view the details of encryption in your cloud-based organization for the last 10 days.
20
18
21
19
**Note**: We recommend that you use the Exchange Online PowerShell V2 module to connect to Exchange Online PowerShell. For instructions, see [Connect to Exchange Online PowerShell](https://docs.microsoft.com/powershell/exchange/connect-to-exchange-online-powershell).
22
20
@@ -25,46 +23,59 @@ For information about the parameter sets in the Syntax section below, see [Excha
For the reporting period you specify, the cmdlet returns the following default information:
43
+
44
+
- DateTime
45
+
- Message ID
46
+
- Message Trace ID
47
+
48
+
If you append the command with ` | Format-List`, the following additional information is returned:
49
+
50
+
- Domain
51
+
- Direction
52
+
- Recipient Address
53
+
- Sender IP
54
+
- Sender Address
55
+
- Message Size
56
+
- Subject
57
+
45
58
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://docs.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
This example retrieves the details of spam messages sent by [email protected]between June 13, 2015 and June 15, 2015.
67
+
This example retrieves encryption details for messages between December 13, 2021 and December 15, 2021.
55
68
56
69
## PARAMETERS
57
70
58
-
### -Action
59
-
The Action parameter filters the report by the action taken on messages. To view the complete list of valid values for this parameter, run the command: `Get-MailFilterListReport -SelectionTarget Actions`. The action you specify must correspond to the report type. For example, you can only specify malware filter actions for malware reports.
60
-
61
-
You can specify multiple values separated by commas.
71
+
### -AggregateBy
72
+
The AggregateBy parameter specifies the reporting period. Valid values are Hour, Day, or Summary. The default value is Day.
@@ -111,10 +122,10 @@ The EndDate parameter specifies the end date of the date range.
111
122
Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM".
The EventType parameter filters the report by the event type. Valid values are:
128
139
129
-
- BCL0 to BCL9
130
-
- NonSpam_AdditionalSpamFilterPassed
131
-
- NonSpam_BulkPassed
132
-
- NonSpam_ContentScanPassed
133
-
- NonSpam_ETRPassed
134
-
- NonSpam_IntraOrg
135
-
- NonSpam_IPAllowed
136
-
- NonSpam_SafeSender
137
-
- Spam_AdditionalSpamFiltered
138
-
- Spam_BulkFiltered
139
-
- Spam_ContentScanFiltered
140
-
- Spam_ETRFiltered
141
-
- Spam_SenderBlocked
142
-
- SpamContentFiltered
143
-
- SpamDBEBFilter
144
-
- SpamEnvelopeBlock
145
-
- SpamIPBlock
146
-
147
-
To view the potential list of valid values for this parameter, run the command: `Get-MailFilterListReport -SelectionTarget EventTypes`. The event type you specify must correspond to the report. For example, you can only specify spam event types for spam reports.
140
+
- EncryptionManual
141
+
- EncryptionPolicy
142
+
143
+
To view the potential list of valid values for this parameter, run the command: `Get-MailFilterListReport -SelectionTarget EventTypes`. The event type must correspond to the report.
148
144
149
145
You can specify multiple values separated by commas.
The MessageId parameter filters the results by the Message-ID header field of the message. This value is also known as the Client ID. The format of the Message-ID depends on the messaging server that sent the message. The value should be unique for each message. However, not all messaging servers create values for the Message-ID in the same way. Be sure to include the full Message ID string (which may include angle brackets) and enclose the value in quotation marks (for example, "<d9683b4c-127b-413a-ae2e-fa7dfb32c69d@DM3NAM06BG401.Eop-nam06.prod.protection.outlook.com>").
166
162
163
+
You can specify multiple values separated by commas.
The MessageTraceId parameter can be used with the recipient address to uniquely identify a message trace and obtain more details. A message trace ID is generated for every message that's processed by the system.
179
+
The MessageId parameter filters the results by the Message-ID header field of the message. This value is also known as the Client ID. The format of the Message-ID depends on the messaging server that sent the message. The value should be unique for each message. However, not all messaging servers create values for the Message-ID in the same way. Be sure to include the full Message ID string (which may include angle brackets) and enclose the value in quotation marks (for example, "<d9683b4c-127b-413a-ae2e-fa7dfb32c69d@DM3NAM06BG401.Eop-nam06.prod.protection.outlook.com>").
180
+
181
+
You can specify ultiple values separate by commas.
Applicable: Exchange Online, Security & Compliance Center
268
236
269
237
Required: False
270
238
Position: Named
@@ -279,10 +247,10 @@ The StartDate parameter specifies the start date of the date range.
279
247
Use the short date format that's defined in the Regional Options settings on the computer where you're running the command. For example, if the computer is configured to use the short date format mm/dd/yyyy, enter 09/01/2018 to specify September 1, 2018. You can enter the date only, or you can enter the date and time of day. If you enter the date and time of day, enclose the value in quotation marks ("), for example, "09/01/2018 5:00 PM".
Applicable: Exchange Online, Security & Compliance Center
286
254
287
255
Required: False
288
256
Position: Named
@@ -297,12 +265,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
297
265
## INPUTS
298
266
299
267
###
300
-
To see the input types that this cmdlet accepts, see [Cmdlet Input and Output Types](https://go.microsoft.com/fwlink/p/?linkId=616387). If the Input Type field for a cmdlet is blank, the cmdlet doesn't accept input data.
301
268
302
269
## OUTPUTS
303
270
304
271
###
305
-
To see the return types, which are also known as output types, that this cmdlet accepts, see [Cmdlet Input and Output Types](https://go.microsoft.com/fwlink/p/?linkId=616387). If the Output Type field is blank, the cmdlet doesn't return data.
0 commit comments