Avatar of DBThomson76
DBThomson76
Flag for United States of America

asked on 

Powershell script to search remote computers for certain service account

I am trying to come up with a Powershell script that will search multiple computers and list the name of the computer with what services has a specific account running that service and export to a CSV file.

Ex. ComputerName, Displayname, StartName, State
      ComputerA, BITS, UserA, running
PowershellShell Scripting

Avatar of undefined
Last Comment
Jose Gabriel Ortega Castro

8/22/2022 - Mon