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