PowerShell Créer plusieurs variables du même type

$a, $b, $c = 1..3 | ForEach-Object -Process { New-Object "insert.type.here" }
Famous Fox