PowerShell cria várias variáveis ​​do mesmo tipo

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