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
This example starts a new historical search named "Fabrikam Search" that has the following properties:
62
62
63
-
- Date range: January 1, 2018 to January 7, 2018
63
+
- Date range: January 1 2023 to January 6 2023. Because we aren't specifying the time of day, the value 0:00 AM is used. In this example, the date range is equivalent to -StartDate "1/1/2023 0:00 AM" -EndDate "1/7/2023 0:00 AM"
@@ -72,7 +72,9 @@ The EndDate parameter specifies the end date of the date range.
72
72
73
73
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".
74
74
75
-
You also need to specify at least one of the following values in the command: MessageID, RecipientAddress, or SenderAddress.
75
+
If you don't specify the time of day, the default value 0:00 AM is used. For example, the value 12/31/2022 is really "12/31/2022 0:00 AM", which means no data from 12/31/2022 is included (only data from 12/30/2022 is included).
76
+
77
+
You also need to use at least one of the following parameters in the command: MessageID, RecipientAddress, or SenderAddress.
The ReportTitle parameter specifies a descriptive name for the historical search. If the value contains spaces, enclose the value in quotation marks (").
92
94
93
-
You also need to specify at least one of the following values in the command: MessageID, RecipientAddress, or SenderAddress.
95
+
You also need to use at least one of the following parameters in the command: MessageID, RecipientAddress, or SenderAddress.
94
96
95
97
```yaml
96
98
Type: String
@@ -118,7 +120,7 @@ The ReportType parameter specifies the type of historical search that you want t
118
120
- TransportRule: Transport or Mail Flow Rules Report.
119
121
- UnifiedDLP: Unified Data Loss Prevention Report.
120
122
121
-
You also need to specify at least one of the following values in the command: MessageID, RecipientAddress, or SenderAddress.
123
+
You also need to use at least one of the following parameters in the command: MessageID, RecipientAddress, or SenderAddress.
The TransportRule parameter filters the results by the name of the transport rule that acted on the message. You can specify multiple transport rules separated by commas.
441
+
The TransportRule parameter filters the results by the name of the Exchange mail flow rule (also known as a transport rule) that acted on the message. You can specify multiple transport rules separated by commas.
0 commit comments