Forum Discussion

Lou Mickley's avatar
Lou Mickley
Iron Contributor
Jul 20, 2017
Solved

Request-SPOPersonalSite does not seem to work as desired (RESOLVED!)

I'm testing the PowerShell provisioning of OneDrive sites with simple script but it does not appear to be working. $tenant = "AAAAAA" Import-Module Microsoft.Online.SharePoint.PowerShell -DisableNa...
  • Lou Mickley's avatar
    Aug 21, 2017

    Found the solution after working with Microsoft Premier support.  There are two errors on this page: https://technet.microsoft.com/en-us/library/dn792367.aspx (as of 8/21/2017).  It does not mention:

    1. In addition to being an admin account, the account doing the provisioning MUST be licensed for SharePoint Online.

    2. The syntax of the PowerShell was incorrect in the original Microsoft page.  The emails should be EACH in quotes, separated by a comma ("mail1","mail2"): so in original example it should read:

    $emails = "jbagadonuts@AAAAAA.com","bmeints@AAAAAA.com"

     

    after running the PowerShell, SP Online timer job provisioned both in a few minutes.

Resources