Dec 22 2017 08:17 AM
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.
Dec 30 2017 05:57 PM
Feb 15 2018 10:59 AM
Did you get this resolved? I have the exact same issue on a couple of test AD VMs in Azure.
Feb 15 2018 11:47 AM
Feb 16 2018 08:27 PM
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.
Jul 28 2019 11:42 AM
@Chris JohnsonNo, I had to blow away the domain and redo it.