Monday, March 26, 2012

Change User's email in SharePoint site

The Set-SPUser command lets you change

Set-SPUser -Identity 'domain\user' -DisplayName 'John Doe' -Email 'john.doe@nowhere.com' -Web http://myweb/path/to

No comments:

Post a Comment