Add users to SharePoint via Command Line


/ Published in: Other
Save to your folder(s)

Execute this commend to add users to SharePoint


Copy this code and paste it in your HTML
  1. stsadm -o adduser -url http://sharepoint:8080/ -userlogin sharepoint\johndoe-useremail [email protected] -role Contributor -username johndoe

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.