Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit df5ceab

Browse files
committed
Added missing -Filter parameter in sample 2
1 parent b33a014 commit df5ceab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Commands/Search/GetSearchCrawlLog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class CrawlEntry
4242
Remarks = "Returns the last 100 crawl log entries for site content.",
4343
SortOrder = 1)]
4444
[CmdletExample(
45-
Code = @"PS:> Get-PnPSearchCrawlLog ""https://<tenant>-my.sharepoint.com/personal""",
45+
Code = @"PS:> Get-PnPSearchCrawlLog -Filter ""https://<tenant>-my.sharepoint.com/personal""",
4646
Remarks = "Returns the last 100 crawl log entries for OneDrive content.",
4747
SortOrder = 2)]
4848
[CmdletExample(

0 commit comments

Comments
 (0)