Hi Guys
Just a quick question.
We have an application that daily puts out all the users detailed info into a CSV file. I'm thinking about making a script that can cycle through all the users and compare it against the AD properties. Then if it finds something that changed i want it to change it.
My question is when i run Set-ADUser, can i just set all the properties from the CSV file. Or do i need to figure out a way to only set the changed value?
Hope it makes any sense :)