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

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -