Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
390 views

I have a spring batch job that is scheduled to update the hireDate and birthday attributes of a user profile in SharePoint using MS Graph API in the GCC high environment. Below are the details: PATCH ...
user220982's user avatar
0 votes
1 answer
344 views

We are having a term store that is linked to the Office Location property of our SharePoint user profile, somehow the term store values was deleted and recreated which had broken the relation in the ...
Mayuresh Jaiswal's user avatar
0 votes
1 answer
549 views

I have created a dot net core application with Angular to get SharePoint data from outside of SharePoint. I have used the below link as a reference, https://www.c-sharpcorner.com/article/consume-...
thedeepponkiya's user avatar
0 votes
1 answer
2k views

I need the Orgchart web part which gets data from Azure AD users or User Information List in SharePoint online. It needs to display all staff from top to bottom of the organization. Is SharePoint ...
thedeepponkiya's user avatar
0 votes
1 answer
204 views

I have an Active Directory sync app which is using for internal purpose and its saving the data to SQL table feeding from Azure AD via Graph API. Along with its basic functionality, we are updating ...
MAC's user avatar
  • 6,597
0 votes
1 answer
117 views

We've a Sharepoint 2010 application where we create user profile in AD programmatically, and then use that data from AD to further create a Sharepoint 2010 profile. Sometimes we get the following ...
Akash Kumar's user avatar
0 votes
1 answer
154 views

I have created a new user profile service application which is not set to default yet. I want to add users to this application through PowerShell. when using the Microsoft.office.server.userprofiles....
Anubhav Arora's user avatar
0 votes
0 answers
191 views

I am running one windows task scheduler job to update all user profile properties to disable "Email notifications" using CSOM , however I am not getting any search results for SPS-EmailOptin. This is ...
Prashant Nagouda's user avatar
0 votes
1 answer
356 views

I am trying to remove the 'Files' property on the User Profiles app in SharePoint. I go to the central adminstration for SharePoint in the Office Admin Center and then click on the 'user profiles' tab,...
AK37's user avatar
  • 33
1 vote
0 answers
2k views

We have few users whose work email listed in User Profile Properties not synced with User Information List. Initially, We added one user and his details to User Profile Properties. And we added the ...
Aswathy Santhosh's user avatar
-1 votes
1 answer
980 views

SharePoint On Prem. 2013. Currently the people picker is configured to see users in DomainA, DomainB and DomainC. That was OK, but now users in DomainA have been added to DomainC as part of an ...
Andrew Gaskell's user avatar
0 votes
0 answers
54 views

I have the following problem I get properties of the current user logged in sharepoint but when I send the Ga method in Google Analytics I see the result as "undefined". Additional things: -The ...
Xoxiedrix's user avatar
0 votes
1 answer
563 views

I'm trying to perform people search in SharePoint online user profile from Sharepoint hosted app but it returns no data. I'm using the following code to do this: clientContext = new SP.ClientContext....
Mohammed Arief's user avatar
0 votes
1 answer
199 views

I'm trying to get the sharepointonline userprofiles from sharepoint hostedapp by refering the below MSDN https://dev.office.com/sharepoint/docs/general-development/how-to-retrieve-user-profile-...
Mohammed Arief's user avatar
0 votes
2 answers
38 views

UPA and UPSS is configured in SP2010 version - 14.0.4762.1000. UPSS got stopped. When i try to start, it struck on starting. I have checked the logs, ILM logs are there and it stopped at configuring ...
Anand Rajendran's user avatar
0 votes
2 answers
1k views

I have a requirement in Sp2013 on premise. I need to pull Anniversary for all the employee for the current month. I have code that pull data for the current user. I need help for all the users, who ...
Sanjeev Gautam's user avatar
0 votes
1 answer
408 views

I need to add a PictureURL property in User Profile service. This property will have users signature associated with it. So when user sign any document, approval workflow gets the users sign and add ...
love thakker's user avatar
0 votes
1 answer
676 views

I am trying to add another AD synchronization connection to the already exisitng one. I see in FIM that the users and groups have come in and am also able to add a group to an audience from the new ...
Sushmi Majumdar's user avatar
0 votes
2 answers
567 views

I'm developping against SharePoint Online. Added 2 custom user properties Agency and Company and populated them for all my users by getting data from the active directory through PowerShell. I've ...
Salah Elgo's user avatar
2 votes
0 answers
1k views

I have never worked with Powershell or Sharepoint before, trying to help a friend, so my mistake might be really obvious, I apologise in advance. So what I'm trying to do here is: -loop through all ...
Nora's user avatar
  • 21
0 votes
1 answer
409 views

In the organization deployed sharepoint farm 2013. In the User Profile Service settings, three connections are created in three different domains. I need to get all the user profiles from one ...
rustrar's user avatar
0 votes
1 answer
345 views

