Help File for User Import from CSV

PREREQUISITES:
PowerQuest Active Directory CMDLETs from here --> http://www.quest.com/powershell/activeroles-server.aspx

HOW TO USE:
import_users.ps1 -CSVFilePath C:\Scripts\Users.csv -LOGFilePath C:\Scripts\ErrorLog.txt

ERROR 4:
The chosen CSV file did not exist so the script had to be terminated as there was no work to do!
Essentially, you made a mistake with the file path. Double check it and run the script again. If you still
have difficulties then mayby you should place the CSV into the root of the drive and reference it from
there rather than a long file path.
This IS a Terminal Error

ERROR 6:
This error occurs in the logs while creating the homefolder for the specified user.
Essentially it was discovered that the homefolder already existed. This is odd and should be looked into,
unless you are running in a test environment where you are constantly adding and deleting the same user
from just AD Users and not deleting folders; in which case this can be ignored.
This is NOT a Terminal Error.