I'm thinking of a way to automate the changing of a credential's password.
In the networkcredentials.xml file, I have the following:
<NetworkCredentialClass xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Id>fb681f39-69df-4193-bfd4-ca139ef6aff4</Id>
<UserName>T8R5Xb4hGLI=</UserName>
<PassWord>hkyplbYd9v4=</PassWord>
If I were to copy the <PassWord>hkyplbYd9v4=</PassWord> to another networkcredentials.xml file on another machine, would it be the same password? Is this a correct assumption?
I did some testing with 2 machines. I changed the password for the network credential FRED on both machines
old password = 654321
new password = 123456
The entry in the networkcredentials.xml changes on both machines to:
<PassWord>hkyplbYd9v4=</PassWord>
If this is an accurate observation, can I simply change the <Password> tag value to <PassWord>hkyplbYd9v4=</PassWord> on all the machines where I need to change the password for the credential FRED?