Skip to content

Commit

Permalink
heading fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VelinGeorgiev committed May 10, 2018
1 parent be4ca32 commit 389affe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ Execute-PnPQuery
$web.WebTemplate + "#" + $web.Configuration
```

### Provisioning an Office 365 group programmatically
#### Provisioning a "modern" team site using the Office 365 CLI

Alternatively, the [Office 365 CLI](https://sharepoint.github.io/office365-cli/?utm_source=msft_docs&utm_medium=page&utm_campaign=Provisioning+modern+team+sites+programmatically) can be used to create "modern" sites. The Office 365 CLI is a cross-platform command line interface that can be used on any platform, including Windows, MacOS and Linux.
Expand All @@ -131,6 +130,7 @@ echo $siteUrl
o365 spo propertybag list -u $siteUrl
```

### Provisioning an Office 365 group programmatically

"Modern" team sites can be created programmatically by creating an [Office 365 group](https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/resources/group) using the Microsoft Graph, too. In fact, when you create an Office 365 group a "modern" team site is automatically provisioned for the group. The "modern" team site URI will be based upon the _mailNickname_ parameter of the Office 365 group and has the following default structure.

Expand Down

0 comments on commit 389affe

Please sign in to comment.