Tagged Content List
  • Wiki Page: Server 2010: Windows 8 using Server Farm installation type without a Domain Controller

    First you need to follow the steps on the following guide - Setting Up the Development Environment for SharePoint 2010 on Windows Vista, Windows 7, and Windows Server 2008 ( http://msdn.microsoft.com/en-us/library/ee554869.aspx ). After installation of all Prerequisites, at this point you will choose...
  • Wiki Page: SharePoint 2010: Setup Managed Meta Data service

    Table of Contents Point & click installation PowerShell Point & click installation Click Central Administration (left menu). Under System Settings, click Manage services on server . Start Managed Metadata Web Service (link on the right side). Click Central Administration...
  • Wiki Page: SharePoint 2010: Setup State Service with PowerShell

    Hello, Here is a script for setting up the State Service with PowerShell for SharePoint! Please add more info... PowerShell $EnvironmentName = '<ENVIRONMENTPREFIX>' $ApplicationName = 'State Service' $ApplicationProxyName = $ApplicationName $DBname...
  • Wiki Page: SharePoint 2010: Developer Dashboard and its Three Colors

    Developer Dashboard tool is useful for measuring the behavior and performance of individual pages. Can be used to monitor page load and performance It has three states: On Off On demand Activating the Developer Dashboard Developer Dashboard is a utility that is available in all SharePoint...
  • Wiki Page: SharePoint 2010: Migrate Sharepoint 2007 to Sharepoint 2010

    Below is a step by step guide that I recently used to migrate MOSS 2007 to Sharepoint 2010. If you are using MOSS 2007 pre SP2, you will not be able to upgrade directly to 2010. You will need to upgrade your 2007 install first to MOSS 2007 SP2. You can download SP2 install from here: http://www...
  • Wiki Page: SharePoint 2013: Perform a Visual Upgrade using PowerShell

    Table of Contents Scenario Solution See Also Other Languages Scenario You want to upgrade the functionality for all webs in a site collection to version 15 (SharePoint 2013) after a migration from a previous version of SharePoint. Solution You can use the following PowerShell to iterate...
  • Wiki Page: SharePoint 2010: PowerShell Script to List Out Webparts Used in Publishing Pages

    This PowerShell script will list all of the webparts used in all publishing pages in a site. This script does not take any argument at the time of invoking it. This requires an input value for the site URL. This will be asked during the execution time and a message will be flashed to provide the...
  • Wiki Page: SharePoint 2010: Changing Central Administration Site Port

    Table of Contents Introduction Use the SharePoint Product Configuration Wizard Using Stsadm Commands Using Windows PowerShell See Also Introduction In some scenarios changing the Central Administration site port is required. You can use the following methods to accomplish this. Use the...
  • Wiki Page: SharePoint 2010: Quick Deploy Items List Causes Sites to Fail to Upgrade.

    Table of Contents Scenario Error Solution Scenario Sites fail to upgrade when you run the Upgrade-SPContentDatabase cmdlet against a Content Database after one of the following conditions: Applying a CU (Cumulative Update) / Service Pack Upgrade from 2007 to 2010 Error In...
  • Wiki Page: SharePoint 2010: Find Installed Feature Information in SharePoint

    It is possible to find SharePoint installed feature information by the means of the SharePoint Power Shell Console. This PowerShell script does this for you. PS 1: Gives a simple output of all features in table format sorted by solutionId then featureName . $url = "Your site URL here"...
  • Wiki Page: SharePoint 2010: Term Store Option is Missing

    Term Store Management option missing in Site Collection When you navigate to Site Actions à Site Settings within Site Collection you might notice that under Site Administration section “Term Store Management” option is not available. A hidden web application feature is not activated. Solution ...
  • Wiki Page: SharePoint 2010: Backup and Restore IIS Web Server Configuration Through PowerShell

    Backing up SharePoint 2010 IIS Web Server configuration is such an important administrative task that every SharePoint administrator should know the steps. Additionally it's a part of your disaster recovery plan that you need to document carefully SharePoint 2010 is running on IIS 7. Web Server...
  • Wiki Page: SharePoint 2010: Common PowerShell Snippets

    Table of Contents Introduction General Solution Deployment Add solution to farm Deploy Solution Enable Feature Disable Feature Uninstall Feature Branding Document Library Site Management Power-shell SharePoint 2010 Developer Dashboard activate the developer dashboard Introduction This...
Page 9 of 11 (275 items) «7891011