Knowledge Base

Our dedicated Product Specialist team is always ready to help you when you need it the most. Contact Support

Enabling uReset for Azure AD Joined Clients

In this article we will review the steps required for enabling Azure Active Directory joined Windows clients with the Specops Authentication Client to use uReset from the Windows login screen. Please note these instructions apply only to AAD-only machines and are not applicable to hybrid-joined machines.

The following features of the client are not currently supported on AAD-joined machines:

  • Start Menu Shortcuts — the settings here will remove our start menu shortcuts. Customers are encouraged to create their own shortcuts for Enroll/Reset/Change
  • Enrollment Reminders — use email-based enrollment reminders as an alternative
  • CTRL+ALT+DEL Password Change Feedback — traditional CTRL+ALT+DEL password change is not available in AAD-joined Windows

Identify Passsword Reset URL

Launch Specops Authentication Gatekeeper Administration from the start menu on your Gatekeeper server. Next, choose the uReset tab on the left. Under the URLs in this section, identify and right-click the Reset Password URL again storing it to a temporary location:

Configure Off-Network Specops Authentication Client using the Registry

Deploy the following registry settings to your clients via Intune script or other method of your choice.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Specopssoft]

[HKEY_LOCAL_MACHINE\SOFTWARE\Specopssoft\uReset]

[HKEY_LOCAL_MACHINE\SOFTWARE\Specopssoft\uReset\Client]

[HKEY_LOCAL_MACHINE\SOFTWARE\Specopssoft\uReset\Client\Settings]
"EnablePasswordResetLink"=dword:00000001
"CreateStartMenuShortcuts"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\SpecopsSoft\uReset\Client\Urls]
"Reset"="https://eu.login.specopssoft.com/Authentication/Password/Reset?domainName=robert.local"
"ResetExternal"="https://eu.login.specopssoft.com/Authentication/Password/Reset?domainName=robert.local"

These settings correspond to the following settings in the Specops Authentication Client ADMX template:

  • General Client Settings -> Create start menu shortcuts to password enroll/change/reset: Disabled
  • Enhance Windows logon and password change -> Show the Password Reset link: Enabled
  • URL Overrides (uReset) -> Reset Password web page URL
  • URL Overrides (uReset) -> Reset Password web page URL from Internet

Publication date: August 25, 2022
Modification date: April 3, 2024

Was this article helpful?

Related Articles