It seems like the On Demand Tile (Grid) with output Powershell Table doesn’t format the output very well.
Here is the command:
Get-EventLog -LogName $Logname -EntryType $EntryType | select TimeGenerated, Source, Message -First $Top | Format-Table -AutoSize)
Powershell
Squared Up
There are two much whitespace between the different columns, leaving the message column truncated.
Have tried to change the output (Wrap for instance) in different ways but nothing that looks good in Squared Up. Anyone have experience in this?
There seems like it should be a way to handle the output better in the On Demand Tile.