Your company’s security policy requires complex passwords.  <br /> You have a comma delimited file named import.csv that contains user account information. You  need to create user accounts in the domain by using the import.csv file.  <br /> You also need to ensure that the new user accounts are set to use default passwords and are  disabled.    <br /> What should you do()
A、Modify the userAccountControl attribute to disabled. Run the csvde -i -k -f import.csv command. Run the DSMOD utility
B、Modify the userAccountControl attribute to accounts disabled. Run the csvde -f import.csv command. Run the DSMOD utility
C、Modify the userAccountControl attribute to disabled. Run the wscript import.csv command. Run the DSADD utility
D、Modify the userAccountControl attribute to disabled. Run the ldifde -i -f import.csv command. Run the DSADD utility