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.