The userprofilemanager tag has no wiki summary.
1
vote
0answers
351 views
Autofill manager's People picker in Infopath-created form
I am designing a form that basically has two people picker fields.
One is the currently logged in user, and the other is the manager.
What I would like, is that whenever the form is opened, the ...
5
votes
3answers
273 views
How to get two User Profiles service application using C#?
Is it possible to get two User Profiles service application
1). User profile service1
2). User profile service2
I have some code which only fetches the Ist User profile service application but ...
1
vote
1answer
581 views
Trying to get user's manager: Getting SPServiceContext with SiteSubscriptionId of {00000000-0000-0000-0000-000000000000}
I am trying to get a user's manager with this code:
SPSecurity.RunWithElevatedPriviliges(delegate
{
SPSite site = new SPSite(SPContext.Current.Site.Url);
SPServiceContext context = ...
0
votes
1answer
381 views
How can I get list of all users reporting to perticular user using UserProfileManager?
I can see that UserProfileManager class does have a method GetManager() to pull manager from users profile but I don't see any thing which returns list of all users currently reporting to particular ...
0
votes
1answer
828 views
Powershell script to update all users
Okay I am half asleep, what did I do wrong with my powershell script (modified with I have just watched the A-Team in mind)
function update-fields () {
#Set up default variables
#My Site URL
...