We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e035aae commit 8fe529fCopy full SHA for 8fe529f
sharepoint/sharepoint-ps/sharepoint-online/New-SPOSite.md
@@ -31,12 +31,12 @@ For permissions and the most current information about Windows PowerShell for Sh
31
32
## EXAMPLES
33
34
-### ------------------EXAMPLE------------------
+### Example 1: Create a new site collection based on Team Site template (classic experience)
35
```
36
-PS C:\> {{ Add example code here }}
+PS C:\> New-SPOSite -Url https://contoso.sharepoint.com/sites/teamsite -Title "Classic Team Site" -Owner [email protected] -StorageQuota 20 -Template STS#0
37
38
39
-{{ Add example description here }}
+This command creates a new site collection based on Team Site template (classic experience).
40
41
42
## PARAMETERS
0 commit comments