[ActiveDir] how to report on scheduled jobs?

2006-04-17 Thread Thommes, Michael M.
Is there a script to output scheduled job information?  Maybe something
I could call in a for loop driven by a list of servers.  Ideally, I
would like to see the job and who's credentials it is running under,
with maybe the schedule.

Mike Thommes
List info   : http://www.activedir.org/List.aspx
List FAQ: http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/


RE: [ActiveDir] how to report on scheduled jobs?

2006-04-17 Thread Jef Kazimer


Does the SCHTASKS.EXE do what you want?

perhaps with the /V switch
SCHTASKS /Query [/S system [/U username [/P password]]] [/FO format] [/NH] [/V] [/?]
Description: Enables an administrator to display the scheduled tasks on the local or remote system.
Parameter List: /S system Specifies the remote system to connect to.
 /U username Specifies the user context under which the command should execute.
 /P password Specifies the password for the given user context.
 /FO format Specifies the output format to be displayed. Valid values: TABLE, LIST, CSV.
 /NH Specifies that the column header should not be displayed in the output. Valid only for TABLE and CSV formats.
 /V Specifies additional output to be displayed.
 /? Displays this help/usage.
Examples: SCHTASKS /Query SCHTASKS /Query /? SCHTASKS /Query /S system /U user /P password SCHTASKS /Query /FO LIST /V /S system /U user /P password SCHTASKS /Query /FO TABLE /NH /V



 Subject: [ActiveDir] how to report on scheduled jobs? Date: Mon, 17 Apr 2006 14:31:25 -0500 From: [EMAIL PROTECTED] To: ActiveDir@mail.activedir.org  Isthereascripttooutputscheduledjobinformation?Maybesomething Icouldcallina"for"loopdrivenbyalistofservers.Ideally,I wouldliketoseethejobandwho'scredentialsitisrunningunder, withmaybetheschedule.  MikeThommes Listinfo:http://www.activedir.org/List.aspx ListFAQ:http://www.activedir.org/ListFAQ.aspx Listarchive:http://www.mail-archive.com/activedir%40mail.activedir.org/ 


Re: [ActiveDir] how to report on scheduled jobs?

2006-04-17 Thread Kamlesh Parmar
If your remote machines are XP onwards...try schtasks.exe /query /S remotePCNameI am assuming current logged in user has rights to manage remotePCfor more details 
schtasks.exe /query /?--KamleshOn 4/18/06, Thommes, Michael M. [EMAIL PROTECTED] wrote:
Is there a script to output scheduled job information?Maybe somethingI could call in a for loop driven by a list of servers.Ideally, I
would like to see the job and who's credentials it is running under,with maybe the schedule.Mike ThommesList info : http://www.activedir.org/List.aspx
List FAQ: http://www.activedir.org/ListFAQ.aspxList archive: http://www.mail-archive.com/activedir%40mail.activedir.org/



Re: [ActiveDir] how to report on scheduled jobs?

2006-04-17 Thread Matheesha Weerasinghe
http://www.microsoft.com/technet/scriptcenter/scripts/os/tasks/ostkvb04.mspx

On 4/17/06, Thommes, Michael M. [EMAIL PROTECTED] wrote:
 Is there a script to output scheduled job information?  Maybe something
 I could call in a for loop driven by a list of servers.  Ideally, I
 would like to see the job and who's credentials it is running under,
 with maybe the schedule.

 Mike Thommes
 List info   : http://www.activedir.org/List.aspx
 List FAQ: http://www.activedir.org/ListFAQ.aspx
 List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

List info   : http://www.activedir.org/List.aspx
List FAQ: http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/


RE: [ActiveDir] how to report on scheduled jobs?

2006-04-17 Thread Thommes, Michael M.








Excellent! Just what I was looking for! Thanks,
Jef!



Mike Thommes











From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jef Kazimer
Sent: Monday, April 17, 2006 3:15
PM
To: ActiveDir@mail.activedir.org
Subject: RE: [ActiveDir] how to
report on scheduled jobs?





Does
the SCHTASKS.EXE do what you want?



perhaps
with the /V switch


SCHTASKS /Query [/S system [/U username [/P password]]] [/FO format]
 [/NH] [/V] [/?]

Description:
 Enables an administrator to display the scheduled tasks on
the
 local or remote system.

Parameter
List:

/S
system Specifies the remote system to connect to.


/U
username Specifies the user context under

which the command should execute.


/P password
Specifies the password for the given

user context.


/FO
format Specifies the output format to be

displayed. Valid values: TABLE, LIST, CSV.


/NH
Specifies that the column header should not

be displayed in the output.

Valid only for TABLE and CSV formats.


/V
Specifies additional output to be

displayed.


/?
Displays this help/usage.

Examples:
 SCHTASKS /Query
 SCHTASKS /Query /?
 SCHTASKS /Query /S system /U user /P password
 SCHTASKS /Query /FO LIST /V /S system /U user /P password
 SCHTASKS /Query /FO TABLE /NH /V










Subject: [ActiveDir] how to report on scheduled jobs?
 Date: Mon, 17 Apr 2006 14:31:25 -0500
 From: [EMAIL PROTECTED]
 To: ActiveDir@mail.activedir.org
 

Isthereascripttooutputscheduledjobinformation?Maybesomething
 Icouldcallinaforloopdrivenbyalistofservers.Ideally,I

wouldliketoseethejobandwho'scredentialsitisrunningunder,
 withmaybetheschedule.
 
 MikeThommes
 Listinfo:http://www.activedir.org/List.aspx
 ListFAQ:http://www.activedir.org/ListFAQ.aspx

Listarchive:http://www.mail-archive.com/activedir%40mail.activedir.org/