Having a disclaimer popup in SharePoint is something that is necessary for many businesses and their internal external web sites.  This is usually a mandate for legal requirements for tracking legal agreements.  Recently we had to add a disclaimer that upon agreement granted you access to the existing extranet site.  After reading the ...

Read More

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 “Would you like to remove the above Search Service Application and all associated search data? Press Y ...

Read More