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 searches the unified audit log for all Exchange admin events from 8:00 AM to 6:00 PM on June 1, 2017.
54
54
55
-
Note: If you use the same date for the StartDate and EndDate parameters, you have to include a timestamp; otherwise, no results will be returned because the date and time for the start and end dates will be the same.
55
+
>[!NOTE]
56
+
> If you use the same date for the StartDate and EndDate parameters, you have to include a timestamp; otherwise, no results will be returned because the date and time for the start and end dates will be the same.
56
57
57
58
### -------------------------- Example 3 --------------------------
This example searches the unified audit log for all events from May 1, 2017 to May 8, 2017. If you don't include a time stamp in the StartDate or EndDate parameters, The data is returned in pages as the command is rerun sequentially while using the same SessionId value.
63
64
64
-
Note: If you use the SessionCommand value ReturnLargeSet, and then you use the value ReturnNextPreviewPage for the same session ID, the results are limited to 10,000 records (not 50,000).
65
+
> [!NOTE]
66
+
> If you use the SessionCommand value ReturnLargeSet, and then you use the value ReturnNextPreviewPage for the same session ID, the results are limited to 10,000 records (not 50,000).
65
67
66
68
### -------------------------- Example 4 --------------------------
67
69
```
@@ -293,7 +295,8 @@ The SessionCommand parameter specifies how much information is returned and how
293
295
294
296
- Initialize: This value is for Microsoft Internal use only.
295
297
296
-
Note: Always use the same SessionCommand value for a given SessionId value. Don't switch between ReturnLargeSet and ReturnNextPreviewPage for the same session ID.
298
+
> [!NOTE]
299
+
> Always use the same SessionCommand value for a given SessionId value. Don't switch between ReturnLargeSet and ReturnNextPreviewPage for the same session ID.
0 commit comments