Just trying to get some feedback on a really useless non issue. So it's being thrown around at my new company that using numbers in the SAM account name for duplicate names makes some users feel "unimportant" or like a clone of another user. From my limited experience with scripting it makes more sense to drop the # in the name so I can easily cleanup AD. eg. John Smith (jsmith) James Smith (jsmith1). It's easy (at least to me) to append a 1 or 2 in Powershell while searching for users in AD to manipulate settings. However it seems like too much work to have to ask HR to add the middle name in the Excel report they produce. Just so I can change my code to reflect that middle initial if, in the case there is a duplicate name, that the valid user isn't changed or removed. I'm getting the opportunity to make the decision in how this plays out, but I seem to be getting some flak because I want to do it the most logical way I can think of for growth when it comes to automating this process. My question to all of you is three part.
- Does anyone else thinks this matters from an end users standpoint? (I've asked and have gotten mixed results)
- Am I wrong to push my thoughts for growth and automation, despite what others may think of their "cloned" username including management?
- Is there already some BP that I'm missing?
My gut tells me to standup for my opinion and push the #'s in the case of duplicates. What do you all think?
-The Count