Error Message :
N/A
A Windows JOBS is used to execute PowerShell commands using the interpreter: <Please see attached file for image>

The PowerShell command, executed on the command line, delivers a table and the lines are not wrapped:
<Please see attached file for image>

In the example, a simple Get-Content is used to show the content of a txt-file. Executing the same command in a Windows JOBS, the results are wrapped at 80 characters as shown below.
<Please see attached file for image>

This behavior cannot be changed on Automic's side and is not a defect of our product. By default, PowerShell sessions are opened with a line length of 80 characters and everything longer is wrapped.