The GoTo Community is currently experiencing some technical issues affecting new posts and comments. You may need to reload the page you are on before you can post a comment. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
cwall333
2 years agoNew Member
using Powershell to create a new local Windows user
Hello: We have written a script to add a new local admin user to our systems we have in our LogMeIn portal and it works to create the user, but once created the new user is still not able to be ...
devtt
2 years agoNew Member
Hi cwall333,
Not sure if you found the solution but I think your issue is the order of operations? You'll need to run the Enable-LocalUser cmdlet after the user account is created.
I ran a test on my end and seems to work. Let me know if any questions.