Service account or application pool on multiple platform still sometime password
for these id's don’t work may be because someone else has changed it or we don’t have correct password which leads to confusion so, to avoid this confusion before resetting password I would recommend using following command to check when last time password was change.
Get-aduser 'username' -Properties passwordlastset |Format-List
Get-aduser 'username' -Properties passwordlastset |Format-List
Comments
Post a Comment