Create AD User Template

Hello,
I’m trying to create a powershell script template where I need to create a new user in AD. The script should take the new users first, last name, and description… and then creates that user and fills in the appropriate user info and adds them to the correct OU and adds them to the correct member of specific groups. I should be able to store that script in a file somewhere on my computer and everytime I open it, it should prompt me to enter name and desctiption. I am stuck on how to write this info… Any help would be appreciated…thanks!

tommy,
Welcome to the forum. :wave:t4:

At what point exactly do you need help? You may sahre the code you already have and what’s not working as expected. If you don’t have anything yet you may use your favorite internet search engine to search for examples for tasks like this. I’m pretty sure you will find something you can adapt to your particular needs.