Azure – How to change IIS app pool password on multiple servers at once remotely?
We have a requirement to change our application's IIS app pool password everytime it expires. Currently, we have to manually login to each server and run a snippet of PowerShell code which changes the password. Here is the code we…