Skip to content

Commit 88fd5ad

Browse files
authored
Update Search-UnifiedAuditLog.md
1 parent f1e893d commit 88fd5ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

exchange/exchange-ps/exchange/Search-UnifiedAuditLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,9 @@ Accept wildcard characters: False
193193
```
194194

195195
### -ObjectIds
196-
The ObjectIds parameter filters the log entries by object ID. The object ID is the target object that was acted upon, and depends on the RecordType and Operations values of the event. For example, for SharePoint operations, the object ID is the URL path to a file, folder, or site. For searching logs in a site you should add a wildcard (*) in from of the URL of the site, for example, "https://contoso.sharepoint.com/sites/test/*".
196+
The ObjectIds parameter filters the log entries by object ID. The object ID is the target object that was acted upon, and depends on the RecordType and Operations values of the event.
197+
198+
For example, for SharePoint operations, the object ID is the URL path to a file, folder, or site. To search logs in a site, add a wildcard (\*) in front of the site URL (for example, `"https://contoso.sharepoint.com/sites/test/*"`).
197199

198200
For Azure Active Directory operations, the object ID is the account name or GUID value of the account.
199201

0 commit comments

Comments
 (0)