Jun 12, 2008 #1 joazes Programmer Sep 18, 2003 13 BR Hi all, Is there a way to know what's the user account did start some service from command line? Thanks in advance.
Hi all, Is there a way to know what's the user account did start some service from command line? Thanks in advance.
Jun 12, 2008 #2 elmurado IS-IT--Management Jul 15, 2003 673 AU Eventviewer; Source will be Service Control Manager and User will be the User. Event ID : 7035 or 7036 Upvote 0 Downvote
Eventviewer; Source will be Service Control Manager and User will be the User. Event ID : 7035 or 7036
Jun 12, 2008 #3 58sniper MIS Apr 25, 2004 9,152 US Your question is a little ambiguous. Are you trying to find: 1. What user used the command line to start a service or 2. From the command line, can I tell what account is configured in a service? If it's #1, then Elmurado's answer should suffice. If it's #2, then you could probably use sc.exe to query the service. Pat Richard Microsoft Exchange MVP Contributing author Microsoft Exchange Server 2007: The Complete Reference Upvote 0 Downvote
Your question is a little ambiguous. Are you trying to find: 1. What user used the command line to start a service or 2. From the command line, can I tell what account is configured in a service? If it's #1, then Elmurado's answer should suffice. If it's #2, then you could probably use sc.exe to query the service. Pat Richard Microsoft Exchange MVP Contributing author Microsoft Exchange Server 2007: The Complete Reference
Jun 13, 2008 Thread starter #4 joazes Programmer Sep 18, 2003 13 BR Hi 58sniper!!! The second option is my problem. I already tried to use the sc.exe command, but it is not enough. Is there any new idea?? Tks Upvote 0 Downvote
Hi 58sniper!!! The second option is my problem. I already tried to use the sc.exe command, but it is not enough. Is there any new idea?? Tks
Jun 15, 2008 #5 elmurado IS-IT--Management Jul 15, 2003 673 AU I tried to see if there was something in WIN32_Services that would cough up this info but there doesn't seem to be. I found this though; http://www.devnewsgroups.net/group/microsoft.public.dotnet.framework/topic16952.aspx Don't know if it's much use to you. Upvote 0 Downvote
I tried to see if there was something in WIN32_Services that would cough up this info but there doesn't seem to be. I found this though; http://www.devnewsgroups.net/group/microsoft.public.dotnet.framework/topic16952.aspx Don't know if it's much use to you.