In this tutorial, you enable users to reset their passwords from the Windows 10 login screen. With the new Windows 10 April 2018 Update, users with Azure AD joined or hybrid Azure AD joined devices can use a “Reset password” link on their login screen. When users click this link, they are brought to the same self-service password reset (SSPR) experience they are familiar with.
Deploying the configuration change to enable password reset from the login screen using Intune is the most flexible method. Intune allows you to deploy the configuration change to a specific group of machines you define. This method requires Intune enrollment of the device.
./Vendor/MSFT/Policy/Config/Authentication/AllowAadPasswordReset
More information on creating groups can be found in the article Manage access to resources with Azure Active Directory groups.
You have now created and assigned a device configuration policy to enable the Reset password link on the login screen using Intune.
We recommend using this method only to test the setting change.
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\AzureADAccount
"AllowPasswordReset"=dword:00000001
Now that the policy is configured and assigned, what changes for the user? How do they know that they can reset their password at the login screen?
When users attempt to log in, they now see a Reset password link that opens the self-service password reset experience at the login screen. This functionality allows users to reset their password without having to use another device to access a web browser. When users attempt to log in, they now see a Reset password link that opens the self-service password reset experience at the login screen. This functionality allows users to reset their password without having to use another device to access a web browser.
Your users will find guidance for using this feature in Reset your work or school password
If you decide you no longer want to use the functionality you have configured as part of this tutorial, delete the Intune device configuration profile that you created or the registry key.