Focus on Microsoft
Back to list
Name:
Email:
*Note: Email address will appear as "user domain ext" to prevent harvesting.
Subject:
Message:
RE: Discovering Active Direcory shared or Service users account
Apr 03 2007 05:53PM
Talkovic, Scott A. (satalkov uci edu)
Here's a quick way to find non-standard service accounts that are
actually used:
Loop through each computer with the following command, replacing %1 with
the name of the computer.
C:\>wmic /node:%1 service where (not StartName like "LocalSystem" and
not StartName like "%%NetworkService%%" and not ...
[ more ]
Privacy Statement
Copyright 2010, SecurityFocus
actually used:
Loop through each computer with the following command, replacing %1 with
the name of the computer.
C:\>wmic /node:%1 service where (not StartName like "LocalSystem" and
not StartName like "%%NetworkService%%" and not ...
[ more ]