This is the script we used for the removal process… Add-PSSnapin Microsoft.SharePoint.PowerShell #Removing Existing Search Service Applications $SSAS = Get-SPEnterpriseSearchServiceApplication ForEach ($SSA in $SSAS) { $SSA | FT Name, ID, ApplicationPool $Response = Read-Host -Prompt ...
Sign-up for the Daily Digest
Get updates from 350+ Microsoft Bloggers direct to your inbox!
*Plus get instant access to our free Microsoft 365 training and 2 free ebooks. Opt out any time: Privacy Statement.