In a nutshell, I have a CSV file with First name, Last name, and personal Email. I would like to use this file to rest the users passwords and then send them an email with their login information.
I had to populate a bunch of users before "going live". I pulled all users that have not logged in and combined them with their personal emails. Their UPN is first.last so adding that to the file is easy to do if needed.
I have found some solutions that skirt around what I need, like how to do it during initial population, or on a singular basis. Feels like there is a connection to be made, but I can't seem to get it.