1
vote
0answers
11 views

How can I create distribution lists from groups in SharePoint Foundation 2013?

The SharePoint site in question is internet facing extranet site built on SharePoint 2103 Foundation. There is no Active Directory or Exchange Server and the site members have email addresses from ...
0
votes
0answers
19 views

AccountManagement Namespace problem with RODC

I am creating a webpart in which I am writing a code to change active directory password of the current context user but I am getting this error: Password couldn't be changed due to restrictions: ...
0
votes
0answers
62 views

Sharepoint change password webpart

I have created a webpart in which it uses AccountManagement namespace methods to change the current users password but this message shows up: Configuration information could not be read from the ...
1
vote
1answer
920 views

Active Directory users not listed when trying to add users to SharePoint Foundation 2010

this was previously asked on serverfault by me: http://serverfault.com/q/389357/121152 I'm running SharePoint Foundation 2010 on a Windows Server 2008 R2 and I'm having a problem adding users ...
2
votes
1answer
265 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 ...
0
votes
1answer
489 views

Filter Library on SharePoint Foundation 2010 based on user membership

I'm trying to filter the rows of a Document Library on a SharePoint Foundation 2010. I would like to filter depending on the user: Department of the user I don't mind if that is done via AD groups ...
2
votes
3answers
964 views

SharePoint 2010 Foundation Complete Install guide

I could not find any guides on the net regarding complete installation of SharePoint 2010 Foundation on vm or SharePoint 2010 Foundation with AD on vm. Here is my current progress:- 1. I've setup a ...
4
votes
2answers
4k views

Move SharePoint to new Domain

I have SharePoint Foundation installed on a domain joined machine. It is a single server install (SharePoint and SQL on the same machine). I need to un-join this machine from the domain and install ...
0
votes
2answers
197 views

Can not log into SharePoint

I have a SP 2010 Cluster all set up. Its running AD (Active Directory) for authentication and I can login just fine. I need to create a new user account, so I had the window's AD guys create the ...
1
vote
3answers
7k views

Sharepoint and Active Directory Integration

New to the whole Sharepoint business, so any help is appreciated. Whenever a new user is created in Active Directory, I'd like Sharepoint to automatically populate itself to add the entry as a ...
1
vote
5answers
2k views

Where are users in SharePoint stored?

Quick question, I don't know how SharePoint i set up like this, but where are users stored? I recently got to a new workplace and there's a Sharepoint site here which has been programmed a bit. And I ...