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-blogs.md
+1-2Lines changed: 1 addition & 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 blog scanner mode
3
3
description: Explains the blog output created by the modernization scanner
4
-
ms.date: 11/27/2019
4
+
ms.date: 02/04/2021
5
5
ms.prod: sharepoint
6
6
localization_priority: Priority
7
7
---
@@ -39,7 +39,6 @@ Filter | Takeaway
39
39
---------|----------
40
40
**No filter** | Lists all the blog sites found in your tenant.
41
41
**Blog Page Count > 10 AND Change Year = this year** | A good filter to identify the actively used blog sites in your tenant. These sites are good candidates for modernization.
42
-
**Blog Type = "Delve blogs"** | As Delve blogs are retired it's good to understand where they are used in your tenant. (requires scanner 2.7+)
43
42
44
43
## Understanding the ModernizationBlogPageScanResults.csv file
title: The SharePoint modernization scanner reports for the customized forms scanner mode
3
+
description: Explains the customized forms output created by the modernization scanner
4
+
ms.date: 02/04/2021
5
+
ms.prod: sharepoint
6
+
localization_priority: Priority
7
+
---
8
+
9
+
# SharePoint Modernization scanner reports: Customized Forms reports
10
+
11
+
## Understanding the ModernizationCustomizedFormsScanResults.csv file
12
+
13
+
This report contains the following columns:
14
+
15
+
Column | Description
16
+
---------|----------
17
+
**Site Collection Url** | Url of the scanned site collection.
18
+
**Form Type** | Type of form: value can be `DefaultView`, `NormalView`, `DialogView`, `View`, `DisplayForm`, `DisplayFormDialog`, `EditForm`, `EditFormDialog`, `NewForm`, `NewFormDialog` or `SolutionForm`.
19
+
**Form Url** | Server relative url to the customized form/page.
20
+
**Page Id** | Id of the customized form/page.
21
+
**WebPart Id** | Id of the DataForm web part on the customized page/form.
22
+
23
+
### Key takeaways from this report ###
24
+
25
+
Load the ModernizationCustomizedFormsScanResults.csv into Microsoft Excel and use below filters to analyze the received data
26
+
27
+
Filter | Takeaway
28
+
---------|----------
29
+
**No filter** | Lists all the customized forms found in your tenant.
30
+
**Form Type = EditForm** | A good filter to identify the actively used customized edit forms.
Copy file name to clipboardExpand all lines: docs/transform/modernize-scanner-reports.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: The SharePoint modernization scanner reports
3
3
description: Explains the output created by the modernization scanner
4
-
ms.date: 10/23/2019
4
+
ms.date: 02/04/2021
5
5
ms.prod: sharepoint
6
6
localization_priority: Priority
7
7
---
@@ -25,6 +25,7 @@ Mode | Description
25
25
`WorkflowOnly` | Includes the classic workflow scan + includes the Microsoft 365 group connection readiness component
26
26
`InfoPathOnly` | Includes the InfoPath scan + includes the Microsoft 365 group connection readiness component
27
27
`BlogOnly` | Includes the Blog scan + includes the Microsoft 365 group connection readiness component
28
+
`CustomizedFormsOnly` | Includes the Customized Forms scan + includes the Microsoft 365 group connection readiness component
28
29
29
30
After the run you'll find a new sub folder (e.g. 636530041937506713) which contains the following files. Depending on the optional mode you specified you'll get more or less reports.
30
31
@@ -50,6 +51,7 @@ Report | Include in following modes | Content
50
51
**ModernizationInfoPathScanResults.csv** | Full, InfoPathOnly | One row per found InfoPath usage, explains the type of InfoPath usage.
51
52
**ModernizationBlogWebScanResults.csv** | Full, BlogOnly | One row per found blog site containing last change information and blog site language.
52
53
**ModernizationBlogPageScanResults.csv** | Full, BlogOnly | One row per found blog page having title and last change information.
54
+
**ModernizationCustomizedFormsScanResults.csv** | Full, CustomizedFormsOnly | One row per found page hosting a customized DataForm web part (= includes customized forms).
53
55
**Error.csv** | All modes | If the scan tool encountered errors then these are logged in this file.
54
56
**ScannerSummary.csv** | All modes | Logs the number of scanned site collections, webs and list. It will also contain information on scan duration and used scanner version.
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 "Microsoft 365 group connection readiness" component is the main component that will be included all scan modes.
161
161
162
162
### Page 4: Scanner options
163
163
164
164
As a last step you can tweak the scanner options. Depending on the earlier chosen scanner mode, some options might be disabled.
-**Number of threads**: the scan is multi-threaded, default is 10 but for larger scans 20-30 threads delivers a better scan performance (your mileage might vary)
171
-
-**Don't use search**: if you're not interested in page/site usage information then you can select this option. As this removes one search query per site collection, it will make the scan slightly faster
171
+
-**Don't use search**: if you're interested in page/site usage information then you can unselect this option. As this adds one search query per site collection, it will make the scan slightly slower
172
172
-**Don't include user information**: check this box if you're not interested in seeing user information (user names) as part of the produced data
173
173
-**Exclude lists**: For the "Modern list and library experience" scan you can exclude lists that are only blocked due to an OOB reason
174
174
-**Export page details**: By default the scan isn't exporting detailed web part information (web part properties) as that dataset can be huge. Check this box if you would like to have the full web part option data
@@ -218,11 +218,12 @@ Mode | Description
218
218
`WorkflowWithDetailsOnly` | Includes the classic workflow scan with workflow migration readiness analysis + includes the Microsoft 365 group connection readiness component
219
219
`InfoPathOnly` | Includes the InfoPath scan + includes the Microsoft 365 group connection readiness component
220
220
`BlogOnly` | Includes the Blog scan + includes the Microsoft 365 group connection readiness component
221
+
`CustomizedFormsOnly` | Includes the Customized Forms scan + includes the Microsoft 365 group connection readiness component
0 commit comments