How to search for Services on a network started by a user

Local PCcmd.exe /c echo . | powershell.exe -ExecutionPolicy Bypass -command “Get-WmiObject win32_service |Where {$_.startname -like ‘*admin*’}”Remote PCcmd.exe /c echo . | powershell.exe -ExecutionPolicy Bypass -command “Get-WmiObject win32_service […]