Forum Discussion
qompandre
Jun 24, 2022Copper Contributor
Creacion de usuarios
Es posible crear varios usuarios con powershell, sin que se rompa el proceso por el logueo en la cuenta?
farismalaeb
Jun 24, 2022Iron Contributor
Would you please explain more.
Do you mean local users or AD users, if local users on a windows workstation machine, then yes you can but also make sure that windows is not home edition.
you can use the
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.localaccounts/new-localuser?view=powershell-5.1
Hope that help
Do you mean local users or AD users, if local users on a windows workstation machine, then yes you can but also make sure that windows is not home edition.
you can use the
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.localaccounts/new-localuser?view=powershell-5.1
Hope that help