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
+7-46Lines changed: 7 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
-
title: Pre-populate contact information for self-service password reset
3
-
description: Learn how to pre-populate contact information for users of Microsoft Entra self-service password reset (SSPR) so they can use the feature without completing a registration process.
2
+
title: Prepopulate contact information for self-service password reset
3
+
description: Learn how to prepopulate contact information for users of Microsoft Entra self-service password reset (SSPR) so they can use the feature without completing a registration process.
4
4
5
5
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
@@ -16,11 +16,11 @@ ms.reviewer: tilarso
16
16
ms.collection: M365-identity-device-management
17
17
ms.custom: has-azure-ad-ps-ref
18
18
---
19
-
# Pre-populate user authentication contact information for Microsoft Entra self-service password reset (SSPR)
19
+
# Prepopulate user authentication contact information for Microsoft Entra self-service password reset (SSPR)
20
20
21
21
To use Microsoft Entra self-service password reset (SSPR), authentication information for a user must be present. Most organizations have users register their authentication data themselves while collecting information for MFA. Some organizations prefer to bootstrap this process through synchronization of authentication data that already exists in Active Directory Domain Services (AD DS). This synchronized data is made available to Microsoft Entra ID and SSPR without requiring user interaction. When users need to change or reset their password, they can do so even if they haven't previously registered their contact information.
22
22
23
-
You can pre-populate authentication contact information if you meet the following requirements:
23
+
You can prepopulate authentication contact information if you meet the following requirements:
24
24
25
25
* You have properly formatted the data in your on-premises directory.
26
26
* You have configured [Microsoft Entra Connect](../hybrid/connect/how-to-connect-install-express.md) for your Microsoft Entra tenant.
@@ -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