How can I list all scheduled tasks on a remote computer with details including the user account the job runs as?
I have tried the sample code at http://gallery.technet.microsoft.com/ScriptCenter/en-us/36acfeaf-5229-47fb-b50e-a9c0b4384d8b but that only works on my local machine.
If I change strComputer = "." to strComputer = "Server1" no results are returned.
I have about 250 servers to check and I don;t have Powershell installed on any of them, so as an alternative, that's unfortunately a non starter.
Thanks in advance,
Iain
I have tried the sample code at http://gallery.technet.microsoft.com/ScriptCenter/en-us/36acfeaf-5229-47fb-b50e-a9c0b4384d8b but that only works on my local machine.
If I change strComputer = "." to strComputer = "Server1" no results are returned.
I have about 250 servers to check and I don;t have Powershell installed on any of them, so as an alternative, that's unfortunately a non starter.
Thanks in advance,
Iain