PowerShell PowerShell $password=foreach($veces in 1..10) { $pass = Get-Random (1..9) $pass } $password -join "" 123456 $password=foreach($veces in 1..10){ $pass = Get-Random (1..9) $pass}$password -join ""