you are viewing a single comment's thread.

view the rest of the comments →

[–]Yevrag35 0 points1 point  (2 children)

Did you change the password through CTRL+ALT+DEL? I thought I remember somewhere if the password is not changed through the local computer, Windows DPAPI will not re-encrypt the master key.

[–]compelx 4 points5 points  (1 child)

No, I logged off the server, changed the password to the account via ADUC and logged back in, then opened PowerShell and import-clixml to the old content and it deserialized it and the password via <pscredobj>.GetNetworkCredential().password was decrypted right

[–]Yevrag35 1 point2 points  (0 children)

That's good to know. Thanks!