PowerShell PowerShell Get-WmiObject Win32_UserAccount | % { Invoke-Command -ScriptBlock {New-LocalUser $_.name -WhatIf} -ComputerName EQUIPO } 123 Get-WmiObject Win32_UserAccount | % { Invoke-Command -ScriptBlock {New-LocalUser $_.name -WhatIf} -ComputerName EQUIPO}