Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/Get-PnPSearchCrawlLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Returns the last 100 crawl log entries up until 100 days ago.

### EXAMPLE 7
```powershell
Get-PnPSearchCrawlLog -RowFilter 3 -RawFormat
Get-PnPSearchCrawlLog -RowLimit 3 -RawFormat
```

Returns the last 3 crawl log entries showing the raw crawl log data.
Expand Down
Loading