Table of Contents

Request-PnPReIndexWeb

SYNOPSIS

Marks the web for full indexing during the next incremental crawl.

SYNTAX

Request-PnPReIndexWeb [-Connection <PnPConnection>] 

DESCRIPTION

This cmdlet marks the web for full indexing during the next incremental crawl. Note: This cmdlet does not increase the vti_searchversion property bag value of the web (unlike manually triggering the search).

EXAMPLES

EXAMPLE 1

Request-PnPReIndexWeb

This example requests that the site be reindexed during the next crawl.

PARAMETERS

-Connection

Optional connection to be used by the cmdlet. Retrieve the value for this parameter by either specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.

Type: PnPConnection
Parameter Sets: (All)

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Microsoft 365 Patterns and Practices