Metadata about a user.
2
votes
3answers
349 views
SharePoint 2010 User Profile Service Application Error
I got a strange problem with Sharepoint 2010 User Profile Synchronization Service (UPS).
I have User Profile Service Application(UPA) and User Profile Service is started. Two FIM Service is stopped ...
2
votes
3answers
523 views
Approval Workflow to update User Profiles Details
I am working on a Leave Application System using Sharepoint.
I have added the total leave each user have in their user profile.
The user will apply leave and once it is approved, the leave taken ...
1
vote
3answers
964 views
How to show AD Contacts in the SP2010 people picker
is it possible to have the SharePoint 2010 people picker show AD Contacts. We have sub contractors & some full time staff listed as contacts in AD, in order to have their contact information ...
0
votes
3answers
106 views
Deleted user profile from sharepoint, profile not picked from AD again
I have SharePoint 2010 configured to pick user profile details from AD. I had a user whose details were incorrectly picked by SharePoint. We have what you would define as 2 ADs. One for the parent ...
8
votes
2answers
707 views
Updating User Profile doesn't invalidate cache
The website I'm building has a heavily extended user model. The requirement is to have a single page where admins (who are windows authenticated users) can see the profiles of all the users. Regular ...
3
votes
2answers
979 views
Sort Order in People Search Core Results
I wish to display a list of new users on my sharepoint site. I've picked the People Search Core Results webpart and have a user list, but how do I order it by creation date? I know in Active ...
3
votes
2answers
669 views
Default value on user profile property
Is it possible to set a default value on a user profile property? Eg a term?
I guess one has to hook up with a user profile creation event, but I can't find this one.
A workaround could be to add ...
2
votes
2answers
397 views
Updating field in custom list with values from AD/User Profile
hoping someone can assist with my current problem. I've been Googling for a solution for the past few days but haven't found anything yet that is close to what I need.
My scenario
The HR Department ...
1
vote
2answers
149 views
User Profile full sync overwrites AD and SharePoint with old values for Title property
I have configured a User Profile Service Application to export the Job Title attribute to the Active Directory "title" property. The SharePoint Title property is not configured to import or export ...
1
vote
2answers
165 views
User Profile Property : Latest change value for a single property
i want to log the changes done on a single Propety value change for ex : VOIP number. i should be able to log the recent change that was done on this property in a day for all the employees.
i am ...
1
vote
2answers
195 views
user profile changes not reflected
Say, i have 100 users in user profile.
Requirement : Get all user profile changes from a given date-time value to Now(date time) in a collection .Iterate collection to do the necessary changes.
...
0
votes
2answers
257 views
User profile synchronization service instance turning off
I have setup synchronization service and successfully imported accounts from AD. I also have configured incremental synchronization to be run every hour (there are frequent updates and/or account ...
0
votes
2answers
302 views
Powershell Get Replacement info from User Profile for all users
I want to extract info regarding Username and Replacements from the users profile properties for all users and have it written to a csv file.
Maybee through a powershell script so it can run in a ...
3
votes
1answer
151 views
Intermittant Issue with AD Group look-up in One-way trust configuration
We are seeing some odd behavior with some accounts in a SharePoint 2010 Farm that is installed in an Active Directory Domain with a 1-way trust established to another AD domain.
Here is the ...
3
votes
1answer
284 views
Sharepoint 2007 Alert emails going to wrong account
We've got a Sharepoint 2007 site, and alerts are in place for changes to Tasks & Milestones, so users receive emails whenever they are assigned a new Task.
However, many of those emails are going ...
2
votes
1answer
198 views
SP2010 User Profile Service - Incremental Sync not working
we have a sharepoint 2010 fram with 2 WFE and 2 App Server. On one App Service we have activated the user priovile Service and user provile syncronisation service. If i start a full syncronisation, ...
2
votes
1answer
270 views
request timed out error while creating User profile service application after long time
in order to configure my sites in sharepoint 2013, we need to start user profile synchronization service. while starting that service it should populate user profile application. for me it is not ...
2
votes
1answer
70 views
Deleting a SharePoint User Profile remotely
Can anyone tell me how to delete a SharePoint user profile remotely? I don't see a way to do this using SharePoint Web Services or User Profile Services. The following code works fine when run on ...
1
vote
1answer
21 views
Include additional fields with Person Site Column
When I create a column of type Lookup, there is a section at the bottom labeled "Add a column to show each of these additional fields:" I want to do this same thing with a Person column.
It seems ...
1
vote
1answer
63 views
Add 'Display Name' in discussion list
Is there any way I can use the 'Display name' or some other user profile property in the view of a discussion list?
1
vote
1answer
127 views
UserProfileManager.Search(string[])
whats up?
Has anyone used the UserProfileManager.Search method? if I pass an array of strings it does an 'AND' or an 'OR' search?
Is it possible to do a 'Like' search using this function?
Thanks in ...
1
vote
1answer
40 views
Preventing User Profile Field Mapping to AD
We have two network domains, A and B, each with its own AD DS. We have a SharePoint 2010 implementation on domian A that has full bi directional syncing with its AD DS.
We would like to synchronise ...
1
vote
1answer
693 views
Powershell script to get all Sharepoint user id and user login
I am importing data into a SharePoint list. One of the columns is the user's login/name which links to their profile via their SharePoint user id.
FARMURL/userdisp.aspx?ID=56
In order to import ...
1
vote
1answer
162 views
Anonymous blog posts and comments?
We have an HR blog on the SharePoint and would like everyone to post and comments, issues or feedback on it. However, we want it to say annonymous for the user that posted rather than the actual ...
1
vote
1answer
1k views
SharePoint 2010 PeoplePicker Control Not Displaying User Data
In a test SharePoint environment, I have configured the User Profile Service, and the user profiles have been successfully populated into the UPS using the User profile Synchronization Service from ...
1
vote
1answer
237 views
Custom Discussion Board Join User Profile Custom Properties Linked Datasource
I have been tasked with modifying the SharePoint 2010 default Discussion Board to include two additional custom fields that have been definied in the User Profile list.
In an ideal world I would like ...
1
vote
1answer
2k views
User Profile Synchronization won't start
I am using sharepoint 2010 standard on Server2008 R2. I have configured and started User Profile Synchronization Service by following http://www.harbar.net/articles/sp2010ups.aspx article. My both ...
1
vote
1answer
257 views
Using a custom claims provider to populate user properties (Email and Display Name)
We have a custom claims provider that calls a web service in order to provide search and resolve for users being federated from ADFS. This web service provides names, email addresses, and AD security ...
1
vote
1answer
138 views
How to GetSearchCenterUrl from UserProfileApplicationProxy
I want to get the my site host's configured search center URL for the user profile applicaiton (UPA), but the UserProfileApplicationProxy class is internal, as all the other UPA classes in the ...
1
vote
1answer
306 views
User DisplayName on first-time login
Folks, we've got the problem. We are using Claims auth on a SharePoint farm.
As usual (windows auth) when user login at first-time to SharePoint site, he sees his DisplayName in welcomecontrol.ascx ...
0
votes
1answer
28 views
How can user profile subtypes be assigned in batch?
Long story short, I don't want to have to go into each profile and assign them to a sub-type. Can this be accomplished in batch somehow?
Ideally , it would be great to somehow use audiences. If I ...
0
votes
1answer
46 views
Programatically update profile field(s)
I have a requirement to update user profile fields. I'm able to query the fields, of course, using the CSOM API in Javascript.
But, as per here - ...
0
votes
1answer
44 views
Get the site access for the current user in infopath
I have a save & close button on an infopath 2007 form, but i would like to create a rule on it to be disabled if the current user only has read only access to the sharepoint site, is this possible ...
0
votes
1answer
44 views
How to retrive all the user account info and email and make a data view webpart
I am trying to create a data view webpart with url parameter ID (_layouts/userdisp.aspx?ID=(@ID).. where all the user information especially user name, email and some basic information can be obtain ...
0
votes
1answer
146 views
Get Login name from Author field using Search
Im currently customising the CoreResultsWebPart and using it to aggregate Blog posts.
One of the default fields it returns is the Author field.
The author field though, is crawled and displayed as the ...
0
votes
1answer
94 views
User Information List issue
I have an unusual problem with User Information List in my main site collection. After unknown circumstances, we lost quite a few users from that list (their profiles still exist). Moreover in ...
0
votes
1answer
105 views
Can Move-SPUser be used to merge users if security is not a factor?
We manage all our site security via AD group memberships. We are currently in the process of folding four AD domains into a fifth domain that already exists. Our farm is in one of those four domains ...
0
votes
1answer
109 views
Forefront Identity Manager Service status is blank
Forefront identity manager service status is showing as blank in services console but I'm able to successfully start User profile service and User Profile Synchronization Service.
But I couldn't ...
0
votes
1answer
91 views
User Profile Synchronisation from SQL Database
I am trying to update the Manager and Profile Picture properties for the UPS from SQL. The problem is that these two fields are stored as text in SQL but SharePoint expects a Person field and URL ...
0
votes
1answer
47 views
Display additional User details in Custom List
I have a custom list definition based upon a content type which includes a field of type "User".
When I display this field in my list view, it shows the name with a link to the entry in the site ...
0
votes
1answer
451 views
Delete sharepoint user property using powershell
This is the script im using to delete the sharepoint userprofile property using powershell.
#Load Sharepoint SnapIn
if ((Get-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction ...
0
votes
1answer
230 views
mysites and could not load user profile
Got a really strange problem here. All of a sudden users cannot access their mysite. I get the could not load user profile error. Strangely there doesnt seem to be anything in the logs relating to ...
0
votes
1answer
34 views
Profile/group expiration for non-use?
I am wondering if it is possible to be notified if a Sharepoint user and/or group has not been used in a specified amount of time. For example, if user - "Bob" does not log into our sharepoint site in ...
0
votes
1answer
63 views
Disabling navigationg to MySite when clicking username
We have set up profile synchronization and mysite, but client didn't like the idea behind mysite and decided to shut it down.
But there is still a little problem - when user clicks user name of ...
0
votes
1answer
71 views
unable change privacy setings for mobile phone property
I am trying to change the privacy settings for the mobile phone through central administration, however the option is dimmed. I though that as with any other option this could changed.
I have tried ...
0
votes
1answer
244 views
How To Display Both A Username And Their Email In A Custom List
Salvete! In one of my custom lists, I want to add a user-account column (where you display properties of a user or group) to display a user's username, but I also need to display the user's email ...
0
votes
1answer
221 views
Remove old profiles from upgrade to 2010
when i upgraded our environment from 2007 to 2010 it seems everyones profiles came with it. I did a cutover upgrade so i would have thought that any profiles in my 2007 environment would have been ...
0
votes
1answer
112 views
Can't get Division from UserProfile Store in SharePoint 2007
There is an attribute in AD called "division" which we have mapped in SharePoint 2007 and crawled in. It shows in our Profiles. I'm trying to update a custom list through a timer job that pulls the ...
0
votes
1answer
150 views
SharePoint User Profile Creation Oddity
I have a couple farms setup with SharePoint 2010.
The dev farm is a single server with everything on it (except for the database), and another test farm has multiple web front ends and an app server ...
0
votes
1answer
242 views
Custom properties of logged in user
I have written a custom membership provider for forms-based authentication to our SP site. The membership provider authenticates against our existing Users table in our DB.
There are a few bits of ...
