Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Stop The Full Crawl In SharePoint 2013 Using PowerShell
WhatsApp
Gowtham Rajamanickam
8y
16.4
k
0
0
25
Blog
Steps
Open your SharePoint Management Shell.
Copy the code given below and paste it there.
Run the code given below to delete SharePoint search component.
Code
$SearchServiceApplication = Get-SPEnterpriseSearchServiceApplication -Identity
"Search Service Application"
#Get the Local SharePoint sites content source
$ContentSource = $SearchServiceApplication | Get-SPEnterpriseSearchCrawlContentSource -Identity
"CustomCrwalComponent"
#Check if Crawler is not already running or Idle
if
($ContentSource.CrawlState -eq
"Idle"
)
{
Write-Host
"Incremental/Full Crawl Starts..."
}
else
{
$ContentSource.StopCrawl()
}
Thanks for reading this blog.
SharePoint
Powershell
Up Next
How to get/set continuous crawl interval using Powershell in SharePoint 2013
Ebook Download
View all
Getting Started with SharePoint Framework Development using TypeScript, PnP JS, and React JS
Read by 4.9k people
Download Now!
Learn
View all
Membership not found