|
Focus on Microsoft
Discovering Active Direcory users with blank passwords Apr 02 2007 04:43PM igor mamuzic koncar-inem hr (5 replies) Discovering Active Direcory shared or Service users account Apr 03 2007 02:25PM Biassoni Riccardo (r biassoni reply it) (3 replies) Re: Discovering Active Direcory shared or Service users account Apr 04 2007 12:59PM Chris Costantino (clckct yahoo com) Re: Discovering Active Direcory shared or Service users account Apr 03 2007 03:18PM James (njan) Eaton-Lee (james mailing gmail com) RE: Discovering Active Direcory users with blank passwords Apr 03 2007 02:04PM Goran Pizent (goran pizent mobilnet hr) RE: Discovering Active Direcory users with blank passwords Apr 02 2007 07:55PM Kunz, Jeffrey T. (JKunz foley com) (1 replies) Re: Discovering Active Direcory users with blank passwords Apr 03 2007 12:03AM Kevin Gay (rot_betruger sbcglobal net) (2 replies) Re: Discovering Active Direcory users with blank passwords Apr 03 2007 02:17PM Raoul Armfield (armfield amnh org) Re: Discovering Active Direcory users with blank passwords Apr 03 2007 02:01PM pimp mastermind (gbchustla gmail com) RE: Discovering Active Direcory users with blank passwords Apr 02 2007 07:51PM eric (eric ch13-12westtex org) Re: Discovering Active Direcory users with blank passwords Apr 02 2007 06:46PM c0d3w12 c0d3w12 (c0d3vv12 gmail com) |
|
|
Privacy Statement |
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 StartName like
"%%LocalService%%") get Name, Caption, StartMode, StartName, Started
This might be more effective because, as James noted, service accounts
look just like regular user accounts in Active Directory.
There might be better ways other than this.
Scott
-----Original Message-----
From: listbounce (at) securityfocus (dot) com [email concealed] [mailto:listbounce (at) securityfocus (dot) com [email concealed]]
On Behalf Of Biassoni Riccardo
Sent: Tuesday, April 03, 2007 7:25 AM
To: focus-ms (at) securityfocus (dot) com [email concealed]
Subject: Discovering Active Direcory shared or Service users account
Hi All,
Is there a way to discover Active Directory "Shared" user account or
"Service" users Account for auditing purpose?
I have domain admin privileges and local access to my domain
controllers.
Best regards
Tich
[ reply ]