- Install Windows PowerShell 3.0
- Install the SharePoint Online Management Shell
- 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
- 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]
- Request-SPOPersonalSite -UserEmails “[email protected],[email protected]”
- Request-SPOPersonalSite -UserEmails “[email protected],[email protected]” -NoWait
http://www.thinkscape.com/Provision-OneDrive-For-Business-Personal-Sites/