User a/cs

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Friends
I have my NT domain accounts used by NT scheduled jobs, dts jobs, sql jobs, mts components and hardcoded in .net code. As some of the applications and sql jobs are deleted and no longer exists, I want to identify all the a/cs which are not in use. The question is how do I identify which application(if at all) will be affected if I change/edit or delete the a/c
any thought
thank
KP
 
KP said:
Hi Friends,
I have my NT domain accounts used by NT scheduled jobs, dts jobs, sql
jobs, mts components and hardcoded in .net code. As some of the
applications and sql jobs are deleted and no longer exists, I want to
identify all the a/cs which are not in use. The question is how do I
identify which application(if at all) will be affected if I change/edit or
delete the a/c.
any thoughts
thanks
KP


You have to check each scheduled task and every service to see under what
account they run.
 
KP said:
I meant to ask ..finding it programmatically...

.. . . Scheduled tasks are kept in c:\winnt\tasks\*.job. You
can use find.exe or findstr.exe to examine these files
programmatically.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top