SyntaxFix
Write A Post
Hire A Developer
Questions
I found that piping the array to the Out-String cmdlet works well too.
Out-String
For example:
PS C:\> $a | out-string This Is a cat
It depends on your end goal as to which method is the best to use.