Skip to content

Commit 5619870

Browse files
committed
Updates to support the version 2.8 release of the modernization scanner
1 parent b9b7aca commit 5619870

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed
Loading

docs/transform/modernize-scanner-reports-pages.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: The SharePoint modernization scanner reports for the pages scanner mode
33
description: Explains the pages output created by the modernization scanner
4-
ms.date: 12/13/2019
4+
ms.date: 01/17/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -132,4 +132,8 @@ Load the UniqueWebParts.csv into Microsoft Excel and use below filters to analyz
132132
Filter | Takeaway
133133
---------|----------
134134
**No filter** | Will give you one row per uniquely detected web part
135-
**InMappingFile = FALSE** | Gives you all the web parts which are not part of the webpartmapping.xml file. If these are important for you it's best to define these web parts with the properties you want to retrieve
135+
**InMappingFile = FALSE** | Gives you all the web parts which are not part of the webpartmapping.xml file. If these are important for you it's best to define these web parts with the properties you want to retrieve
136+
137+
## Understanding the SitesWithUncustomizedHomePages.csv file ##
138+
139+
This report contains a list of all the site's which have an uncustomized home page. This output can be used to configure opting out of upgrade of uncustomized home pages to a modern home page. See https://github.com/SharePoint/sp-dev-modernization/tree/dev/Scripts/HomePageModernizationOptOut to learn more.

docs/transform/modernize-scanner.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: The SharePoint modernization scanner
33
description: Gets you started with the SharePoint modernization scanner
4-
ms.date: 01/09/2020
4+
ms.date: 01/17/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -120,7 +120,7 @@ https://contoso.sharepoint.com/sites/opensourcerocks
120120

121121
The SharePoint modernization scanner does support multiple modes, depending on your modernization mode you might want to scope the scan to a certain area or alternatively, execute a full scan.
122122

123-
![scanner modes](media/modernize/scanner_p3_1_2.6.png)
123+
![scanner modes](media/modernize/scanner_p3_1_2.8.png)
124124

125125
Select the option you want in the dropdown and then the checkboxes will show which components will be included in the scan. The "Office 365 Group connection readiness" component is the main component that will be included all scan modes.
126126

@@ -170,11 +170,12 @@ SharePoint.Modernization.Scanner.exe -m GroupifyOnly -t contoso -i 7a5c1615-997a
170170

171171
### Supported scanner modes
172172

173-
Mode | Description
173+
Mode | Description
174174
------------------------- | -----------------------------------------------------------------------------------------------------------------------------------
175175
`Full` | All components will be included, omitting -m has the same result
176176
`GroupifyOnly` | Only use the Office 365 group connection readiness component, this component is part of each scan
177177
`ListOnly` | Includes a deep list scan + includes the Office 365 group connection readiness component
178+
`HomePageOnly` | Includes a scan from wiki and web part pages home pages + includes the Office 365 group connection readiness component
178179
`PageOnly` | Includes a scan from wiki and web part pages + includes the Office 365 group connection readiness component
179180
`PublishingOnly` | Includes a classic publishing portal scan at site and web level + includes the Office 365 group connection readiness component
180181
`PublishingWithPagesOnly` | Includes a classic publishing portal scan at site, web and page level + includes the Office 365 group connection readiness component
@@ -184,9 +185,9 @@ SharePoint.Modernization.Scanner.exe -m GroupifyOnly -t contoso -i 7a5c1615-997a
184185

185186
### Command-line parameter overview
186187

187-
```shell
188-
SharePoint PnP Modernization scanner 2.7.0.0
189-
Copyright (C) 2019 SharePoint PnP
188+
```text
189+
SharePoint PnP Modernization scanner 2.8.0.0
190+
Copyright (C) 2020 SharePoint PnP
190191
==========================================================
191192
192193
See the sp-dev-modernization repo for more information at:
@@ -234,8 +235,8 @@ https://contoso-admin.contoso.com -u [email protected] -p pwd
234235
235236
236237
-m, --mode (Default: Full) Execution mode. Use following modes: Full, GroupifyOnly,
237-
ListOnly, PageOnly, PublishingOnly, PublishingWithPagesOnly, WorkflowOnly,
238-
InfoPathOnly or BlogOnly. Omit or use full for a full scan
238+
ListOnly, HomePageOnly, PageOnly, PublishingOnly, PublishingWithPagesOnly,
239+
WorkflowOnly, InfoPathOnly or BlogOnly. Omit or use full for a full scan
239240
240241
-b, --exportwebpartproperties (Default: False) Export the web part property data
241242

0 commit comments

Comments
 (0)