psapppoolpassword

Title: Get Application PoolPasword

Description: if you do not rememember password for application pools set up account.
Run below command, it will give the account name and password.

Command:

Get-WmiObject –Namespace root/MicrosoftIIsV2 –Class IIsApplicationPoolSetting –Property Name, WAMUserName, WAMUserPass | Select Name, WAMUserName, WAMUserPass