From 389affec2353e8b9eddbaf940a89b4c559735dc6 Mon Sep 17 00:00:00 2001 From: Velin Georgiev Date: Fri, 11 May 2018 00:05:10 +0100 Subject: [PATCH] heading fix --- .../modern-experience-customizations-provisioning-sites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/solution-guidance/modern-experience-customizations-provisioning-sites.md b/docs/solution-guidance/modern-experience-customizations-provisioning-sites.md index e07382c112..6db528113e 100644 --- a/docs/solution-guidance/modern-experience-customizations-provisioning-sites.md +++ b/docs/solution-guidance/modern-experience-customizations-provisioning-sites.md @@ -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. @@ -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.