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


You need to login to view comments.