Skip to content

Commit d9c26e1

Browse files
committed
scanner AAD use clarifications
1 parent 255fbcd commit d9c26e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/transform/modernize-scanner.md

Lines changed: 3 additions & 3 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: 11/27/2019
4+
ms.date: 03/01/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -59,12 +59,12 @@ The first page of the modernization scanner wizard asks you for authentication i
5959
If you've [setup access via Azure AD App-Only](../solution-guidance/security-apponly-azuread.md) you do have created an Azure App and configured a certificate for accessing it. This information needs to be provided to the tool:
6060

6161
- **Azure AD Application ID**: ID of the created application in your Azure AD environment
62-
- **Azure AD Domain name**: the default ___domain of your Azure AD environment. You can find this from the overview page of the Azure AD management portal
62+
- **Azure AD Domain name**: the default ___domain of your Azure AD environment. You can find this from the overview page of the Azure AD management portal. Typically this ___domain is formatted as *.onmicrosoft.com, e.g. contoso.onmicrosoft.com.
6363
- **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
6464
- **Password for the PFX file**: the password used to secure the previously provided PFX file
6565

6666
> [!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.
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. If you're using LocalMachine then be aware that you'll need to ensure the scanner has permissions to read in the LocalMachine store. You can do this by either running the scanner process under administrative privileges or alternatively (and better) grant the account you're using to run the modernization scan permissions to read the private key of the certificate stored in the LocalMachine store.
6868
6969
> [!IMPORTANT]
7070
> 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

Comments
 (0)