1
vote
1answer
130 views

“HostId is not registered” when starting User Profile Synchronization Service

I'm totally stuck trying to get the User Profile Synchronization Service to run in a new SharePoint 2013 system. I've followed every possible guide and applied every known fix, but it's still unable ...
1
vote
1answer
95 views

Configuring User Profile/Managed Metadata Sync Service

As far as I know, everytime you perform a crawl on the User Profile Service Application certain Active Directory fields are converter or added (if already exist) to the People term-set. We found a ...
1
vote
1answer
134 views

How to programmatically access values on “My Site Settings” page

I'm working on an automated SharePoint 2013 production environment deployment. I'm searching for a programmatic means of manipulating all values found on the "My Site Settings" page of CA. Reverse ...
0
votes
1answer
463 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 ...
4
votes
1answer
186 views

Powershell scripts: Create user profile synchronization service using sharepoint active directory

In sharepoint 2013 I have to create user profile synchronization connection using sharepoint active directory through scripts. I have created the user profile service using powershell after that is ...
3
votes
1answer
1k views

User Profile Service Application. Unable to create a New User Profile Service Application

I am trying to configure Mysite to SharePoint 2013. I first tried to start User Profile Synchronization Service on my server. In that it shown an error message "No User Profile Application found. ...
2
votes
1answer
271 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 ...
0
votes
4answers
152 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 ...