70-410_lesson14_quiz
B
2. When using CSVDE, what is the first line of the text file that uses proper attribute names? a. header row b. header record c. name row d. name record
C
3. Which of the following utilities do you use to perform an offline domain join? a. net join b. join c. djoin d. dconnect
C
4. Which of the following is not a type of user account that can be configured in Windows Server 2012 R2? a. local accounts b. domain accounts c. network accounts d. built-in accounts
C,D
5. Which of the following are the two built-in user accounts created automatically on a computer running Windows Server 2012 R2? a. Network b. Interactive c. Administrator d. Guest
A
6. What is the Windows PowerShell cmdlet syntax for creating a new user account? a. New-ADUser b. New-User c. New-SamAccountName d. There is no PowerShell cmdlet for user creation.
7
7. What is the Windows PowerShell cmdlet syntax for creating a new computer object? a. New-Computer -Name <computer name> -path <distinguished name> b. New-ADComputer -Name <computer name> -path <distinguished name> c. New-ComputerName <computer name> -path <distinguished name> d. There is no PowerShell cmdlet for creating computer objects.
C
8. When using Netdom.exe to join an account, you may add the parameter [/OU:OUDN]. If this parameter is left out, where is the object placed? a. In the same organizational unit (OU) as the administrator running Netdom.exe b. In the Users container c. In the Computers container d. Without the OU specified, the program will fail.
D
9. Who may join a computer to the domain? a. No one, the computer does this itself when authenticating. b. The computer joins the domain as part of the object creation process. c. Only the domain administrator may join the computer to the domain. d. Members of the computer's local Administrators group may join the computer to the domain.
D
Are typical, authenticated users able to create computer objects in an Active Directory? a. No, it requires administrative rights to create a computer object. b. Yes, if they are specially granted the Add Workstations To The Domain right. c. No, users are not able to do so by default. d. Yes, by default, users who are successfully authenticated to Active Directory are permitted to join up to ten workstations to the domain, thus creating up to 10 associated computer objects.
B
What can be used to add, delete, or modify objects in Active Directory, in addition to modifying the schema if necessary? a. DCPROMO b. LDIFDE c. CSVDE d. NSLOOKUP
A
What differences matter most in creating a single user versus multiple users? a. Single user creation is often done from the graphical user interface (GUI), whereas creating multiple users typically requires using command-line tools. b. Creating a single user is simple, but manual work. c. Time does not permit automating the creation of a single user. d. When creating multiple users, not as many parameters are involved.
C
What is a key benefit to using ADAC or the Active Directory Users and Computers console? a. ADAC allows you to modify the properties of both multiple users and multiple computers at once. b. ADAC allows you to import multiple objects at once. c. ADAC allows you to modify the properties of multiple users or multiple computers at once. d. ADAC not only helps create user and computer objects, but it helps join them to a domain.
D
What is the primary means by which people access resources on an Active Directory Domain Service (AD DS) network? a. By having a computer account b. Being within the proper site and domain c. By having elevated privileges d. By having a user account
B
What two graphical tools will help create either user or computer objects? a. Server Manager and Windows PowerShell b. Active Directory Administrative Center and Active Directory Users and Computer c. Server Core and Windows PowerShell d. LDIFDE.exe and CSVDE.exe