powershell join string array code example Example: powershell join array $a = "This", "Is", "a", "cat" [system.String]::Join(" ", $a)