How to keep user information consistent between SharePoint and Active Directory

How to keep user information consistent between SharePoint and Active Directory

As we know, a User is created in the User Information List when a user is granted access to a site in SharePoint. But this list is hidden and we are not able to use the data directly. As well there may not be a lot of metadata in this list. Sometimes you may create […]

Understanding the basics of Active Directory (AD)

Understanding the basics of Active Directory (AD)

One question that often comes up when looking at SharePoint is: what is an Active Directory?   According to the “Glossary for SharePoint 2010” published by Microsoft Office Dev Center an Active Directory is: “A general-purpose network directory service. Active Directory also refers to the Windows implementation of a directory service. Active Directory stores information […]

The Basics for Users of SharePoint

The Basics for Users of SharePoint

Are you a user of SharePoint who still has trouble understanding what SharePoint really is? This is a daunting question as there is no right answer to what SharePoint is. Everyone has their own perspective and this leads to even more confusion about what SharePoint is.   What is SharePoint? According to Microsoft SharePoint 2013 […]

Introduction of SharePoint 2013 Active Directory Import

Introduction of SharePoint 2013 Active Directory Import

SharePoint Active Directory Import (AD Import) is one of the new features in SharePoint 2013. It enables you to import user information from Active Directory into SharePoint User Profile Application. This article will introduce how to configure SharePoint Active Directory Import in Central Administration, what the limitations of this feature are and how AD Information […]

office 365

Migrating Your Email to Office 365 part 2

Migrating email to Office 365 can be a daunting task. But with some preparation and planning you can easily migrate your email to Office 365. Here are three more vendors you can look at to help you migrate your email to Office 365 successfully.   CloudMigrator by CloudSolutions essentially helps you move all messages, appointments, […]

How get SharePoint user login name in SharePoint 2010/2013

There are a lot of login authentications in SharePoint, different ways of certification for SharePoint user is different, as well as property. In SharePoint 2010 you can get user login name by using: public static SPPrincipal EnsurePeople(SPWeb web, string peopleName) { SPPrincipal principal = GetPeople(web, peopleName); if (principal != null) { return principal; } else […]

office 365

Migrating Your Email to Office 365

Migrating email to Office 365 can be a daunting task. But with some preparation and planning you can easily migrate your email to Office 365. The first thing to know is that the Exchange server for the online version are almost the same as your own servers but with the added benefit of less cost […]

What's new in SharePoint Server 2013 Workflow

What’s new in SharePoint Server 2013 Workflow

SharePoint Server 2013 includes a Workflow Manager (SharePoint 2013 Workflow Platform) feature which introduces new capabilities for authoring, hosting and managing workflows. Workflow Manager brings a new class of workflow to SharePoint Server 2013. Workflow is built by using Workflow Manager which can take advantage of several new capabilities. These include enterprise features such as: […]