When I run command Start-Job {dir}
in PowerShell I get output
Id Name State HasMoreData Location Command
-- ---- ----- ----------- -------- -------
43 Job43 Running True localhost dir
How can I make this job write its output to console?