Add a user to a SharePoint group using PowerShell
It’s fairly easy to add a user to a SharePoint group using the New-SPUser command. All you need to know is the URL of the site, the name of the user and the group they are to become a member of. …
It’s fairly easy to add a user to a SharePoint group using the New-SPUser command. All you need to know is the URL of the site, the name of the user and the group they are to become a member of. …