See list of services, including logon account, of all servers

2010-03-04 Thread Michael Leone
I have a need to get a list of all services defined on my servers, and see what the logon account for each service is. (we need to change a password on an account we use to run services with, and I don't want to miss any) I would have thought something from SysInternals would do that, but I'm not

RE: See list of services, including logon account, of all servers

2010-03-04 Thread Michael B. Smith
Original Message- From: Michael Leone [mailto:oozerd...@gmail.com] Sent: Thursday, March 04, 2010 10:23 AM To: NT System Admin Issues Subject: See list of services, including logon account, of all servers I have a need to get a list of all services defined on my servers, and see what the logon

Re: See list of services, including logon account, of all servers

2010-03-04 Thread Jonathan Link
m] > Sent: Thursday, March 04, 2010 10:23 AM > To: NT System Admin Issues > Subject: See list of services, including logon account, of all servers > > I have a need to get a list of all services defined on my servers, and see > what the logon account for each service is. (we need t

Re: See list of services, including logon account, of all servers

2010-03-04 Thread Michael Leone
ot; and so on. So I know to change BESAdmin's password ... > > Regards, > > Michael B. Smith > Consultant and Exchange MVP > http://TheEssentialExchange.com > > > -Original Message- > From: Michael Leone [mailto:oozerd...@gmail.com] > Sent: Thursday, March 04

Re: See list of services, including logon account, of all servers

2010-03-04 Thread James Rankin
isn't there an "export service" including "service account" in Hyena? On 4 March 2010 15:22, Michael Leone wrote: > I have a need to get a list of all services defined on my servers, and > see what the logon account for each service is. (we need to change a > password on an account we use to run

Re: See list of services, including logon account, of all servers

2010-03-04 Thread James Rankin
This vbs also seems to do the trick *'*** Enum Service Info.vbs*** *** Option Explicit Const filInputName = "Servers.txt" Const filOutputName = "Service Info.csv" Dim objDomain, fso, filInput, filOutput, strComputer, objComputer, objService Set fso = WScript

Re: See list of services, including logon account, of all servers

2010-03-04 Thread Michael Leone
On Thu, Mar 4, 2010 at 10:34 AM, Michael Leone wrote: > On Thu, Mar 4, 2010 at 10:27 AM, Michael B. Smith > wrote: >> Don't read my blog, eh? That'll teach you! :-) >> >>

RE: See list of services, including logon account, of all servers

2010-03-04 Thread Michael B. Smith
ent: Thursday, March 04, 2010 10:34 AM To: NT System Admin Issues Subject: Re: See list of services, including logon account, of all servers On Thu, Mar 4, 2010 at 10:27 AM, Michael B. Smith wrote: > Don't read my blog, eh? That'll teach you! :-) > > <http://theessentia

RE: See list of services, including logon account, of all servers

2010-03-04 Thread Michael B. Smith
Issues Subject: Re: See list of services, including logon account, of all servers On Thu, Mar 4, 2010 at 10:34 AM, Michael Leone wrote: > On Thu, Mar 4, 2010 at 10:27 AM, Michael B. Smith > wrote: >> Don't read my blog, eh? That'll teach you! :-) >> >> <ht

RE: See list of services, including logon account, of all servers

2010-03-04 Thread Free, Bob
chael Leone [mailto:oozerd...@gmail.com] Sent: Thursday, March 04, 2010 7:23 AM To: NT System Admin Issues Subject: See list of services, including logon account, of all servers I have a need to get a list of all services defined on my servers, and see what the logon account for each service is

RE: See list of services, including logon account, of all servers

2010-03-04 Thread Jackson, Jeff
Yes, there is. From: James Rankin [mailto:kz2...@googlemail.com] Sent: Thursday, March 04, 2010 7:45 AM To: NT System Admin Issues Subject: Re: See list of services, including logon account, of all servers isn't there an "export service" including "service account" in

RE: See list of services, including logon account, of all servers

2010-03-04 Thread Free, Bob
hat is one of the main reasons why I go through this exercise periodically. -Original Message- From: Michael B. Smith [mailto:mich...@smithcons.com] Sent: Thursday, March 04, 2010 7:50 AM To: NT System Admin Issues Subject: RE: See list of services, including logon account, of all servers

RE: See list of services, including logon account, of all servers

2010-03-04 Thread Michael B. Smith
..@pge.com] Sent: Thursday, March 04, 2010 11:26 AM To: NT System Admin Issues Subject: RE: See list of services, including logon account, of all servers > it doesn't list everything using "Local System" or "Network Service". > You really don't care about those I

RE: See list of services, including logon account, of all servers

2010-03-04 Thread Free, Bob
Sorry, missed that emphasis :-) -Original Message- From: Michael B. Smith [mailto:mich...@smithcons.com] Sent: Thursday, March 04, 2010 8:30 AM To: NT System Admin Issues Subject: RE: See list of services, including logon account, of all servers Right. I agree. I meant the specific

Re: See list of services, including logon account, of all servers

2010-03-04 Thread jgarciaitlist
Local or Network Service. That is one of the main reasons why I go through this exercise periodically. -Original Message- From: Michael B. Smith [mailto:mich...@smithcons.com] Sent: Thursday, March 04, 2010 7:50 AM To: NT System Admin Issues Subject: RE: See list of services, including

Re: See list of services, including logon account, of all servers - SOLVED

2010-03-04 Thread Michael Leone
On Thu, Mar 4, 2010 at 10:49 AM, Michael B. Smith wrote: > It shows you a list of services that aren't using BUILTIN logon accounts. > > For example: > >        Checking computer . >        Account administra...@essential.local; Service Themes; Caption Themes >        Account .\administrator; Serv