Forum Discussion
Ray Gay
Dec 22, 2017Copper Contributor
Domain Controller password expiration
Anyone faced an expired domain controller password on Azure (simple AD inside vnet - not AADS)? Not able to change password via RDP. Note: AD Administrator password; not local admin.
Chris Johnson
Feb 15, 2018Brass Contributor
Did you get this resolved? I have the exact same issue on a couple of test AD VMs in Azure.
Hannel Hazeley
Feb 16, 2018Iron Contributor
If the agent is working, which i assume it is because of the error, then you can use the custom script extension to just create a new user.
net user soverflow Testing123 /add /domain net localgroup administrators soverflow /add
And you should be able to RDP with new user 'soverflow'.
Hope this helps.