The tag has no wiki summary.

learn more… | top users | synonyms (1)

1
vote
2answers
476 views

Mapping AD “member of” user property in sharepoint 2010 user profile properties

I need to map AD's "Member Of" property in sharepoint 2010 user profile properties. I found a guide on how to do that, How to map a user’s Active Directory group membership to their SharePoint profile ...
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 ...
1
vote
1answer
65 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
117 views

Fast search: Remapped managed property contains old data

I'm having a problem with managed properties. I've made a custom web part to do a people search / keywordQuery based on user properties/managed metadata. I had to change a managed property to map to a ...
1
vote
1answer
341 views

How to get User Profile Property settings changed value?

I would like to know how to get the Property Privacy settings when the user changed from "MY Manager" to "My colleague" in edit profile page ? I am able to get the Default privacy value, but i want ...
0
votes
1answer
22 views

SharePoint 2010: Programmatic changes to user property not creating change token

I have a webpart that provides an interface to a new field for users, and when I save the changes, I notice that there arent any new events in the collection returned from the profile.GetChanges() ...
0
votes
1answer
59 views

Hiding items (nodes) in a cross site collection top navigation based on profile property (Audiences)

I have followed this article to create a cross site Collection top navigation and it works greate. http://msdn.microsoft.com/en-us/library/bb897739(v=office.14).aspx I go through all Site ...
0
votes
1answer
466 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
118 views

Error on setMapping for managed property

I'm getting error when i try to add a crawled property to managed property "contentshidden" Anyone know why the problem can ben, when i add a mapping to empty mapping property it is ok, but when i ...
2
votes
0answers
94 views

No results when searching with special characters in custom metadata property

We have an issue with SharePoint 2010 Search. Currently, we have a property in Active Directory, for each user, that specify their initials. We have a scheduled task that runs every hour to sync these ...
2
votes
0answers
77 views

Searching using custom properties on mysite

I have a question about using a search to search on custom properties, properties that i've added myself to profile page. So what i have now a user profile page with some standart properties like ...
2
votes
0answers
147 views

How to create Multivalue Person property in Organization Profile

I need to create a new multivalued person property in the Organization profile. I thought it'd be simple, since there are already properties like that in the Edit Organization Profile form ...
1
vote
0answers
169 views

Multi-Valued Managed Properties as Refiners not working

I am facing a problem with multi-value managed properties search in SharePoint 2010. When i am adding a user property(Which is multi value) to a managed property and added a custom refinement the ...
1
vote
0answers
123 views

SharePoint Designer - get custom proprty value from User Profile List

In SharePoint 2010 Designer - I can look-up "user Profile" list and get data from the properties. I have created custom property "CustProp" in User Profile. Can i get the value of the custom property ...
1
vote
0answers
138 views

Custom User Profile property

If there is no data for the custom user profile properties will it not show up on edit profile page? If so please let me know if there is any code fix to show the property that has no data on the edit ...
1
vote
0answers
180 views

SharePoint 2007 - setting column to list creator's full name or email? Lookup site user properties?

We installed this codeplex soluiton and activiated in one of our web aps. We are on sp2007 SP2. http://sharepointapplied.com/2009/01/08/get-full-name-in-sharepoint-designer-workflow/#comment-419 ...
0
votes
0answers
22 views

Getting user who has changed profile

I would like to get the user who has changed a user profile from the change log. For e.x. I edit my profile and change some fields, next the admin edits the profile and changes something else. I would ...
0
votes
0answers
28 views

spontaneous changes in user profiles

have a problem with SharePoint 2010 installation. We have the farm which contains one WFE and one DB server. WFE has many customization (one of them is click on My Details in user drop-down menu ...
0
votes
0answers
28 views

Is it possible to set an anchor id for user profile taxonomy properties?

As the title says I'm wondering whether it is possible to set an anchor term for a user profile taxonomy property.
0
votes
0answers
73 views

How can I map the ADGuid Property for import in the User Profile Service Application?

I am trying to use the User Profile Service Application to import the ADGuid (Active Directory ID) from Active Directory into SharePoint 2010. There is already a default property to store this data, ...
0
votes
0answers
155 views

Edit UserProfileProperties in Sharepoint 2010 using PowerShell

As I mentioned above I want to modify given UserProfileProperties. http://www.c-sharpcorner.com/uploadfile/anavijai/modify-user-profile-properties-in-sharepoint-2010-using-powershell/ This is what I ...
0
votes
0answers
144 views

User Profile - MultiloginAccounts - Claims: Forms Based Auth and Windows

In SharePoint 2010, I'm using Forms Based Auth with the LDAP role and membership providers. I have the SPS-ClaimID mapped properly so the Forms Based Profile is sync/mapped to the AD Profile. What ...
0
votes
0answers
74 views

SharePoint Group Members Picture Showing Wrong

I had created 2 User Profile Service Applications and i am assigning service connections to each web application depending on whether they are intranet or internet but in the user information list in ...
0
votes
0answers
142 views

How to delete default profile property “Assistant”

How to delete profile property "Assistant" ? From Central Admin or powershell. Right now when i delete this property i get an error message: delete operation failed. Please try again later. If ...