Tagged Content List
  • Wiki Page: SharePoint 2010/2013: Rename Performance Point Service Application database

    Performance Point Service database created by default contains GUID as suffix in name. But what if we don't want GUID in name and want to provide name with proper naming convention. I faced this issue in my project, then I came to know how it can be done. I will take you through a number of steps...
  • Wiki Page: SharePoint 2010/2013: Powershell to create SharePoint Site Collection with custom Template

    Save the custom site with all custom list\library etc as .wsp. This article walks you through the process: 1. Go to Site action > Site settings > Save site as template Mention the name of template and select “Include content” > Click OK Once the site is saved, you will...
  • Wiki Page: An Example of Using Write-Progress in a Long Running SharePoint PowerShell Script

    Table of Contents Introduction Example PowerShell Function Example: Enumerate all of the publishing pages in the Pages library of the input web, and all sub-webs Example: Enumerate all of the publishing pages in the Pages library Example: The three progress bars used (with -Recurse) Example: Two progress...
  • Wiki Page: Rename Central Admin Database in SharePoint 2010 using PowerShell

    In SharePoint , databases created by default have GUID as suffix. But sometimes , requirement is such that we do not want GUID in database names. In one of my project also , there was a requirement to rename Central Administration database. There is a step-by-step solution for this :- ...
  • Wiki Page: SharePoint 2010: Content Deployment

    Table of Contents What is SharePoint Content Deployment Following are the most common errors you are getting: There are many articles in the web by describing Content Deployment in SharePoint 2010. It is not working properly and giving plenty of errors which direct us to restoring the backup rather...
  • Wiki Page: PowerShell : SharePoint List not found in Site

    SharePoint List not found in View All Site Collection Request We got a request to investigate an issue, 'Couldn't see the SharePoint List in the Site' - But we can access it with no issues. Background We checked in SharePoint Manager 2010 - It's not hidden. We tried hiding...
  • Wiki Page: SharePoint 2013: Get Set and Copy User Profile Properties using PowerShell

    Table of Contents Introduction Applies To Getting the User Profile Listing all the Profile Properties (Fields) and their Types Getting the Value of a Property Setting the Values of Properties Copying User Profile Properties between Profiles See Also References Full Script Introduction Whether...
  • Wiki Page: PowerShell : SharePoint 2010 Missing Required Fields in List

    PowerShell : SharePoint 2010 Missing Required Fields in List Requirement Need a CSV report of SharePoint list which has missing required fields. Background SharePoint will not allow to save the List item if required fields are missed. So, the report will have no values. We removed mandatory...
  • Wiki Page: SharePoint 2013: Create and Delete a List using PowerShell

    This is a quick article that demonstrates creating a SharePoint list, adding items to a list, and deleting a list using PowerShell. Creating a list Add-PSSnapin 'Microsoft.SharePoint.PowerShell' -ErrorAction SilentlyContinue $SPweb = Get-SPWeb -Identity 'http://Sp2013' ...
  • Wiki Page: SharePoint 2010: How To Manage the Term Store via Powershell

    Table of Contents Introduction What is the Term Store? Connecting to the Term Store Getting the Term Groups Getting the Term Sets Getting the Terms Complete Sample: Exporting the Term Store to a XML File Community Content See Also Other Languages Italian (it-IT) Introduction SharePoint 2010...
  • Wiki Page: SharePoint 2010: Add a User in a SharePoint Site using PowerShell

    This topic is a how to. Please keep it as clear and simple as possible. Avoid speculative discussions as well as a deep dive into underlying mechanisms or related technologies. What is Windows Powershell ? Windows PowerShell command-line interface is a new command-line tool and...
  • Wiki Page: SharePoint: Use PowerShell to find Fields using a Managed Metadata TermSet

    Table of Contents Introduction Applies To Download Walkthrough References Introduction Ever wondered how many fields are referencing a Managed Metadata Termset? It's going to be a long and boring job using the Web UI to click through every web... and every list in every web... and every...
  • Wiki Page: SharePoint: Restore a Deleted Site Collection without a Recent Backup

    Table of Contents Problem Definition Steps to recreate the issue Resolution Background information Reference See Also Problem Definition Restore Deleted Site Collection without any backup/Restore mistakenly deleted Site Collection Steps to recreate the issue You have mistakenly deleted any...
Page 7 of 11 (275 items) «56789»