That's how Powershell displays arrays and PSObjects as text. (Arrays go into a pair of curly braces with comma-separated values, and PSObjects are displayed like hashtable literals.) You can certainly change the text that's displayed on screen if you like, but you'd have to decide what you want it to look like.
↧