Hey Everyone!
I'm trying to write a small script for modifying an exchange attribute for about 20 users in a domain environment. I have created a CSV file which consists of:
column 1 = username
column 2 = old attribute
column 3 = new attribute
I have imported both AD Module and Exchange Snap In. I just need to replace the users old attribute with the new one. This is my first powershell project and any help would be awesome!
Thank You!