>

A sample text widget

Etiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa.

Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem, suscipit in posuere in, interdum non magna.

Change Global Search Center URL in SharePoint 2013

If the search center URL is empty you would be able to set it up in Search Administration Page on Central Admin.

Once you set the value you don’t have the interface to change this value.

Use PowerShell to change the URL

$search = $search = Get-SPEnterpriseSearchServiceApplication

$search.SearchCenterURL = <<URL>>

$search.Update();

Nintex Options Not Available in Central Administration

Issue:

Sometimes after finishing the installation Nintex Workflow in SharePoint farm. We won’t find the options in Central Administration.

Cause:

Nintex workflow administration feature not properly activated as part of installation in Central Administration

Solution:

Force Activate NintexWorkflowAdmin Feature

SharePoint Conference 2012 Session : A Primer in HTML5 & Javascript

Here is the SharePoint Conference 2012 session on HTML5 & JavaScript by Scott Hillier

Session Overview:

The Office and SharePoint new Cloud App Model that lights up HTML and JavaScript development. This session will be a primer into all that HTML5 and Javascript have to offer and the best practices for using them. You will […]

Get Started with Social Adoption using SharePoint 2013’s Cross Farm Services

SharePoint Conference 2012 Session on Get Started with Social Adoption using SharePoint 2013’s Cross Farm Services by Chris Bortilk, Steven Fowle & Isaac Stith

 

 

This session will discuss how one customer planned their first steps for SharePoint 2013 social adoption using Cross Farm Services, Audience Targeting, and Enterprise Search. Start taking your […]