Errors you may meet when install SharePoint 2016
When I install and deploy SharePoint 2016, I find a very useful blog which instructs the installation step by step. http://mstechtalk.com/sharepoint-server-2016-installation-step-by-step But I still encounter some issues when install and deploy SharePoint 2016, and I will introduce how to solve them in this blog. 1. Error in process of Prerequisite installation. When I run the […]
How to create site collections and webs in SharePoint 2013 with PowerShell
PowerShell is one kind of script language which is based on .NetFramwork and is used for automatic management. For any operation completed within the UI in the SharePoint platform; you can also use SharePoint PowerShell to do the same thing. Not only can this improve work efficiency, but also helps you to further your knowledge […]
How to Configure Send to Connections in SharePoint 2010
Document management is an important function in SharePoint, because many document libraries need to be created in different sites to store all kinds of documents. Due to some reasons, you may have to regularly copy some documents from different libraries to another same library. Fortunately, SharePoint provides Send to Connections to send connection to external […]
How to configure service account in SharePoint 2013
We know in SharePoint all web applications and Windows Services need one managed account, or it cannot be running successfully. Then how to configure service account in SharePoint 2013? The following will teach you step by step. Assume that for some reasons you have to change the current service account to another for Web Application […]
How to Configure SSL for a SharePoint Web Site
SSL is a kind of security protocol that more and more web sites are using to protect their information. Similarly, SharePoint has a SSL feature that can be enabled in Central Administration. This blog will show you how. SSL Configuration: Step 1. Server Roles 1. Login to SharePoint Server as administrator. 2. Open Server management […]
How to Import Business Data from External Database to a SharePoint List in a Few Minutes
As SharePoint is being used in more and more organizations than ever before, it makes sense for it to be the place where you can access external data, see a KPI dashboard, reuse the data within SharePoint, or use SharePoint as the main interface to edit or add to your external data, etc. There is […]
Configuring Single Sign-ons in MOSS 2007
This SharePoint feature provides storage and mapping of credentials such as account and password so that you do not need to login again when you access portal site-based applications such as Custom Relations Management (CRM) system. Its configuration includes the following five parts: Enable the Service on the SharePoint Server Manage Server Settings Manage Encryption […]