From 625cedd500251ef78e794691f4e9373b0bb3aa23 Mon Sep 17 00:00:00 2001 From: newgardj <34944901+newgardj@users.noreply.github.com> Date: Tue, 18 Jun 2019 09:05:17 -0600 Subject: [PATCH] Updated script name and added link Update CustomLearningConfiguration.ps1 to new name M365lpConfiguration.ps1 --- CustomLearning/custom_manualsetup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CustomLearning/custom_manualsetup.md b/CustomLearning/custom_manualsetup.md index cbcb033..6d5c89e 100644 --- a/CustomLearning/custom_manualsetup.md +++ b/CustomLearning/custom_manualsetup.md @@ -50,14 +50,14 @@ Ensure the following permissions are set for the site: - **Visitors group** - permissions required to view site content. ## Step 6- Execute PowerShell Configuration Script -A PowerShell script `CustomLearningConfiguration.ps1` is included that you will need to execute to create three [tenant properties](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/tenant-properties) that the solution uses. In addition the script creates two [single part app pages](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/single-part-app-pages) in the site pages library to host the admin and user web parts at a known location. +A PowerShell script [`M365lpConfiguration.ps1`](https://github.com/pnp/custom-learning-office-365/blob/master/webpart/M365lpConfiguration.ps1) is included that you will need to execute to create three [tenant properties](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/tenant-properties) that the solution uses. In addition the script creates two [single part app pages](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/single-part-app-pages) in the site pages library to host the admin and user web parts at a known location. 1. If you haven't already downloaded the SharePoint Online Management Shell, download it now. See [SharePoint Online Management Shell Download](https://go.microsoft.com/fwlink/p/?LinkId=255251). 2. You may need to set a PowerShell execution policy to run the script. For more information, see [About Execution Policies](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-6). 3. Execute the `CustomLearningConfiguration.ps1` script. In addition to your Tenant Admin credentials, the script will prompt you for your tenant name and site name. Considering the following example for your site URL, `https://contoso.sharepoint.com/sites/O365CL`, `contoso` is the tenant name and `O365CL` is the site name. ### Disabling Telemetry Collection -Part of this solution includes anonymized telemetry tracking opt in, which by default is set to on. If you are performing a manual install and you would like to turn telemetry tracking off, please change the `CustomlearningConfiguration.ps1` script to set the $optInTelemetry variable to $false and run the script. +Part of this solution includes anonymized telemetry tracking opt in, which by default is set to on. If you are performing a manual install and you would like to turn telemetry tracking off, please change the [`M365lpConfiguration.ps1`](https://github.com/pnp/custom-learning-office-365/blob/master/webpart/M365lpConfiguration.ps1) script to set the $optInTelemetry variable to $false and run the script. ## Validate Provisioning Success and Initialize the CustomConfig List