Check Services Running On Service Account via PowerShell
This is a very short article but I thought I would highlight this as I had the requirement for this while working on a client’s site. This would be very useful for when resetting service account passwords, this is often required as part of compliance processes.
You can use the following command using powershell to retrieve the services that are tied to a specific service account. You can also query this on multiple servers at once by separating them with a comma for example DC01,DC02.