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: articles/active-directory/authentication/howto-sspr-authenticationdata.md
+25-63Lines changed: 25 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: active-directory
6
6
ms.service: active-directory
7
7
ms.subservice: authentication
8
8
ms.topic: how-to
9
-
ms.date: 01/29/2023
9
+
ms.date: 04/26/2023
10
10
11
11
ms.author: justinha
12
12
author: justinha
@@ -82,45 +82,46 @@ The following fields can be set through PowerShell:
82
82
> [!IMPORTANT]
83
83
> Azure AD PowerShell is planned for deprecation. You can start using [Microsoft Graph PowerShell](/powershell/microsoftgraph/overview) to interact with Azure AD as you would in Azure AD PowerShell, or use the [Microsoft Graph REST API for managing authentication methods](/graph/api/resources/authenticationmethods-overview).
84
84
85
-
### Use Azure AD PowerShell version 1
85
+
### Use Microsoft Graph PowerShell
86
86
87
-
To get started, [download and install the Azure AD PowerShell module](/previous-versions/azure/jj151815(v=azure.100)#bkmk_installmodule). After it's installed, use the following steps to configure each field.
87
+
To get started, [download and install the Microsoft Graph PowerShell module](/powershell/microsoftgraph/overview).
88
88
89
-
#### Set the authentication data with Azure AD PowerShell version 1
89
+
To quickly install from recent versions of PowerShell that support `Install-Module`, run the following commands. The first line checks to see if the module is already installed:
To get started, [download and install the Microsoft Graph PowerShell module](/powershell/microsoftgraph/overview).
164
-
165
-
To quickly install from recent versions of PowerShell that support `Install-Module`, run the following commands. The first line checks to see if the module is already installed:
166
-
167
-
```PowerShell
168
-
Get-Module Microsoft.Graph
169
-
Install-Module Microsoft.Graph
170
-
Select-MgProfile -Name "beta"
171
-
Connect-MgGraph -Scopes "User.ReadWrite.All"
172
-
```
173
-
174
-
After the module is installed, use the following steps to configure each field.
175
-
176
-
#### Set the authentication data with Microsoft Graph PowerShell
0 commit comments