Wednesday, 27 September 2017

SharePoint Configuration wizard using PowerShell script

PSConfig.exe -cmd upgrade -inplace b2b -wait -cmd applicationcontent -install -cmd installfeatures -cmd secureresources -cmd services -install

Moving and copying sites

If you visit "http://yoursite/_layouts/sitemanager.aspx", you'll see a site manager, where you can do a move operation of all pages.
1) Select the parent site of the subsite you want to move in the left navigation pane.
2) Check the box next to the subsite you want to move in the right pane.
3) Click Actions drop-down and click Move.

4) Select Destination of the subsite selected in the next dialog.

View usage reports in SharePoint Server 2013

To view the Popularity Trends report for a site collection


  1. Verify that the user account that is performing this procedure is a member of the Site Collection Administrators group.
  2. In the site collection, on the Settings menu, click Site Settings.
  3. On the Site Settings page, in the Site Collection Administration section, click Popularity and Search Reports.
  4. On the View Usage Reports page, in the Usage Reports section, click Usage.
  5. In the message box, click Open to open the report in Excel, or click Save or Save as to save the report.
  6. Click the tabs to view the usage report for the different usage event types.

To view the Popularity Trends report for a site
  1. Verify that the user account that is performing this procedure is a member of the Owners group.
  2. In the site collection, on the Settings menu, click Site Settings.
  3. On the Site Settings page, in the Site Administration section, click Popularity Trends.
  4. On the View Usage Reports page, in the Usage Reports section, click Usage.
  5. In the message box, click Open to open the report in Excel, or click Save or Save as to save the report.
  6. Click the tabs to view the usage report for the different usage event types.

To view the Popularity Trends report for a library or list item
  1. Verify that the user account that is performing this procedure is a member of the Visitors group.
  2. In the site collection, browse to the library or list that contains the item for which you want to view the Popularity Trends report.
  3. Select the item that you want to view the Popularity Trends report for, and then do one of the following:
    • For a library, click the FILES tab, and then, on the ribbon, click Popularity Trends.
    • For a list, click the ITEMS tab, and then, on the ribbon, click Popularity Trends.



Tuesday, 19 September 2017

The expected version of the product was not found on the system SharePoint 2013

The expected version of the product was not found on the system SharePoint 2013



To fix this problem, you can execute the cummulative update in a command Window and add   "PACKAGE.BYPASS.DETECTION.CHECK=1"

Example to execute CU august 2015:
ubersrv2013-kb3055009-fullfile-x64-glb.exe  PACKAGE.BYPASS.DETECTION.CHECK=1