Set Permission to List Items using PowerShell
```powershell Add-PSSnapin Microsoft.SharePoint.Powershell
Fulfilling God's purpose for my life
A collection of 113 posts
```powershell Add-PSSnapin Microsoft.SharePoint.Powershell
```powershell Add-PSSnapin “Microsoft.SharePoint.Powershell” -ErrorAction SilentlyContinue $sourceWebURL = “http://srcurl” $sourceListName = “Source” $destinationWebURL = “http://desurl” $destinationListName = “Destination” $spSourceWeb = Get-SPWeb $sourceWebURL $spDestinationWeb = Get-SPWeb $destinationWebURL $spSourceList = $spSourceWeb.Lists[$sourceListName] $spDestinationList = $spDestinationWeb.Lists[$destinationListName] $RootFolder = $spDestinationList.RootFolder $spSourceItems = $spSourceList.Items
```powershell Add-PSSnapin Microsoft.SharePoint.PowerShell -EA SilentlyContinue $FilePathCSV = import-csv Book1.csv $webURL = “http://url” $listName = “CSVInput” $web = Get-SPWeb $webURL $list = $web.Lists[$listName]
Search Provider was introduced in Windows Internet Explorer 7. This method opens a dialog box that enables the user to add the provider to their registry, and optionally set it as the default search provider. The maximum number of search providers...
Our current search does not seem to include older Office versions (e.g. ppt) in SharePoint 2010 Search results. Why did we limit this?
In SharePoint 2013, we have a content source that connects via BCS. The total items in the External table are around 7.7 million records. We have a full crawl scheduled to crawl the BCS items every month and an incremental...
I have been waiting for an answer for the following issue. I felt it’s a SharePoint bug since I can reproduce this in the OOB SharePoint 2013 page without any customization. Before I conclude this as bug I wanted to...
When we start typing the keywords in the SharePoint search box control it internally performs an AJAX call to /_vti_bin/client.svc/ProcessQuery and that calls the stored procedure proc_MSS_GetQuerySuggestions. The proc_MSS_GetQuerySuggestions stored procedure gets the suggestions from the MSSQLogSearchCounts table. This table...
In SharePoint 2007 version we can only apply the query time security trimming on BDC Entities, Where in SP 2010 / 2013 you can implement the security trimming in the Crawl time also.
To understand what is a OSDX file and how to add an OSDX file as a search provider in Windows Explorer, refer the below links: