SharePoint Online Management Shell: New-SPOSite

In this blog you will see how to create a new site collection in SharePoint Online using Powershell.

Syntax:

Connect-SPOService -Url https://c986-admin.sharepoint.com/ -credential [email protected]

New-SPOSite -Url https://c986.sharepoint.com/sites/vijaitestsite -Owner [email protected] -StorageQuota 1000 -Title "Vijai Test Site"

Output:

A new site collection named “Vijai Test Site” is created.