I created app in SharePoint online where I get all users with a list of their properties (http://social.technet.microsoft.com/wiki/contents/articles/25074.sharepoint-online-working-with-people-search-...
rustrar's user avatar
1 vote
1 answer
2k views

When I was writing custom display template for SharePoint people search, I wanted to display the manager of the searched user. When I display the manager value returned from SharePoint people search, ...
Chinthaka Wimalaratna's user avatar
0 votes
1 answer
543 views

Is it possible to read all the fields that was set to create a user profile sync connection . So far I was only able to get the Display Name of the Connection. Please help. Thanks in advance. ...
mallu coder's user avatar
1 vote
0 answers
416 views

We are doing planning work to migrate our SharePoint 2010 on prem to SharePoint online. In the current environment , we have setup few custom user profile properties that get synced up with SQL table ...
Vijay Sisodia's user avatar
2 votes
1 answer
532 views

I'm setting some user profile properties using CSOM, specifically some properties backed by term sets. The only way to do this (that I know of) are the SetSingleValueProfileProperty and ...
Jason's user avatar
  • 21
0 votes
1 answer
697 views

I try to change user profile property with next code SPSecurity.RunWithElevatedPrivileges(delegate(){ SPSite currentSite = new SPSite(SPContext.Current.Web.Url); SPServiceContext serviceContext = ...
user2944829's user avatar
1 vote
1 answer
1k views

I'm experiencing a problem trying to update a SharePoint User Profile property that is linked to a taxonomy TermSet. The following code results in an exception. $spsite = Get-SPSite $mysiteurl $...
Mark Mascolino's user avatar
0 votes
1 answer
1k views

I have a person column in SharePoint Online, and I specify that I want to choose users from a specific SharePoint Group (named "IntranetUsers"). So, in my group "IntranetUsers" I have a couple of ...
user2881765's user avatar
0 votes
1 answer
4k views

I want to know how to modify the "People search results template" section in the general search. When I wrote a name in the general search, there is always a section in the top of the search result ...
Charles Simard's user avatar
0 votes
2 answers
3k views

I'm not able to Map Picture to AD thumbnailPhoto in SharePoint 2013 User Profile: My current user have a Farm Permissions I'm able to edit picture in Manage User Properties When I choose ...
AHMED RABEE's user avatar
1 vote
1 answer
2k views

I've been trying to update a user profile properties using c# on Sharepoint Online 2013. I can't find how to do it, can someone help me? Here is what i have to do: I have a lot of custom properties ...
Diego C Louli's user avatar
0 votes
1 answer
378 views

I've been struggling with this issue for a bit as we move toward converting our farm toward a multitenant environment. I was able to make a copy of my current UPS DBs, then use those to create a ...
napo's user avatar
  • 869
1 vote
0 answers
2k views

I am trying to show which user profile properties the users are missing to fill out. It is fairly easy to get the usersprofile, and userprofile properties: function getUserPropertiesFromProfile() { /...
user3468671's user avatar
2 votes
1 answer
1k views

I am creating personal site in office 365 using csom as follows private void createPersonalSite() { try { //using (SPSite site = new SPSite("Site URL"))...
Shailesh Jaiswal's user avatar
0 votes
1 answer
301 views

I'm trying to connect the User Profile Service (UPS) to AD using an account with the proper permissions. When I click the Populate button, the AD forrest immediatly appears, but I cannot expand it. If ...
The SharePoint Junkie's user avatar
1 vote
0 answers
3k views

I have FBA configured in a web application (SharePoint 2013) with ASPNET Membership Database in SQL Server. Now I need to have FBA users (SQL - Membership Database users) synchronized in User Profile ...
Amit Thakkar's user avatar
1 vote
0 answers
440 views

We have duplicate profiles in our SharePoint 2013 system because we have one webapp that uses SAML authentication and a 2nd webapp to support BI function that uses Kerberos. So most of our users have ...
user3204725's user avatar
0 votes
1 answer
456 views

When trying to retrieve user profiles using SharePoint Object model it gives the "the value's length for key 'application name' exceeds its limit of '128'." Apparently the solution is to reduce the ...
Buddhi Madarasinghe's user avatar
1 vote
0 answers
758 views

I have an issue regarding the links generated for User's My Sites, unfortunately all the users on the domain that will use SharePoint have a space in their user name i.e. 'Joe Bloggs'. This means that ...
R Barron's user avatar
0 votes
1 answer
662 views

I have a Sharepoint 2010 application with mysites, therefore I use User profile sync service. I changed the authentication method from windows to claims based ( choosing forms), and made necessary ...
user2026343's user avatar
1 vote
2 answers
2k views

In an EventReceiver I call this method GetPernNr on Item Added: public override void ItemAdded(SPItemEventProperties properties) { SPSite site = properties.Web.Site; using (SPWeb ...
Fulga's user avatar
  • 25
3 votes
1 answer
4k views

I am try to replicate the following c# code using reflection: UserProfileManager userProfileManager = new UserProfileManager(ServerContextGoesHere); UserProfile userProfile = null; userProfile = ...
Ryan's user avatar
  • 3,492
1 vote
1 answer
9k views

Update - 27/08/2012 My company has spoken to Microsoft Support, and this behaviour has been described as "by design" for claims based authentication. Hmmm. The workaround suggested by Microsoft was ...
Tangiest's user avatar
  • 44.8k
1 vote
0 answers
518 views

If I have four user-profile services in SharePoint. How to select a specific user-profile service? I wanted to get data from user-profile service 2. More: How to use selected User-profile service ...
nirav's user avatar
  • 373
0 votes
1 answer
2k views

Basically I am making a timer job to send a birthdayWish email fetched from SharePoint userprofile service. But problem is I have multiple userprofile services on server. like 1). userprofile ...
nirav's user avatar
  • 373
0 votes
1 answer
892 views

I have to manage the concept of external contacts in a SP farm. My idea is to create a custom User Profil with a specific sub-type for such contacts. There is not yet a storage for this external ...
Steve B's user avatar
  • 38k
1 vote
0 answers
114 views

In a SP 2010 project, I have to create a directory (in functional terms) which must contains : corporate users external users (partners) resources (meeting rooms, printers, etc.) all of this kind of ...
Steve B's user avatar
  • 38k