Tagged Questions
2
votes
1answer
40 views
RoleAssigments are being assigned by default to all new pages
I am pretty new to SharePoint, so please let me know if there is some more info or clarification required. I am creating a webapplication with certain SP groups, libraries and pages in that order by ...
3
votes
3answers
737 views
Add group to Library permissions using powershell
I have written a script that created a document library called "Audit Logs" for every site collection in our environment. I then wanted to ensure that only Site Collection administrators and the ...
0
votes
1answer
99 views
How to add an existing group to a newly created site through poweshell?
I am creating sites through powershell and creating the groups for them. I have a situation where if the group is already existing group then I have to add that group to the site. Coz might be ...
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
1answer
174 views
Change owner of all objects
Is it possible to change the owner of all lists, libraries, and pages on SharePoint 2010? Our developers logged in via their personal accounts to the dev server and so SharePoint took their account as ...
0
votes
1answer
1k views
Modifying group owners of sites with ps
I need help here with powershell, as im not that good in, im only starting, but i need already to make a powershell script but will run thru all collaborative spaces and modify 4 groups by setting ...
1
vote
1answer
2k views
How do I export site security groups and memberships with PowerShell?
I'm looking for a PowerShell script (or tool) to export a site's groups and group memberships to a text file.
These files would be used as backup for the current security configuration in case the ...
2
votes
1answer
310 views
User not showing on People page although listed when using Powershell
I'm using SharePoint 2010 (14.0.4763.1000) and have a user that is not showing on the People page (_layouts/people.aspx?MembershipGroupId=3). MembershipGroupId=3 is the Owner's Group.
When using ...