-
Notifications
You must be signed in to change notification settings - Fork 108
SPSearchCrawlerImpactRule
Yorick Kuijs edited this page Nov 8, 2018
·
10 revisions
| Parameter | Attribute | DataType | Description | Allowed Values |
|---|---|---|---|---|
| ServiceAppName | Key | String | Search Service Application Name | |
| Name | Key | String | The Site for the crawl impact rule | |
| Behavior | Read | String | The Behavior (RequestLimit or WaitTime) for this crawl impact rule | |
| RequestLimit | Write | UInt32 | The RequestLimit setting for the crawl impact rule | |
| WaitTime | Write | UInt32 | The WaitTime setting for the crawl impact rule | |
| Ensure | Write | String | Ensure the crawl rule is Present or Absent | Present, Absent |
| InstallAccount | Write | PSCredential | POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsCredential if using PowerShell 5 |
Type: Distributed Requires CredSSP: No
This resource is responsible for managing the search crawl impact rules in the search service application. You can create new rules, change existing rules and remove existing rules.
The default value for the Ensure parameter is Present. When you omit this parameter the crawl rule is created.

- Home
- Getting Started
- Pre-requisites
- Installing the module
- Exporting SharePoint Configuration
- Creating Configuration Files
- Pre-created Examples
- Creating an Azure development environment
- Understanding Resources & Syntax
- Remote PowerShell Authentication
- Contributing to SharePointDsc
- Other useful modules for SharePoint DSC configurations