I placed this in the Hyper-V section since I am running Hyperv 2012 R2 standalone server, so no GUI. I would of placed this in a powershell/cmd or CLI section had there been one.
I put in some schedule task, but I am finding it hard to SEE what the actual task is suppose to run. It blows my mind that this wasn't something I could easily find with google or through the help menu.
I tried schtasks /query /tn NAMEOFTASK
but it only returns the Taskname, Next Run Time, and Status
How do I see what the actual task will do?!?!
also tried
Get-ScheduleTask TaskName | Get-ScheduledTaskInfo
Also just as useless. Am I crazy or does this information simply not obtainable through the command line, at least without a simple command and switch. Any Insight or Windows BASHing is welcomed. Thanks in advance.