Turns out the best way to make this type of update is with PowerShell. After a very quick search brought me to Ranjivay's blog post, I was easily able to make the update for the specific sites I need to show tomorrow, using the following command:
Set-SPUser -identity
Supposedly the "Current Name" can be the current display name, but I preferred to use the account instead. So my actual command was:
Set-SPUser -identity "rhvm\robert" -DisplayName "Robert Hiskey" -web http://dev.hiskeys.com/sites/spsnyc
Quick and painless. Hooray for PowerShell!
No comments:
Post a Comment