Hi
I have changed my default access account for Enterprise search crawl:
$ServiceApplication | Set-SPEnterpriseSearchServiceApplication -DefaultContentAccessAccountName $searchAccount -DefaultContentAccessAccountPassword $serviceAccountPassword -Debug:$false
I need to make the account $Searchaccount (domain\spcrawl) an administrator of the search service application in Powershell.
Does anyone know the command?
br
Bjorn