You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/transform/modernize-scanner-reports-pages.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: The SharePoint modernization scanner reports for the pages scanner mode
3
3
description: Explains the pages output created by the modernization scanner
4
-
ms.date: 12/13/2019
4
+
ms.date: 01/17/2020
5
5
ms.prod: sharepoint
6
6
localization_priority: Priority
7
7
---
@@ -132,4 +132,8 @@ Load the UniqueWebParts.csv into Microsoft Excel and use below filters to analyz
132
132
Filter | Takeaway
133
133
---------|----------
134
134
**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.
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.
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.
`Full` | All components will be included, omitting -m has the same result
176
176
`GroupifyOnly` | Only use the Office 365 group connection readiness component, this component is part of each scan
177
177
`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
178
179
`PageOnly` | Includes a scan from wiki and web part pages + includes the Office 365 group connection readiness component
179
180
`PublishingOnly` | Includes a classic publishing portal scan at site and web level + includes the Office 365 group connection readiness component
180
181
`PublishingWithPagesOnly` | Includes a classic publishing portal scan at site, web and page level + includes the Office 365 group connection readiness component
0 commit comments