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
+4-1Lines changed: 4 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 for the blog scanner mode
3
3
description: Explains the blog output created by the modernization scanner
4
-
ms.date: 10/23/2019
4
+
ms.date: 11/27/2019
5
5
ms.prod: sharepoint
6
6
localization_priority: Priority
7
7
---
@@ -21,6 +21,7 @@ Column | Description
21
21
**Site Collection Url** | Url of the scanned site collection.
22
22
**SiteUrl** | Url of the scanned web.
23
23
**Web Relative Url** | Relative Url of the scanned web.
24
+
**Blog Type** | Is this a classic blog or Delve blog (requires scanner 2.7+).
24
25
**Web Template** | Used web template (should all be BLOG#0).
25
26
**Language** | Language used to create the blog site.
26
27
**Blog Page Count** | Number of blog posts in this site.
@@ -38,6 +39,7 @@ Filter | Takeaway
38
39
---------|----------
39
40
**No filter** | Lists all the blog sites found in your tenant.
40
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+)
41
43
42
44
## Understanding the ModernizationBlogPageScanResults.csv file
43
45
@@ -48,6 +50,7 @@ Column | Description
48
50
**Site Collection Url** | Url of the scanned site collection.
49
51
**SiteUrl** | Url of the scanned web.
50
52
**Web Relative Url** | Relative Url of the scanned web.
53
+
**Blog Type** | Is this a classic blog page or Delve blog page (requires scanner 2.7+).
51
54
**Page Title** | Title of this blog post.
52
55
**Modified At** | Last modified date of this blog post.
53
56
**Modified By** | This blog post was last modified by.
Copy file name to clipboardExpand all lines: docs/transform/modernize-scanner-reports-groupconnect.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 for the Office 365 group connect scanner mode
3
3
description: Explains the Office 365 group connect output created by the modernization scanner
4
-
ms.date: 10/23/2019
4
+
ms.date: 11/27/2019
5
5
ms.prod: sharepoint
6
6
localization_priority: Priority
7
7
---
@@ -31,6 +31,7 @@ Column | Description
31
31
**ModernUIWarnings** | This is a collection of warnings indicating either some modern UI component was turned off or incompatible features/customizations have been detected. Possible values are `ModernPageFeatureDisabled` (modern pages are disabled for this site), `ModernListsBlockedAtSiteLevel` (modern UI for lists has been purposely been blocked at site collection level), `ModernListsBlockedAtWebLevel` (modern UI for lists has been purposely been blocked at web collection level), `MasterPageUsed` (a custom master page has been used), `AlternateCSSUsed` (alternate CSS was defined), `UserCustomActionUsed` (incompatible user custom actions have been found) and `PublishingFeatureEnabled` (publishing features are enabled).
32
32
**WebTemplate** | The web template used by the site.
33
33
**Office365GroupId** | If this site is already connected to an Office 365 group is shows the id if that group.
34
+
**HasTeamsTeam** | Is there a Teams team created for the Office 365 Group connected to this site collection (as of version 2.7)
34
35
**MasterPage** | Was a custom master page used?
35
36
**AlternateCSS** | Was alternate CSS defined?
36
37
**UserCustomActions** | Are there incompatible user custom actions used?
@@ -72,6 +73,7 @@ Filter | Takeaway
72
73
**ReadyForGroupify = TRUE** | Will give you all the site collections that can be "Office 365 group connected". There might still be warnings to check, but we did not find any blocking issues
73
74
**ReadyForGroupify = FALSE AND Office365GroupId = ""** | Will give you all the sites which do not yet have an Office 365 group connected and which can't be "Office 365 group connected"
74
75
**ReadyForGroupify = TRUE AND GroupMode = PUBLIC** | Will give you all the site collections that can be "Office 365 group connected" and for which we'll default to a public group (based on the presence of the `everyone` or `everyone except external users` in the site members or site owners
76
+
**HasTeamsTeam = FALSE AND WebTemplate = GROUP#0** | Modern group connected team sites that do not yet have a Teams team created for their Office 365 group (as of version 2.7)
75
77
76
78
## Understanding the ModernizationWebScanResults.csv file ##
Copy file name to clipboardExpand all lines: docs/transform/modernize-scanner.md
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: The SharePoint modernization scanner
3
3
description: Gets you started with the SharePoint modernization scanner
4
-
ms.date: 11/19/2019
4
+
ms.date: 11/27/2019
5
5
ms.prod: sharepoint
6
6
localization_priority: Priority
7
7
---
@@ -38,7 +38,9 @@ Since a typical scan needs to be able to scan all site collections it's recommen
38
38
-[Granting access via SharePoint App-Only](../solution-guidance/security-apponly-azureacs.md)
39
39
40
40
> [!IMPORTANT]
41
-
> If you're choosing for Azure AD app-only, then above mentioned instructions grant the Azure AD app the **Sites.FullControl.All** permission, which is needed if you want to run all scan components. If you're not interested in workflow scanning you can also use **Sites.Read.All** as a permission as of version 2.6 of the SharePoint Modernization Scanner.
41
+
> If you're choosing for Azure AD app-only, then above mentioned instructions grant the Azure AD app the **Sites.FullControl.All** permission, which is needed if you want to run **all** scan components.
42
+
> If you're not interested in workflow scanning you can also use **Sites.Read.All** as a permission (as of version 2.6).
43
+
> If you want to report on site collections that have a Teams team linked then you also need to add the **Group.Read.All** permission (as of version 2.7).
42
44
43
45
Once the preparation work is done, let's continue with doing a scan.
44
46
@@ -61,6 +63,9 @@ If you've [setup access via Azure AD App-Only](../solution-guidance/security-app
61
63
-**Certificate file**: the certificate that you granted app-only access to the Azure AD app, this needs to be presented as a password protected PFX file
62
64
-**Password for the PFX file**: the password used to secure the previously provided PFX file
63
65
66
+
> [!NOTE]
67
+
> You can also opt to install the certificate on your computer and refence it via the -w command line parameters. To reference the certificate you would use this value for the -w parameter "My|CurrentUser|1FG498B468AV3895E7659C8A6F098FB701C8CDB1". You can use My/Root and CurrentUser/LocalMachine to identify the store. The last argument is the certificate thumbprint. This option is available as of the 2.7 release.
68
+
64
69
> [!IMPORTANT]
65
70
> The default instructions mentioned to grant the Azure AD app the **Sites.FullControl.All** permission which is needed if you want to run all scan components. If you're not interested in workflow scanning you can also use **Sites.Read.All** as a permission as of version 2.6 of the SharePoint Modernization Scanner.
0 commit comments