Feeding Data to Active Directory from CSV file

Hi Readers, I am sharing a script today that I have made for feeding data to Active Directory from CSV file. Again thanks to quest AD management Shell. (run script from C:\scripts\MergerScript\  location) CSV file format :- userid,Email Address,forwarding,PhysicalAddress,City,State,Zip,Country,CountryCode,OfficeTelephone ——————————————————————————————————————————————————————————- ################################################################################################ ##                                                                                                                                                                                                                                                                                     ## ##           Author: Vikas Sukhija                                                                                                                                                                                                                             ## ##           Date: 07-10-2012                                                                                                                                                                                                                                    ## ##           Description:- This…

Url Redirections Process made Easy – Part I

Hi All, Everybody is aware of url redirection process of IIS. Create DNS record  & a site redirect but that approach will clutter your IIS if you get these requests very often, Like we get. So we have researched & revised our procedure that I am sharing in this Post. Install URL rewrite utility on…