Guest User

Untitled

a guest
Jan 24th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. schtasks /foo #Let's send a bogus argument to the task scheduler executable
  2. write-host "This should not be output!"
  3.  
  4. Output:
  5. ERROR: Invalid argument/option - '/foo'.
  6. Type "SCHTASKS / QUERY /?" for usage.
  7. This should not be output!
Add Comment
Please, Sign In to add comment