so i am tasked with creating 10 new local users on powershell with descriptions and no passwords. the script i cam up with is new-localuser -name "user01" -desription "contact info" -nopassword. my question is do i have to enter this script 10 seperate time or is there a way to include all 10 users using one script
. if so how would I go about writing that script
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here