while(1) { $usuario = ((Invoke-WebRequest -Uri 'https://randomuser.me/api/?format=json').content | ConvertFrom-JSON) $usuario.results.email $usuario.results.login.username $usuario.results.login.password Start-Sleep -Seconds 5 }
Ejercicios de PowerShell: ver información sobre usuarios random con PowerShell (Usuarios, PowerShell, Automatización)
Except where otherwise noted, Jesusninoc by Jesús N. is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.