Lansweeper logo
Home Download Features Demo Buy now Help Support forum
 
    Most requested support articles:
  Lansweeper troubleshooting guide.
  The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
  WMI Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
  How to configure the windows firewall using group policies.
  Support:  
 support@lansweeper.com  
Skype: Lansweeper  
  Mo-Fri 9h-17h CET  
Welcome Guest Search | Active Topics | Log In | Register

Tag as favorite
Check services running on user accounts
BullGates
#1 Posted : Wednesday, August 11, 2010 1:11:58 PM

Rank: Premium user

Groups: Member, Premium Users
Posts: 203
Location: PT
I'll share this one, I think it should be included on Lansweeper by default. It's useful for checking where are services running under "non standard" system accounts:

Code:
SELECT     TOP (1000000) tblcomputers.Computername, tblcomputers.ComputerUnique, tblcomputers.Domain, tblServices.Caption, tblServices.Lastchanged,
                      tblServices.Startname
FROM         tblServices INNER JOIN
                      tblcomputers ON tblServices.Computername = tblcomputers.Computername INNER JOIN
                      tblComputersystem ON tblcomputers.Computername = tblComputersystem.Computername
WHERE     (tblServices.Startname <> 'LocalSystem') AND (tblServices.Startname <> 'NT AUTHORITY\LocalService') AND
                      (tblServices.Startname <> 'NT AUTHORITY\NetworkService')
ORDER BY tblcomputers.Computer
Lansweeper
#2 Posted : Wednesday, August 11, 2010 9:26:05 PM

Rank: Administration

Groups: Administration, Premium Users
Posts: 10,007
Thanks, we'll add a slightly modified version of the report in 4.1.

PS. thanks for mentioning Lansweeper in your new blog
Users browsing this topic
Guest
Tag as favorite
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Contact: E-mail Lansweeper - Skype : Lansweeper
Copyright 2004 - 2011 © Hemoco bvba