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:

  1. Upgrade to new version of powershell.

  2. Output to a file and then reread file.

For example:

schtasks /Query /FO CSV /v  > file.txt type file.txt | Write-Host

Geneos Toolkit dataview

Geneos Toolkit Powershell

["Geneos"] ["FAQ"]

Was this topic helpful?