PowerShell erstellen mehrere Variablen desselben Typs

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