I've been working on a PS script that will prompt me for several criteria, then create an Exchange/AD account. It's all going well, but I was thinking, is there a command that will create a new user similar to another user? Typically in our organization most users are setup very similar to others in their department. So if John Doe starts in Accounting, basically I would set him up similar to Jane Smith already in Accounting. He could have a slightly different title (Accountant I vs Accountant II), but other items like the floor he's on, the groups he's in in AD, etc would all be the same. Is there a PS (or otherwise) command that will say "Add-User -like Jane" or something where I could say, "create new user, keep -description -location -ADGroups the same as user Jane", then prompt for the remainder so I could fill it the rest in manually (telephone number, etc)?
It may be a stretch, but it seems once that were done that would just make it that much quicker and efficient for me to set the person up. Any thoughts are welcome, thanks!