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
+2-41Lines changed: 2 additions & 41 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: 09/14/2023
9
+
ms.date: 09/21/2023
10
10
11
11
ms.author: justinha
12
12
author: justinha
@@ -79,8 +79,7 @@ The following fields can be set through PowerShell:
79
79
**Office phone*
80
80
* Can only be set if you're not synchronizing with an on-premises directory.
81
81
82
-
> [!IMPORTANT]
83
-
> Azure AD PowerShell is planned for deprecation. You can start using [Microsoft Graph PowerShell](/powershell/microsoftgraph/overview) to interact with Microsoft Entra ID as you would in Azure AD PowerShell, or use the [Microsoft Graph REST API for managing authentication methods](/graph/api/resources/authenticationmethods-overview).
82
+
You can use [Microsoft Graph PowerShell](/powershell/microsoftgraph/overview) to interact with Microsoft Entra ID, or use the [Microsoft Graph REST API for managing authentication methods](/graph/api/resources/authenticationmethods-overview).
To get started, [download and install the Microsoft Entra version 2 PowerShell module](/powershell/module/azuread/).
127
-
128
-
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:
129
-
130
-
```PowerShell
131
-
Get-Module AzureAD
132
-
Install-Module AzureAD
133
-
Connect-AzureAD
134
-
```
135
-
136
-
After the module is installed, use the following steps to configure each field.
137
-
138
-
#### Set the authentication data with Azure AD PowerShell version 2
0 commit comments