PowerShell Tip: Adding Users Without an Email Address
Here’s another handy quickie: we have a bunch of users we want to add as owners when building a SharePoint site, but the adduser STSADM command won’t accept an empty email address. We don’t have real addresses for the users, nor do we want to make something up.
The SharePoint API doesn’t require that users have email addresses, though, so…