Skip to content

Commit f16430b

Browse files
authored
Merge pull request #11026 from pjsfonseca69/patch-1
Update Search-UnifiedAuditLog.md
2 parents 5f0d20c + 88fd5ad commit f16430b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,11 @@ 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 Azure Active Directory operations, the object ID is the account name or GUID value of the account.
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/*"`).
199+
200+
For Azure Active Directory operations, the object ID is the account name or GUID value of the account.
197201

198202
The ObjectId value appears in the AuditData (also known as Details) property of the event.
199203

0 commit comments

Comments
 (0)