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.
Comments
Post a Comment