PowerShell command to add all users via claims via PowerShell to SharePoint
1 | New-spuser “c:0(.s|true" -web http://www.mysharepointsite.com/ -permissionlevel "read" |
PowerShell command to add all users via claims via PowerShell to SharePoint
1 | New-spuser “c:0(.s|true" -web http://www.mysharepointsite.com/ -permissionlevel "read" |