0
votes
0answers
15 views

SharePoint User Profile Sync to AD

One question regarding the user profile sync, we are trying to sync user photo in SharePoint back to AD picture. We have one AD forest, two domains, and in SharePoint we have two Synchronization ...
1
vote
1answer
43 views

“User cannot be found.” error in Powershell

I am writing a PowerShell script to re-sync my users to the AD because of a problem I have described Here. From time to time I get a "Set-SPUser : user cannot be found." error but when I call the same ...
0
votes
1answer
48 views

Sharepoint User Login

Recently I have a problem that new Active Directory users cannot log into Sharepoint. All other functionality seems fine, but it appears to be failing to create new user accounts. To me, it looks ...
0
votes
1answer
28 views

FQDN prompts for login info every time

Our sharepoint installation used to run so that when you were logged in to the computer via active directory going to the sharepoint site it logged you in automatically. This seemed to happen only if ...
1
vote
0answers
111 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
1answer
261 views

Get Current User's Department Name and Manager From Active Directory

How the "department name" and "manager" attribute value could be retrieved from active directory programmatically? For ex. i will have custom newform.aspx to create some new item, in the code-behind ...
1
vote
2answers
68 views

SP2010 - User profile results with mix-and-match NETBIOS/DNS domains

First off, let me say that User Profile Service is provisioned and generally runs normally. We're running on February 2012 CU. We're in the middle of a domain merge, combining five AD domains into ...
1
vote
0answers
23 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 ...
0
votes
0answers
217 views

Validate InfoPath 2010 People Picker against AD groups within SharePoint groups

I would like to find a code-less way to validate a People Picker selection (limited to a single selection of a user) against whether they are considered to be in a (dynamic) SharePoint group which ...
1
vote
2answers
119 views

Is possible to rename a SPUser(IsDomainGroup) LoginName?

I want to rename SPPrincipals that are ADGroups. I've tried with $SPFarm = Get-SPFarm #$SPFarm.MigrateGroup("loginName", "newLoginName") $SPFarm.MigrateUserAccount("loginName", "newLoginName", ...
0
votes
0answers
73 views

How can I map the ADGuid Property for import in the User Profile Service Application?

I am trying to use the User Profile Service Application to import the ADGuid (Active Directory ID) from Active Directory into SharePoint 2010. There is already a default property to store this data, ...
0
votes
0answers
26 views

User Profile Service not setup, but user information from Active Directory Exists

I have yet to setup the User Profile Service on my new SP2010 Farm. Yet when I go to view my user information or other users' information, it contains properties (mobile number, department, etc) that ...
2
votes
2answers
563 views

What populates the People Picker / Address Book

I'm sure I already know this... that or it is really simple but what setting, connection or page decides who is shown in the People Picker / Address Book? Is it simply who is in your AD, determined ...
0
votes
1answer
127 views

SharePoint 2010 Development: PrincipalContext Could not be Found

I am using Visual Studio 2010. When I want to use PrincipalContext Class, the Visual Studio couldn't find the Reference: I have opened the project with .NET Framework 4 selected and my project was ...
3
votes
1answer
155 views

Intermittant Issue with AD Group look-up in One-way trust configuration

We are seeing some odd behavior with some accounts in a SharePoint 2010 Farm that is installed in an Active Directory Domain with a 1-way trust established to another AD domain. Here is the ...
0
votes
2answers
64 views

Is it okay to use a domain account for a SP dev box?

Salvete! I have installed Windows7 64bit on an Oracle VirtualBox VM. I am preparing to install Sharepoint (Enterprise 2010), but I've a question about how this will work with my network's Active ...
0
votes
1answer
537 views

Find SPUser Preferred Name from UserPrincipal

I am looping through a group of UserPrincipal that was retrieved from Active Directory. I need to get find a SPUser using the properties of the UserPrincipal. Once the SPUser is found I will get its ...
0
votes
1answer
627 views

Getting SharePoint working with multiple Domains

Lets say I have Domain A which currently is set up with my SharePoint environment. We have merged with Company B. We want Domain B to work with our SharePoint environment. So they can log on an ...
0
votes
0answers
78 views

Check if user, of an ADGroup, belongs to specific RoleAssignment

Best way to check if an user (not the current user), inserted in a ADGroup, belongs, or not, to SPList/SPWeb RoleAssignments? Impersonate an use the .ContainsCurrentUser method, brings access denied ...
1
vote
3answers
124 views

Ability to create users inside SharePoint 2010

We have a very simple SharePoint Server 2010 SP1 installation. We created and configured everything manually, and only set up what we really needed. So there is no user profile service in SP, and we ...
0
votes
1answer
694 views

User Profile Synchronization - Filter by AD OU or DN attributes

I am attempting to filter out a subset of users in Active Directory from being pulled into the User Profile Service. The users need to be filtered by the Organizational Unit property (ou), which is ...
0
votes
2answers
398 views

Will Sharepoint Sync User Profiles if only Domain Groups are Used?

In my sharepoint, I have assigned permissions for sites and pages by using only domain groups - that is, I am not using any sharepoint groups themselves. This works fine. It allows me to add and ...
2
votes
2answers
2k views

Import User profiles from AD not working

