Get service and scheduled task service account information

I was recently was required to obtain a list of services and scheduled tasks which were running under a particular user account. I was able to run the Get-WmiObject cmdlet in a loop on a number of servers specified in a variable and capture the SystemName, DisplayName and StartName where the StartName matched my filter, as below: … More Get service and scheduled task service account information