Skip to content

Commit 9b4b6af

Browse files
committed
Update Search-UnifiedAuditLog.md
Issue #7496
1 parent 6f34e09 commit 9b4b6af

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
@@ -306,7 +306,11 @@ Accept wildcard characters: False
306306
```
307307

308308
### -SiteIds
309-
The SiteIds parameter filters the log entries by site ID. You can specify multiple values separated by commas.
309+
The SiteIds parameter filters the log entries by the SharePoint site URL.
310+
311+
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
312+
313+
If the site URL contains a dash (-), escape the dash character with another dash. For example, for the site `https://contoso.sharepoint.com/sites/hr-project`, use the value `"https://contoso.sharepoint.com/sites/hr--project"`.
310314

311315
```yaml
312316
Type: String[]

0 commit comments

Comments
 (0)