We need to add several users to several SharePoint Groups.
Does anyone have an example of how to add a user to a sharepoint group using power shell.
|
We need to add several users to several SharePoint Groups. Does anyone have an example of how to add a user to a sharepoint group using power shell.
| |||
|
feedback
|
|
Try this script Set-SPUser -Identity 'fun/factory' -Web http://someserver -Group 'Name of group' | |||
|
feedback
|
|
To add multiple users to multiple groups, you could use a longer script:
| ||||
|
feedback
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.