PowerShell rejoignez le tableau

$a = "This", "Is", "a", "cat"
[system.String]::Join(" ", $a)
Xenophobic Xenomorph