Adding user in SharePoint Group:
new-spuser -UserAlias "domain\username" -Web "http://siteURL" -Group "GroupName"
Adding Everyone in SharePoint group:
new-spuser -UserAlias "Everyone" -Web "http://siteURL" -Group "GroupName"
new-spuser -UserAlias "domain\username" -Web "http://siteURL" -Group "GroupName"
Adding Everyone in SharePoint group:
new-spuser -UserAlias "Everyone" -Web "http://siteURL" -Group "GroupName"
No comments:
Post a Comment