Is there Powershell way to re-apply a restored password for the IIS IUSR account?
- by Philippe Monnet
On one of our IIS web servers the IUSR account suddenly expired or got corrupted, I recovered the password from the IIS metabase (using Cscript adsutil.vbs get w3svc\anonymoususerpass after switching IsSecureProperty = False).
I then reset the password accordingly. Now I have to re-key that password on the Directory Security tab of all virtual directories (for the anonymous account) of all web sites on that server.
Is there a way to automate this using Powershell? (I have searched so far in vain)