Powershell - Batch Update AD User Object > Organization Tab > Manager > Name
I have over 80 users that I need to update their Manager's Name field in their AD User Object > Organization Tab > Manager Name
The users are in a txt and CSV file.
Is there a PS script that will process the update?
Powershell
Last Comment
Mike Dias
8/22/2022 - Mon
Qlemo
You should just have combined that with your other "modifying" questions. I'm sure you do not want to add the same manager to all of those users?
It is usually better to give us the bigger picture in a single question, and let us decide whether it makes sense to split the question.
Mike Dias
ASKER
You have a point,. It's a good point, I believed that splitting the question would be easier and less confusing. It sounds like I'm asking for a big bag.. and that might stop anyone assisting; whereas a smaller request might get answers.
Thanks. Apologies for any perceived misunderstandings and believe me, it wasn't intentional.
I do have a text file with usernames. I can't attach the real one; confidentiality aside, the whole story is that there are 85+ individuals in various OUs that I need to move into one OU. In this process, I need to update their "manager" and "job title." Once I have these users in the OU, I need to apply two or three GPOs to them.
That's the whole background.
I truly felt that if I broke this request into segments, it would be easier for anyone who reviewed the issue. I found one method parts thereof, however there are times that I need to only perform one aspect and not all of the segments, i.e. just update a number of user's manager etc. This is where the split was most beneficial to me.
Again. I apologize for any misunderstandings. I also sincerely thank you for assisting me in the past, with advice and actual code. Your work and understanding is by far top notch.
It is usually better to give us the bigger picture in a single question, and let us decide whether it makes sense to split the question.