Get content source in sharepoint 2019 search service application using powershell. follow the code below to get the list with Name, Id, Type, CrawlState, CrawlCompleted date and time
$ssa=Get-SPEnterpriseSearchServiceApplication
Get-SPEnterpriseSearchCrawlContentSource -SearchApplication $ssa
Advertisements
Advertisements
Get content source SharePoint Search Using Powershell | #SharePoint2019, #SearchServiceApplication
Advertisements
