How to resume SharePoint Content Source when it is “Paused by system”

Categories: PowerShell, SharePoint
#Connect to SharePoint FrontEnd Server
#Open SharePoint 2013 Management Shell

$SearchSA = Get-SPEnterpriseSearchServiceApplication “Search Service Application”
$SearchSA.ForceResume($SearchSA.IsPaused())
«
»

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.