×
Back to ITRS Internal Only FAQ
Internal documentation only
This page has been marked as draft.
Active Console - [INTERNAL] Powershell Toolkit splitting output across rows
O/S: Windows Server 2008 R2
Powershell: 2
Symptoms: Data is terminating at various points and creating new rows instead.
Cause: The default 80 character limit in consoles in older versions of powershell.
Fix:
-
Upgrade to new version of powershell.
-
Output to a file and then reread file.
For example:
schtasks /Query /FO CSV /v > file.txt type file.txt | Write-Host
["Geneos"]
["FAQ"]