I have the following code:
$array = Get-Process
Now, I want to count the number of columns. I have tried:
$array.Columns.Count $ar