i have a list of 70-80 some odd users that i need to check for on AD if they have accounts or not.
one of my co workers suggested i make a PS script to make the process easier than just going in and searching for them individually. needless to say, its been anything but easy...
basically, i have a CSV file converted from an Excel spreadsheet with our list of users. i want to take this list and compare it to our AD's list of users currently created and put the results in a separate CSV for our records.
if yall need more info i can post the script i have been working on with my coworkers here. ( i am not well versed in powershell or anything similar to it. so if you could bear with my ignorance and explain it as if i dont know a darn thing about computers, I'd appreciate it.)