Active Directory is a Microsoft technology primarily for managing multiple Windows servers and workstations in a single environment. It was first released in 2000.
1
vote
0answers
10 views
How to retrieve the user account associated to a client certificate on SharePoint 2013
I’m searching for a while but I don’t find any answer to my problem. So now, i'm confused ... I hope to find an answer thanks to you.
On SharePoint 2013, I configured FBA with a custom login page.
...
1
vote
0answers
92 views
Move-SPUser : pixels
Migrating users from one domain to another, I get this error on a couple of users. The migration still seems to occur.
Move-SPUser : pixels
At D:\UserMigration\MigrateUsers.ps1:10 char:28
+ ...
1
vote
0answers
22 views
“Add document” link missing for users receiving access through AD groups
So, using SP Foundation 2010, we've chosen to assign Active Directory groups to various sites and folders to control access, instead of assigning indidual users directly, then control all access ...
1
vote
0answers
38 views
Search user with firstname instead of lastname
When i try to search people in AD or SharePoint, i don't get results on there firstname. I always need to give either fullname or lastname. Is there a way do get John Doe as result for both, "John" ...
1
vote
0answers
102 views
How do I get Active Directory Group Name from Sharepoint programmatically?
So my problem is this:
I have created a Sharepoint Group and added a New User, which in fact is an Active Directory
Group.
Now I loggin using an account from this Active Directory Group.
I need this ...
1
vote
0answers
24 views
E-Mail appearing in 'My Settings' but not in user profile?
As title suggests, there's a user who has confirmed he has his e-mail populated based on what they see in 'My Settings'. However, when I'm trying to do something in code with their e-mail I can't ...
1
vote
0answers
31 views
SharePoint Login Issue after Adding AD user to the site
When I add a new AD user or modify permission level in my SharePoint 2010 site then only local administrators can login to the site. It is show the authentication box again and again even we are ...
1
vote
0answers
76 views
Getting user's AD groups as lookup
I'm trying to make a simple reservation site, containing two lists: resources and reservations. Users are making reservations by creating a new item on Reservations list, specifying which resource ...
1
vote
0answers
43 views
How do I Augment Active Directory and CRM roles in Visual Studio?
I have a custom solution that allows users to login via CRM and this works fine. Also, users who can can login with windows authentication and this works fine. I need to combine the roles such that ...
1
vote
0answers
397 views
User Profile Sync not running
Under the User Profile Service Application, I noticed that the Profile Synchronization Status was set to "Synchronizing Stop". Which is weird, as it was noon, and the incrementals are supposed to ...
1
vote
0answers
169 views
Approval workflow: “Assigned to” field gets different user name in list and autogenerated e-mail
I've added an Approval workflow on my development server and manually copied the workflow in the production environment (since no efficient deployment tool for configured workflows seems to exist). ...
0
votes
0answers
23 views
Sharepoint 2010 restricts priviliges on accessing locally
I'm installed SPS2010 Standard on Win8 developer machine. Installation performed under domain account. This account also used as farm administrator.
After installation, I'm checked "Central ...
0
votes
0answers
101 views
People picker username resolving in Lists but not Calendar - SharePoint 2013
We have an issue with Person/Group fields in an Events Calendar, where if the full name is entered 'Ken Kenniff' then it resolves fine. However if the username is entered 'kkenniff' then it doesnt ...
0
votes
0answers
11 views
Problems with Check Permissions form
I have a SharePoint 2010 production environment and I'm experiencing unusual behaviour with the Check Permissions form.
I know that a user has access, but the Check Permissions form is not reporting ...
0
votes
0answers
19 views
Assign task to a member of AD Group
Ok here's the situation:
I added an AD group (ADGroup) to my Sharepoint Group (SPGroup), the users in ADGroup now can login to the site successfully but I cannot assign task to any user in a group, ...