1) Run script in
windows power shell first run line
Add-PSSnapin
‘Microsoft.SharePoint.PowerShell’
2) Change Display
name of column of list using power shell
$mySiteUrl
= "http://dev-tayyab:27262"
$spSite
= Get-SPSite -Identity $mySiteUrl
$spWeb
= $spSite.OpenWeb()
$list
=...
Thursday, November 7, 2013
Search Scope For Document Library SharePoint 2010

Normal
0
false
false
false
EN-US
X-NONE
X-NONE
...
Monday, November 4, 2013
DataConnectionLibrary Feature is Missing in Sharepoint 2013
I am trying to create a Data Connection library in SharePoint 2013
(for use with InfoPath) but the Data Connection Library app does not
appear in the list of available apps.
I have already enabled the SharePoint Server Standard Site Collection features in the site collection.
So I found this...
SharePoint 2013 Features GUID or Id
Following are GUID of features in Sharepoint 2013
Display Name
Id
Scope
AbuseReportsList
c6a92dbf-6441-4b8b-882f-8d97cb12c83a
Web
AccessRequests
a0f12ee4-9b60-4ba4-81f6-75724f4ca973
Web
AccSrvApplication
1cc4b32c-299b-41aa-9770-67715ea05f25
Farm
AccSrvMSysAso
29ea7495-fca1-4dc6-8ac1-500...