|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Monday, February 18, 2013 9:50 PM
Points: 119,
Visits: 650
|
|
Hi ,
Could any one tell me how to identify under which service acount an application runs.
We have an application and iam not able to find out under which service account the app runs.
Could any one tell me where exactly to check for the same.
Thank You,
Regards, Sandhya
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Monday, September 06, 2010 1:37 PM
Points: 259,
Visits: 436
|
|
Hi Sandhya,
You would be able to see the service account details from the "Services.msc" tool. You can reach their by either
>> Typing services.msc from run command >> Control panel-> Administrativetools->Services
All the available services are listed with the "startup" type and the "log on as" details. You can check the respective application ( Eg: if its sql server, check for SQL Server and SQL Agent service details to know the service account).
If you are not very sure about the respective service name, you can also see the description available on the left hand side for details.
-Rajini
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, December 30, 2008 4:02 AM
Points: 1,
Visits: 5
|
|
| Write the services.msc in the run window, then find out the appropriate service, right click on it, and go to the log on account.
|
|
|
|