Hey, how can I create an array that is formated like the output of an cmdlet? For example: $a = Get-Process -Name "a*" $a is now an object...

read more