windows - How to remotely query status of schedule task -


I was trying to get the schedule job status from the remote server using the following:

Schtasks / query / S \ servername

And I got something back like this: Error: A device connected to the system is not working.

I thought I could find something like this:

You are not allowed

This should work for you:

  schtasks / query / s YourRemoteServer / fo list / tn "YourTaskName"  

more Schtasks / options for choice? In CMD.

Enter image details here


Comments

Popular posts from this blog

Editing Python Class in Shell and SQLAlchemy -

rest - Basic cxfrs RESTful JAX-RS Service -

ajax - Decimal('12000') is not JSON serializable -