Skip to content

Commit 0bd466e

Browse files
committed
article updates
1 parent 14e491f commit 0bd466e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/transform/modernize-branding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ $themepalette = @{
7676
Add-PnPTenantTheme -Identity "CustomCompanyTheme" -Palette $themepalette -IsInverted:$false
7777
```
7878

79-
To use the this company SharePoint theme you can use the below script:
79+
To use your company SharePoint theme you can use the below script:
8080

8181
```PowerShell
8282
$minimumVersion = New-Object System.Version("2.24.1803.0")

docs/transform/modernize-classic-sites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Learn more via the [Modernize your site branding](modernize-branding.md) article
3939

4040
## What process to follow
4141

42-
There's on one size fits all process for site modernization: the previous chapter introduced the possible steps in a site modernization but whether you run all steps and in which order you run them is up to you to decide. Although there's no one size fits all process there's a recommended approach for site modernization:
42+
There's **no one size fits all process** for site modernization: the previous chapter introduced the possible steps in a site modernization but whether you run all steps and in which order you run them is up to you to decide. Although there's no one size fits all process there's a recommended approach for site modernization:
4343

4444
### Step 1: Enable the out-of-the-box modern user interface for lists and libraries
4545

docs/transform/modernize-connect-to-office365-group.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Here's a small sample:
9797
```Text
9898
Url,Alias,IsPublic,Classification
9999
https://contoso.sharepoint.com/sites/hrteam,hrteam,false,Medium Impact
100-
https://contoso.sharepoint.com/sites/engineering,engineeringteam,true,High Impact
100+
https://contoso.sharepoint.com/sites/engineering,engineeringteam,true,Low Impact
101101
```
102102

103103
To help you verify this file before using it you can use below PowerShell script. This script will check for valid site URL's and aliases. Update this script with your tenant admin center URL and run it. The script will ask for the CSV file name and generates a report for you. During the validation script execution the following errors can popup:
@@ -134,6 +134,9 @@ Now that we've an input file that's defining the sites that need to be "groupifi
134134

135135
Running the below PowerShell script requires you to update the tenant admin center URL and at run time provide credentials and the CSV input file.
136136

137+
> [!NOTE]
138+
> This is a sample script that you need to address to your needs by updating/dropping the **optional** parts or by adding additional modernization tasks (like setting a SharePoint site theme)
139+
137140
[!code-powershell[bulkgroupify](../../PnP-Tools/Solutions/SharePoint.Modernization/Scripts/Groupify/GroupifySite.ps1 "Bulk groupify sites")]
138141

139142
During script execution a log file will be generated combined with an error file which contains a subset of the log file (only the errors).

0 commit comments

Comments
 (0)