lab 4-1 Flashcards
You created a batch script called modify.bat that will assign passwords and enable the disabled Active Directory user accounts using dsmod.exe. When you run the batch script, Windows PowerShell returns an error saying, “The term ‘modify.bat’ is not recognized as the name of a cmdlet, function, script file, or operable program.” Which of the following actions can resolve this error?
A. Prefix a period and backslash on the batch script before running it
B. Run the “Set-ExecutionPolicy Unrestricted” command
C. Verify that you have Execute permissions on the modify.bat file
D. Launch Windows PowerShell with elevated privileges
Prefix a period and backslash on the batch script before running it
Which of the following command can export the directory content of an organization?
A. csvde.exe -o -f c:\users.csv
B. csvde.exe -x -f c:\users.csv
C. csvde.exe -f c:\users.csv
D. csvde.exe -e -f c:\users.csv
csvde.exe -f c:\users.csv
Which of the following utilities can include the user password when modifying user accounts in Active Directory? [Choose all that apply]
a. net
b. ldifde
c. csvde
d. dsmod
net
dsmod
Which of the following are best practices when creating a user template account in Active Directory? [Choose all that apply]
a. Add the user template account to the appropriate security group
b. Enable User must change password at next logon
c. Clear User must change password at next logon
d. Prefix the user template name with an identifier
Add the user template account to the appropriate security group
Enable User must change password at next logon
Prefix the user template name with an identifier
When creating a user account from a template, which of the following user attributes does not apply to the new user account?
A. Group Membership
B. E-mail
C. Home directory
D. User must change password at next logon
B. E-mail