I'm tasked with getting user data into AD and updating existing users in AD with changes.
The user data itself can be pulled from a SQL query, perhaps periodically/repeatedly.
Trouble is there's a management perception that I must write code (C#, .Net) that does this, perhaps some console app that gets runs once a day or something.
But as I read about AD it seems nobody does this, they write powershell scripts etc
So is this really a job for the Infrastructure team and not the Development team?
I'm a very experienced .Net developer but very little experience or knowledge of AD or ADFS, which brings me to my next question, but I'll hold off on that for now.
Thanks!