#365 #OD provision onedrive sites/sharepoint personal sites

  1. Install Windows PowerShell 3.0
  2. Install the SharePoint Online Management Shell
  3. Open up a PowerShell session by clicking the Start button then typing SharePoint Online Management Shell followed by the return key. If you receive an error that a PowerShell module failed to load then try running the SharePoint Online Management Shell as an administrator
  4. Connect to SharePoint Online by running the Connect-SPOService cmdlet in the PowerShell session you have just started. In the following example replace thinkscape1com and [email protected] with your Office 365 tenant name and Office 365 administrator user respectively: Connect-SPOService -Url https://thinkscape1com-admin.sharepoint.com -credential [email protected]
  5. Request-SPOPersonalSite -UserEmails “[email protected],[email protected]
  6. Request-SPOPersonalSite -UserEmails “[email protected],[email protected]” -NoWait

http://www.thinkscape.com/Provision-OneDrive-For-Business-Personal-Sites/