I intend to import user profiles from AD to SharePoint 2010 but I can't do it. See the process that I am following below: When I got to User Profile Service Application -> Configure Synchronization ...
2
votes
2answers
526 views

How Can I Enable Editing for User Information AD Properties?

In a list, I have a column for users. When I click on the username it opens up the user profile panel with information gotten from AD for that user. This is good. You would think that if I ...
0
votes
1answer
124 views

Site Permissions AD Query

When assigning permissions to a site in Sharepoint 2010, is it possible instead of specifically adding a group or a user, to create an LDAP query or something simular. For example I have a group ...
1
vote
2answers
572 views

Active Directory users not getting resolved in a FBA enabled site

I have configured forms authentication on a web application. FBA users can be used to access the website but NTLM users not getting resolved. Because of this I cannot use AD users in SharePoint. I ...
0
votes
1answer
333 views

Sharepoint 2010 users strangely removed from Sharepoint Group (Expert Advise required)

Since 3 months client portal was working fine suddenly due to some network problem we restarted SharePoint server, after that some Active directory users complained system was inaccessible, where ...
0
votes
2answers
403 views

All users in multi tenant environment

I have a problem with authentication in a multi tenant environment. I have a couple of seperate customers which all have their own SharePoint environment within our hosted environment. In the AD, I ...
1
vote
1answer
170 views

Updating Active Directory 'webpage' property

We currently have a SharePoint 2007 environment that has been in use for years now. When it was set up, it automatically entered information into the Active Directory property 'webpage' for all users ...
0
votes
1answer
222 views

Remove old profiles from upgrade to 2010

when i upgraded our environment from 2007 to 2010 it seems everyones profiles came with it. I did a cutover upgrade so i would have thought that any profiles in my 2007 environment would have been ...
2
votes
1answer
266 views

cannot add External Domain User To Group

I have a problem about adding a User to Group using a custom code (web part / web services is the same). In my organization I have 2 Active Directory domain (DOMAIN and DOMAINEXT). My Sharepoint farm ...
3
votes
1answer
404 views

How do modify active directory user properties?

I use this code for find users in AD SearchResultCollection results = null; try { SPSecurity.RunWithElevatedPrivileges(delegate() { ...
0
votes
1answer
773 views

EnsureUser throws The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your operation again

I have this code: The EnsureUser Line is throwing me that exception, any idea? The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try your ...
0
votes
2answers
624 views

Moving Users between OU's in Active directory and User Profile Sync

Currently we are going through a process of moving our users from one active directory OU to another OU within the same forest. The issue that is now becoming apparent is that the users that have ...
0
votes
1answer
159 views

Claims authentication with AD

I'm very new at this claims based authentication, and I just set up a sharepoint site with claims, with FBA access through a regular asp.net membership db. This works just fine. What I now need is ...
1
vote
3answers
2k views

AD security groups renamed. PeoplePicker in Sharepoint 2010 still shows old values

Sharepoint 2010. Our IT guys have recently renamed many Active Directory security groups, however PeoplePicker appears to now display both the old name and new name in results. I assume the new name ...
6
votes
1answer
494 views

Adding a user or group to a SharePoint group

I have a custom PeoplePicker which has SelectionSet = "User,SecGroup". I want to add all entities within this PeoplePicker (which can be a SharePoint user, AD group/user) into a proper SPGroup. How ...
5
votes
2answers
497 views

Tool for Site Admins to manage their own Active Directory security groups?

We are deploying a new SharePoint 2010 environment. All access is controlled via Active Directory security groups (placed inside existing SharePoint groups). Due to this, we are looking for a tool ...
1
vote
2answers
246 views

How to import from FBA (Claim-based) to Active Directory (AD)?

I am on FBA (Claim-based). I need to shift to Active Directory. Is it possible to do it? The reason is that I am missing out on many features which are unavailable on FBA. Any help is appreciated!
2
votes
1answer
878 views

Powershell script for adding imported user profiles to SP group?

I've managed to import user profiles from our AD. Now I want to add all the imported user profiles into a specific SharePoint group, let's say Visitors, and doing this by using the People Picker takes ...
1
vote
1answer
104 views

How to set permissions for SP2010 Server

I'm new to SharePoint 2010 and am creating numerous Publishing sites with workflows, each for a different department. Each department needs to have a few people assigned to be able to create pages, ...
1
vote
2answers
3k views

How to use AD group in SharePoint 2010

I'm relatively new to SP2010 and wondered about a few Active Directory permission things: Is it possible to limit access to lists and pages to a specific AD group? We have a helpdesk area that will ...
0
votes
1answer
744 views

How to change authentication from FBA to Active Directory?

Is there a way to change authentication from FBA to Active Directory? Since I am on FBA (claims based), I am unable to use many features of SP2010 like MySites etc. I would appreciate if someone can ...
0
votes
2answers
799 views

Workflow cannot assign task to user in another Active Directory OU?

I'm trying to create a task, in a VS 2010 workflow, and assign it to one of our domain users. This guy's not a site collection user, but I'm assuming that he'll be added to Sharepoint automatically. ...
1
vote
1answer
411 views

SPUtility.GetPrincipalsInGroup and Claims authentication issue

I have the requirement to enumerate a list of users that are in an Active Directory group that has been granted rights to an SPWeb. If the site collection is using windows auth this is no problem and ...