Tagged Questions
0
votes
0answers
35 views
SharePoint Group Users AD Group
I am having a SharePoint group SPGroup which is having users from an AD group ADGroup. Now if a user who is not part of ADGroup wants to join in SPGroup, Group Owner or Administrator should not be ...
1
vote
1answer
72 views
The old name of domain group shows up always
We granted permissions to group1 on a site collection. After a while we created a new OU on AD and moved group1 to this OU and renamed the group to group1New. However we still get the old name of the ...
1
vote
0answers
135 views
Cannot get the full name or e-mail address of user
I have used following script to add a domain group to a site
[Microsoft.SharePoint.SPUser]$spuser = $web.EnsureUser("WM\My Group name")
Set-SPUser -Identity $spuser -Web "http://myweb" ...
0
votes
0answers
15 views
Concideration about deleting a spweb
If you delete a spweb by going to site Action and click delete this site. the groups of the web still exists under web.SiteGroups. Now I created a EventReceiver to be triggered when you delete a site. ...
0
votes
1answer
349 views
Creating Group Programmatically with Reader Role
I am working with SharePoint 2010. I am creating groups in my site through code. There is no issue in that. At the time of creation I provide "Reader" role for my groups. But when I browse the listing ...
0
votes
3answers
163 views
cannot find User after runing new-spuser
I have used following PS Script to add a user to a group on a web. I didn't any error but I cannot find the user in the group or anywhere else. Thanks for your advice.
New-SPUser "wm\test2" -Web ...
1
vote
3answers
585 views
Access denied when adding a user to a group RunWithElevatedPrivileges
I am trying to create a site and add users to its group. it creates the site successfully but when I try to add users to groups I get Access denied and no user has been added to groups here is my ...
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 ...
0
votes
1answer
226 views
How to verify that AD Groups synched using User Profile Service
Our AD administrator has just set up about 10 AD groups that I want to synch with the User Profile Service for SP 2010. Seems like the synch runs fine without error but now I am having trouble ...