Skip to content

Commit 66cd0c7

Browse files
authored
Merge pull request MicrosoftDocs#1985 from YuriySamorodov/patch-11
Formatted notes as [!NOTE]
2 parents 44cdf4d + 4ac0db6 commit 66cd0c7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

exchange/exchange-ps/exchange/policy-and-compliance-audit/Search-UnifiedAuditLog.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ Search-UnifiedAuditLog -StartDate "6/1/2017 8:00 AM" -EndDate "6/1/2017 6:00 PM"
5252

5353
This example searches the unified audit log for all Exchange admin events from 8:00 AM to 6:00 PM on June 1, 2017.
5454

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.
5657
5758
### -------------------------- Example 3 --------------------------
5859
```
@@ -61,7 +62,8 @@ Search-UnifiedAuditLog -StartDate 5/1/2017 -EndDate 5/8/2017 -SessionId "Unified
6162

6263
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.
6364

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).
6567
6668
### -------------------------- Example 4 --------------------------
6769
```
@@ -293,7 +295,8 @@ The SessionCommand parameter specifies how much information is returned and how
293295
294296
- Initialize: This value is for Microsoft Internal use only.
295297
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.
297300
298301
```yaml
299302
Type: Initialize | ReturnLargeSet | ReturnNextPreviewPage

0 commit comments

Comments
 (0)