Forum Discussion
ceyoung1223
Mar 18, 2021Copper Contributor
Creating a SharePoint site using PowerShell script
Hello! I have an E5 developer subscription, and I wanted to create a SharePoint site using a PowerShell script, but I received an error message stating the "current site is not a tenant administrati...
Paul Bullock
Mar 19, 2021MVP
Hi
Assuming your using the command Connect-SPOService, just add admin as part of the address e.g. "Connect-SPOService https://contoso-admin.sharepoint.com" - but even with an E5 license, you will still need SharePoint admin role.
Assuming your using the command Connect-SPOService, just add admin as part of the address e.g. "Connect-SPOService https://contoso-admin.sharepoint.com" - but even with an E5 license, you will still need SharePoint admin role.
CarolynEYoung
Mar 22, 2021Copper Contributor
Thank you! This worked perfectly.