48 questions
0
votes
2
answers
390
views
Microsoft Graph API fails to update user birthday and hireDate in GCC high environment
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 ...
0
votes
1
answer
344
views
Version history of a SharePoint online term store
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 ...
0
votes
1
answer
549
views
How to access SharePoint Online User Profile Pictures from out side of SharePoint?
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-...
0
votes
1
answer
2k
views
Organization Chart with Azure AD users or User Information list users in SharePoint Online
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 ...
0
votes
1
answer
204
views
Bulk User profile updates using CSOM
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 ...
0
votes
1
answer
117
views
User Profile Creation exception in Sharepoint 2010
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 ...
0
votes
1
answer
154
views
How to get UserProfilesmanger object for User profile service application which is not set as default in sharepoint
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....
0
votes
0
answers
191
views
How to set userprofile property filter in SharePoint online using CSOM keyword query
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 ...
0
votes
1
answer
356
views
Remove 'Files' property on User Profiles app in SharePoint
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,...
1
vote
0
answers
2k
views
SharePoint Online User Profile not synced with User Information List
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 ...
-1
votes
1
answer
980
views
Configure PeoplePicker to hide users with specifc custom attribute
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 ...
0
votes
0
answers
54
views
Send Values from Rest api Sharepoint to Ga Method (Google Analitycs)
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 ...
0
votes
1
answer
563
views
SearchExecutor (JSOM) did not retrieve values from Sharepoint online user profile
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....
0
votes
1
answer
199
views
Read Sharepoint online UserProfiles from sharepoint hosted app using JSOM
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-...
0
votes
2
answers
38
views
SharePoint 2010 - UPSS configuration struck on starting
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 ...
0
votes
2
answers
1k
views
get all employee anniversary for the current month from user profile + SP2013
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 ...
0
votes
1
answer
408
views
Is there any way to add another PictureURL property in User Profile?
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 ...
0
votes
1
answer
676
views
sharepoint 2013 user profile two active directory connections
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 ...
0
votes
2
answers
567
views
SharePoint Online - Custom User properties not found in Refinement
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 ...
2
votes
0
answers
1k
views
I am trying to update a Sharepoint list item with Powershell
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 ...
0
votes
1
answer
409
views
Sharepoint 2013 Add-in JSOM How to get Users Profiles from specific domain?
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 ...
0
votes
1
answer
345
views
Sharepoint Online Add-In JSOM Fetch All Users too long
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-...
1
vote
1
answer
2k
views
How to get Display name of user profile manager property
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, ...
0
votes
1
answer
543
views
Is it possible to read all properties configured for a user profile sync connection using c#
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.
...
1
vote
0
answers
416
views
Sharepoint online User profile properties sync with external LOB system
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 ...
2
votes
1
answer
532
views
SharePoint - Set nested term for a user profile property using CSOM
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 ...
0
votes
1
answer
697
views
Update sharepoint user profile property with SPSecurity.RunWithElevatedPrivileges
I try to change user profile property with next code
SPSecurity.RunWithElevatedPrivileges(delegate(){
SPSite currentSite = new SPSite(SPContext.Current.Web.Url);
SPServiceContext serviceContext = ...
1
vote
1
answer
1k
views
Updating SharePoint User Profile Property with a Taxonomy Term
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
$...
0
votes
1
answer
1k
views
SharePoint 2013/Online - Using a Domain group in a sharepoint group to a person column
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 ...
0
votes
1
answer
4k
views
How to modify "People search results template" in SharePoint 2013 in the general search
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 ...
0
votes
2
answers
3k
views
Unable to Map Picture to AD thumbnailPhoto in SharePoint 2013 User Profile
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 ...
1
vote
1
answer
2k
views
How to update UserProfile Properties on Sharepoint Online 2013 (O365)
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 ...
0
votes
1
answer
378
views
“Could not load user profile” on OneDrive after migration to multitenancy
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 ...
1
vote
0
answers
2k
views
Get display name for user profile properties
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() {
/...
2
votes
1
answer
1k
views
How to impersonate admin user for creating OneDrive or Personal Site?
I am creating personal site in office 365 using csom as follows
private void createPersonalSite()
{
try
{
//using (SPSite site = new SPSite("Site URL"))...
0
votes
1
answer
301
views
Populate Container in SharePoint 2010 timeout
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 ...
1
vote
0
answers
3k
views
Synchronize FBA Users (ASPNET Membership Databse in SQL Server) in User Profile Service
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 ...
1
vote
0
answers
440
views
Workaround for Sharepoint 2013 Workflow 2013 suspended for duplicate profiles
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 ...
0
votes
1
answer
456
views
SharePoint Object Model UserProfileManager Exception: "the value's length for key 'application name' exceeds its limit of '128'."
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 ...
1
vote
0
answers
758
views
SharePoint 2013 My Sites User Name With a Space Issue Double Encoding of space %20 becomes %2520
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 ...
0
votes
1
answer
662
views
Sharepoint 2010 Authentication Change from Windows Based to Claims Based User Profile Sync
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 ...
1
vote
2
answers
2k
views
[SharePoint 2010]Value from a User Profile custom field returns Null
In an EventReceiver I call this method GetPernNr on Item Added:
public override void ItemAdded(SPItemEventProperties properties)
{
SPSite site = properties.Web.Site;
using (SPWeb ...
3
votes
1
answer
4k
views
Using Reflection to set the value of an indexed property
I am try to replicate the following c# code using reflection:
UserProfileManager userProfileManager = new UserProfileManager(ServerContextGoesHere);
UserProfile userProfile = null;
userProfile = ...
1
vote
1
answer
9k
views
SharePoint 2010 PeoplePicker Control Not Displaying User Data
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 ...
1
vote
0
answers
518
views
Use selected user-profile service in SharePoint
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 ...
0
votes
1
answer
2k
views
How to use selected User-profile service in SharePoint
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 ...
0
votes
1
answer
892
views
Business Data Catalog to a SharePoint List?
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 ...
1
vote
0
answers
114
views
Using SharePoint profils to manage other than people accounts?
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 ...