Skip to content

Commit 8b8cd19

Browse files
authored
Merge pull request MicrosoftDocs#3184 from MarieLePanda/patch-1
URL in HTTPS
2 parents 80a30b5 + e00898d commit 8b8cd19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ For permissions and the most current information about Windows PowerShell for Sh
3636

3737
### -----------------------EXAMPLE 1-----------------------------
3838
```
39-
New-SPOSite -Url http://contoso.sharepoint.com/sites/mynewsite -Owner [email protected] -StorageQuota 1000 -Title "My new site collection"
39+
New-SPOSite -Url https://contoso.sharepoint.com/sites/mynewsite -Owner [email protected] -StorageQuota 1000 -Title "My new site collection"
4040
```
4141

4242
Example 1 creates a new site collection for the current company with specified site URL, title and owner. The storage quota is set to 1000 megabytes.
4343

4444
### -----------------------EXAMPLE 2-----------------------------
4545
```
46-
New-SPOSite -Url http://contoso.sharepoint.com/sites/mynewsite -Owner [email protected] -StorageQuota 1000 -CompatibilityLevel 15 -LocaleID 1033 -ResourceQuota 300 -Template "STS#0" -TimeZoneId 13 -Title "My new site collection"
46+
New-SPOSite -Url https://contoso.sharepoint.com/sites/mynewsite -Owner [email protected] -StorageQuota 1000 -CompatibilityLevel 15 -LocaleID 1033 -ResourceQuota 300 -Template "STS#0" -TimeZoneId 13 -Title "My new site collection"
4747
```
4848

4949
Example 2 creates a new site collection for the current company with specified site URL, title, owner and template. The storage quota is set to 1000 megabytes and the resource quota is set to 300 megabytes. The template compatibility level is set to 15 which means that the site collection only supports the SharePoint 2013 template. The language is set to English - United States (LocaleID = 1033) and the time zone is set to (GMT-08:00) Pacific Time (US and Canada) (TimeZone = 13).

0 commit comments

Comments
 (0)