a user account is identified by a username (also user name) and is the users way to identify herself in SharePoint

learn more… | top users | synonyms

0
votes
3answers
220 views

Create a user-specific home page

Is it possible to have user specific home page in a sharepoint site? For example when User 1 logins to the site, Homepage 1 will be shown and when User 2 logins, Homepage 2 will appear.
1
vote
2answers
211 views

Limit login attempts to a SharePoint server to a single OU

The setup: Several SharePoint 2010 Foundation web applications, each on individual servers. Default SharePoint authentication mechanism in use Single Active Directory Domain controls user ...
1
vote
1answer
60 views

Unauthorized error when adding form to a form library

I have a webpart that extracts a form from an infopath template then it attempts to add this to a form library in SharePoint. I get an unauthorized error 401 when it attempts to add the file. It ...
1
vote
1answer
197 views

Set-SPSite with UserAccountDirectoryPath to specific OU could be ignored by site collection

I've had the case with SharePoint 2010 site collection what was set during creation to use UserAccountDirectoryPath to specific OU. It created w/o exceptions but wasn't following the restriction ...
1
vote
1answer
1k views

User with Full Control can't access or edit member of a group

Like the title describes I have a user who is assigned full permissions but when I click on on the user groups I get a permissions error "You do not have permission to view the membership of the ...
0
votes
1answer
106 views

Can Move-SPUser be used to merge users if security is not a factor?

We manage all our site security via AD group memberships. We are currently in the process of folding four AD domains into a fifth domain that already exists. Our farm is in one of those four domains ...
0
votes
1answer
151 views

Security Token Service - which account and permissions should be?

I would like to ask you about Security Token Service, in SharePoint Foundation. Default this service works on user who installed SP but I would like to change this account. Which permissions I have to ...
0
votes
1answer
211 views

Can I delete the Document Conversions User Account

I have looked over the site, but couldn't find the answer to this... I just installed SharePoint 2010 on my Windows 7 machine for development (super exited). I restarted the machine and a new user ...
0
votes
1answer
111 views

Domain Account migration

here follows the current scenario: Our farm is running MS SharePoint Server 2007 SP2. Our corporate, is migrating all accounts from DomainA to DomainB. For example, user DomainA\XXX will be migrated ...
1
vote
0answers
9 views

I can add users to the Active users in the portal, but not to People and Groups - Sharepoint 2013 on Office365

I'm using SharePoint 2013 on Office365. I've added two users in the Admin Portal, both with identical attributes (except name, email address etc.!) However, when I go onto my site and try to add ...
1
vote
0answers
92 views

Backup and Restore Sitecollection: users on target machine not existing

I backed up a sitecollection from Server A and restored that sitecollection to server B using stsadm backup and stsadm restore. Before the backup I removed the users from the sitecollection user ...
1
vote
0answers
617 views

Fully delete a user from the User Information List (WSS 3.0)

I am having the same issue as this poster on MSDN, but the solution given did not work: http://bit.ly/Akz5RD This is also a follow-up from an earlier question of mine: http://bit.ly/wfjd13 NOTE: ...
0
votes
0answers
13 views

Get All Users in Powershell Not Returning All Displayed User Accounts

I am using the following powershell command to list all users in a site collection: $sites = get-spsite "http://mysite/sitecollection/" $web = $site.RootWeb $web.Users | select-object $web.sitegroups ...
0
votes
0answers
39 views

Different user account names in SharePoint and in central administration

I am replacing a colleague for the support of a SharePoint 2010 intranet. Active directory users have been imported by a User Profile service application. I have noticed an issue and I prefer to ...
0
votes
0answers
478 views

SharePoint 2010 not seeing Active Directory users

This is a repost from here: http://serverfault.com/questions/380590/sharepoint-2010-not-seeing-active-directory-users Not sure how to migrate questions. I'm pretty new to Active Directory and ...
0
votes
0answers
39 views

An odd user issue on one web app

We are bringing a migrated 2010 farm into production and have run into an odd situation with one of our first departments to go live on 2010. We used the attach and upgrade method to upgrade from ...