Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for DoD and correcting ps1 reference in Step 6 #79

Open
wants to merge 1 commit into
base: public
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CustomLearning/custom_manualsetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ 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](/sharepoint/dev/spfx/tenant-properties) that the solution uses. In addition, the script creates two [single part app pages](/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` is included that you will need to execute to create three [tenant properties](/sharepoint/dev/spfx/tenant-properties) that the solution uses. In addition, the script creates two [single part app pages](/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.
# NOTE: DoD edit line numbers 37 & 54 to sharepoint-mil.us

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](/powershell/module/microsoft.powershell.core/about/about_execution_policies).
Expand Down Expand Up @@ -126,4 +127,4 @@ After you reestablish your learning pathways site by following the steps above,

### Next Steps
- See [Customize learning pathways](custom_overview.md).
- See [Translate site pages](custom_translate_page_ml.md).
- See [Translate site pages](custom_translate_page_ml.md).