Skip to content

Commit 8fe529f

Browse files
Update New-SPOSite.md
Also added a first PowerShell example to this cmdlet.
1 parent e035aae commit 8fe529f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sharepoint/sharepoint-ps/sharepoint-online/New-SPOSite.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ For permissions and the most current information about Windows PowerShell for Sh
3131

3232
## EXAMPLES
3333

34-
### ------------------EXAMPLE------------------
34+
### Example 1: Create a new site collection based on Team Site template (classic experience)
3535
```
36-
PS C:\> {{ Add example code here }}
36+
PS C:\> New-SPOSite -Url https://contoso.sharepoint.com/sites/teamsite -Title "Classic Team Site" -Owner [email protected] -StorageQuota 20 -Template STS#0
3737
```
3838

39-
{{ Add example description here }}
39+
This command creates a new site collection based on Team Site template (classic experience).
4040

4141

4242
## PARAMETERS

0 commit comments

Comments
 (0)