PowerShell, Usuarios PowerShell wsl cat /root/usuarios.txt | %{ New-LocalUser $_ -whatif } 123 wsl cat /root/usuarios.txt | %{ New-LocalUser $_ -whatif}