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.