Skip to content

Commit afd96df

Browse files
Merge pull request #249725 from Justinha/issue-114024
added permissions
2 parents 7890224 + 73ceda1 commit afd96df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/authentication/howto-mfa-userdevicesettings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: multi-factor-authentication
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: how-to
9-
ms.date: 07/05/2023
9+
ms.date: 08/29/2023
1010

1111
ms.author: justinha
1212
author: justinha
@@ -58,7 +58,7 @@ Install the Microsoft.Graph.Identity.Signins PowerShell module using the followi
5858

5959
```powershell
6060
Install-module Microsoft.Graph.Identity.Signins
61-
Connect-MgGraph -Scopes UserAuthenticationMethod.ReadWrite.All
61+
Connect-MgGraph -Scopes "User.Read.all","UserAuthenticationMethod.Read.All","UserAuthenticationMethod.ReadWrite.All"
6262
Select-MgProfile -Name beta
6363
```
6464

0 commit comments

Comments
 (0)