2 min read
SharePoint

SharePoint 2010: Standard User Profile Properties

Recently I was asked by one of our developers to provide a list of the standard user properties; this took a bit of time to dig up, as the planning document is 300+ pages. So to save a bit of time in the future I thought I would replicate this information here.

User Profile property Indexed Replicated
AboutMe yes yes
AccountName yes no
ADGuid no no
Assistant no no
CellPhone yes yes
Department yes yes
Fax yes no
FirstName yes yes
HomePhone yes no
LastName yes yes
Manager no no
Office yes yes
PersonalSpace no no
PictureURL yes yes
PreferredName yes yes
PublicSiteRedirect no no
QuickLinks yes no
SID no no
SPS-AboutUs yes no
SPS-Birthday yes no
SPS-ClaimID no no
SPS-ClaimProviderID no no
SPS-ClaimProviderType no no
SPS-DataSource yes no
SPS-DisplayOrder no no
SPS-DistinguishedName no no
SPS-DontSuggestList no no
SPS-Dotted-line no no
SPS-EmailOptin no no
SPS-FormerNames yes no
SPS-HireDate yes no
SPS-Interests yes no
SPS-JobTitle yes no
SPS-LastColleagueAdded no no
SPS-LastKeywordAdded yes no
SPS-Location yes no
SPS-LogoURL yes no
SPS-MasterAccountName no no
SPS-MemberOf yes no
SPS-MySiteUpgrade no no
SPS-ObjectExists no no
SPS-OWAUrl no no
SPS-Parent yes no
SPS-ParentType yes no
SPS-PastProjects yes no
SPS-Peers no no
SPS-PhoneticDisplayName yes no
SPS-PhoneticFirstName yes no
SPS-PhoneticLastName yes no
SPS-ProxyAddresses no no
SPS-ResourceAccountName no no
SPS-ResourceSID no no
SPS-Responsibility yes yes
SPS-SavedAccountName no no
SPS-SavedSID no no
SPS-School yes no
SPS-Section-BasicInfo yes no
SPS-Section-ContactInfo yes no
SPS-Section-CustomProperties yes no
SPS-Section-Delegation yes no
SPS-Section-Details yes no
SPS-Section-OrganizationMembers yes no
SPS-Section-Preferences yes no
SPS-SipAddress no yes
SPS-Skills yes no
SPS-SourceObjectDN no no
SPS-StatusNotes no no
SPS-Team-Site no no
SPS-TimeZone no no
Title yes yes
UserName yes yes
UserProfile_GUID yes no
WebSite no yes
WorkEmail yes yes
WorkPhone yes yes

This was extracted from the Planning guide for Microsoft SharePoint Server 2010, which can be downloaded from here http://www.microsoft.com/download/en/details.aspx?id=7028.

Want more cloud insights? Listen to Cloudy with a Chance of Insights podcast:

Spotify | YouTube | Apple Podcasts

Like this article?

Comments

Richard Hogan

Richard Hogan

Author & Host

Richard is a Microsoft-focused architect and consultant with deep expertise in Azure, Microsoft 365, cybersecurity, and enterprise cloud migration. He is the founder of The Microsoft Cloud Blog and co-host of the Cloudy with a Chance of Insights podcast. All views expressed are his own.

You might also like

SharePoint 2013 Error: The filtering process has been terminated

I had just completed a PowerShell scripted deployment of a SharePoint farm and was just performing the final checks when I noticed the following error in the crawl logs. “The filtering process has been terminated” This turned out that because in the PowerShell script I had specified that the SharePoint installation location should be different to… Continue Reading →

SharePoint 2013: Get User Profile Properties via PowerShell

The following script will iterate through all the user profiles and return the account name. Add-PSSnapin microsoft.sharepoint.powershell; #Load SharePoint User Profile assemblies [System.Reflection.Assembly]::LoadWithPartialName(“Microsoft.SharePoint”) [System.Reflection.Assembly]::LoadWithPartialName(“Microsoft.Office.Server.UserProfiles”) #Get Context $serviceContext = Get-SPServiceContext -Site “[Site Name]” #Instantiate User Profile Manager $userProfileConfigManager = New-Object Microsoft.Office.Server.UserProfiles.UserProfileManager($serviceContext); #Get All User Profiles $profiles = $userProfileConfigManager.GetEnumerator(); #Loop through all user profiles and display account name… Continue Reading →

Microsoft Consulting Services: SharePoint Developer Required.

Microsoft Consulting Services in Reading are looking for an experienced SharePoint Developer to join our team.  Please feel free to contact me, alternatively see MCS Careers for more detailed information. Please no agencies, unless you are on the PSL, in which case you should know who to contact:-)

In-depth cloud tech discussions from Microsoft experts.

Expert insights on Microsoft Azure, cloud architecture, and enterprise technology.