external help file | applicable | schema |
---|---|---|
SharePoint Server 2013, SharePoint Server 2016, SharePoint Online |
2.0.0 |
Execute the current queued actions
Execute-PnPQuery [-RetryCount <Int>]
[-RetryWait <Int>]
[-Connection <SPOnlineConnection>]
Executes any queued actions / changes on the SharePoint Client Side Object Model Context
PS:> Execute-PnPQuery -RetryCount 5
This will execute any queued actions / changes on the SharePoint Client Side Object Model Context and will retry 5 times in case of throttling.
PS:> Execute-PnPQuery -RetryWait 10
This will execute any queued actions / changes on the SharePoint Client Side Object Model Context and delay the execution for 10 seconds before it retries the execution.
Number of times to retry in case of throttling. Defaults to 10.
Type: Int
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
Delay in seconds. Defaults to 1.
Type: Int
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
Optional connection to be used by cmdlet. Retrieve the value for this parameter by eiter specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Type: SPOnlineConnection
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False