Category: SharePoint

SharePoint 2013 tweaks

  • Create claims-based web application from SharePoint PowerShell

    Creating claims-based web application is more flexible with SharePoint PowerShell script than CA. Here, the snippet for http and ssl site.

    Cheers…!

  • Delete SharePoint list items from PowerShell

    Here the quick solution to clean up/delete SharePoint list items that save a days lot if cleanup required. Manual efforts would take a lot so prefer to go with scripts;

    Cheers…!

  • Export Windows Service to Excel with Filter

    Another sample Powershell script to exporting “Running” and “Stopped” windows service to excel by using Powershell Array.

    Cheers!

  • Creating Managed Metadata Service Application by Powershell Script

    As we are all knows, the SharePoint Powershell can be fast and simple. Here the sample script for creating Managed Metadata Service Application;

    Cheers!

  • SharePoint continuous user login prompting with custom host header site

    SharePoint site with custom host header will prompting the user login screen on local machine but either you can login or view the site from your local network machines. Because the loop back is enabled by default on each and every machine. To resolve the issue you have to disable it.

    Open PowerShell as administrator privilege and run the below script;

    I hope the things are going good :)Cheers!

  • Application error when access “/_layouts/15/workflow.aspx”

    After, I installed and configured the workflow for SharePoint 2013 and register to the web application, it was getting an error while starting the workflow as;
    Error:
    Message: Application error when access /_layouts/15/workflow.aspx, Error=The pipe endpoint ‘net.pipe://localhost/SecurityTokenServiceApplication/appsts.svc’ could not be found on your local machine.
    EventID: 8nca
    Solution:
    Make sure the Net.Pipe Listener Adapter windows service is running, if not run net start NetPipeActivator. I hope this helps.

  • Script to disable list, libraries from SharePoint crawler

    This script will disable all list and libraries from search result in the site collection.

    You can disable it from list/library’s advanced settings. If numerous lists then the script will make it easier.