Today I needed to set a SPN for a IIS application. I discovered that I lost the password of the user account which I need to configure on the application pool.
Luckily, there is a way to retrieve/decrypt the password if it is configured on an existing Application Pool.
This is done by using a Microsoft tool on the IIS server – adsutil.vbs.
Here are 5 simple steps to do this:
Continue reading How to Retrieve a Password of an Application Pool User in IIS 6