Niklas Goude -Expert in Residence You can add specific rules for Crawling items using the New-SPEnterpriseSearchCrawlRule cmdlet. The cmdlet will support a couple of parameters such as: SeacrhApplication, Path, CrawlAsHttp, Type, Content Class, and more. If you want to see a complete List of the supported parameters, you can simply use Get-Help as shown below: PS > Get-Help New-SPEnterpriseSearchCrawlRule – full The following example demonstrates...