Changing user domain password from computer outside of Corporate network without VPN

SecJedi 36 Reputation points
2022-08-09T17:05:13.783+00:00

While outside of the office and connected to the corporate VPN, I can use Ctrl-Alt-Del to change my password without issue. This appears to store a hash of my password on my laptop and I can later log into the laptop with the new password without first connecting to the VPN.

Below is a small snippet from the command "dsregcmd /status"

AzureAdJoined : YES
EnterpriseJoined : NO
DomainJoined : YES

Given the above "AzureAdJoined" being "YES". Should a user, who is not connected to our corporate VPN be able to use "Ctrl-Alt-Del" to reset their password and have the hash written to the laptop? This user has internet connectivity, just no VPN.

Currently when I try that, I get the message "Configuration information could not be read from the domain controller, either because the machines is unavailable, or access has been denied".

I want know if this is possible or is the VPN required at all times. Ideally, we don't want users relying on VPN to change their password when out of the office. This is mainly a concern for remote workers. I can use self service password reset (sspr) to reset the password but I still need to first connect to the VPN before I can log into the laptop. I appreciate the feedback.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,172 questions
0 comments No comments
{count} votes

Accepted answer
  1. Cristian SPIRIDON 4,481 Reputation points
    2022-08-09T18:40:18.607+00:00

    Hi,

    It's not possible to change the on prem password without line of sight to the domain controller.

    You need the VPN to be connected for this.

    You can change your password in Azure AD but you still need the VPN to sync the password from on prem DC to the laptop.

    Hope this helps!

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Bivash Barua 0 Reputation points
    2024-08-20T04:24:25.92+00:00

    Would Password write back (with Password Hash Synchronization -PHS) enabled in Azure AD connector help in this scenario?
    I've have similar situation to SecJedi. We don't want users relying on VPN to change their password when out of the office.

    0 comments No comments

  2. Michael Kane 1 Reputation point
    2024-10-22T19:10:10.91+00:00

    Bivash Barua, the password can sync back to Active Directory but not to the laptop until it connects to the VPN or be in the office network.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.