Honoured to Have MVP
Search Sharepoint
-
Categories
-
Sharing the point : –
- Migrating Managed Metadata Term Stores in SharePoint Server across Farms + Without ID changing
- The file is currently checked out or locked for editing by another user Sharepoint + Or UPLOAD FAILED this file is locked for editing by domain\usrename
- Naming Conventions for SharePoint Developer /Administrator / Architect and End User
- Why should I upgrade to SharePoint 2016
- What’s new for SharePoint 2016
- Latest Microsoft Office Developer Tools for Visual Studio 2015 – MS Announsement
- Powershell script – Get all Site Columns for a SharePoint 2013 site collection
- PowerShell Script to Get Access request email SharePoint site in CSV File
- Reduce SharePoint Content Database + How to Shrink SharePoint Content Database
- User Information List SharePoint , All Hidden facts
Archives
- April 2017
- July 2016
- May 2016
- April 2016
- January 2016
- December 2015
- October 2015
- September 2015
- June 2015
- April 2015
- February 2015
- November 2014
- October 2014
- September 2014
- July 2014
- April 2014
- March 2014
- February 2014
- May 2013
- April 2013
- July 2012
- June 2012
- February 2011
- January 2011
- December 2010
- September 2010
- August 2010
- July 2010
- June 2010
Monthly Archives: November 2014
User is not removing from SharePoint 2013 site, showing user name in People picker after deleting from Active directory
In SharePoint all versions User Information List (UIL) in a site collection from SharePoint 2010 and 2013. SharePoint stores user information in the UIL to extract data when this user is being searched by the people picker. The people picker … Continue reading
Posted in General Interest
1 Comment
Site Collection Administrator and Site Owners in SharePoint 2013, little confusion when we assign the Security principle.
Please find to the point conclusion about the both, it took time to understand me but be clear by following analysis. Below things are only about Site Collection Owners Are controlled via `Central Administration | Application Management | Change site … Continue reading
Posted in General Interest
Leave a comment
Simple way to authenticate the user against SharePoint online 365
// first of all we need to pass the user name and password to SharePoint online credentials constructor like below //here again password we need to pass as a system.security.Securesetting SharePointOnlinieCredentials onlineCredential = new SharePointOnlineCredential( _userName , mySecurePassword); //we need … Continue reading
Posted in General Interest
Leave a comment