We are resetting the password of Active directory service account used in server for
- Identity in Application Pool
- Certificate Access Permission
- Folder share access permissions
- Windows Scheduler job permission
- HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Services > EventLog (Permissions)
Should we modify the all the places after password reset?
No need to reset password for application pool.You can directly entered into application pool but for accessing the
sitespresents inapplication poolusing identity.You will need new password that you have reset(Indirectly we can say for application pool it auto update the password there is no need of separately change password of application pool).Same for Certificate Access Permission, Folder share access permissions, HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Services > EventLog (Permissions) we don't require change passoword.
It is different for
Windows Scheduler job permissionwe need to change password because in backend Window Scheduler Job is working with old password but all the schedule job will be failed.You need to update the password manually here.For more information you can refer this Document