Link to home
Start Free TrialLog in
Avatar of hchabria
hchabriaFlag for India

asked on

Adding new AD users using Windows PowerShell

I have  a .csv file named AddUsers.csv containing the following user details.

Name,GivenName,SurName,Department
Binayak,cbinayak,Chakraborty,IT
Ajit,jajit,Jha,Support

Now I want to add these users using PowerShell by importing AddUsers.csv file into Active Directory Users and Computers.

Need your help for the exact command to add these users in the CSV file using PowerShell.
ASKER CERTIFIED SOLUTION
Avatar of thakurdinesh
thakurdinesh
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial