1
vote
0answers
31 views

How is the user information list populated?

When you add a user with direct permissions somewhere within a site but they haven't yet visited SharePoint - will the user be added into the user information list automatically or only once they ...
2
votes
3answers
120 views

Single Sign On between two web applications?

In my SharePoint 2013 Server farm I have two web applications: Simple intranet portal (http://portal) My Sites (http://portal:8080) Problem is that users have to authenticate to each application. ...
0
votes
0answers
49 views

SP 2013 (SP Online; Office 365) web services

I'm trying to do the seemingly simple task of writing changes to a user profile in SharePoint 2013 / Office 365. Tried: Client APIs - nope, user profile is read-only Sandbox Solution - nope (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 - ...
5
votes
3answers
153 views

ResolvePrincipal vs SearchPrincipal

So I'm attempting to write something to mimic sharepoint's people picker. I was originally using Utility.ResolvePrincipal with some success, but it was only returning me a single user (obviously). So, ...
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 ...
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 ...
1
vote
1answer
179 views

Error following site across farm using shared user profile service application

I have published my user profile service application and my search service application from one farm which hosts mysites to another farm which is just for collaboration. I would like to be able to ...
4
votes
1answer
3k views

Newsfeed error - The operation failed because the server could not access the distributed cache

I've recently installed SharePoint 2013 RTM and on the newsfeed page the error "The operation failed because the server could not access the distributed cache." with no items are available in the ...
0
votes
4answers
150 views

Creating users in the User Profile Service

Background We are currently using SharePoint 2010 and are potentially looking at SharePoint 2013 for an upcoming project. Question The article below suggests that user profiles cannot be created ...
1
vote
2answers
93 views

Identity correlation using User Profile Service (FIM)

Background We are currently using SharePoint 2010 and are potentially looking at SharePoint 2013 for an upcoming project. We have information about 'users' (employees) in a bunch of systems: Active ...