4. Lesson 14
*Which of the following are the two built-in user accounts created automatically on a computer running Windows Server 2012?* a. Network b. Interactive c. Administrator d. Guest
Administrator; Guest
*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
In the Computers container
*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
LDIFDE
*Who may join a computer to the domain?* a. No one, the computer does this itself when authenticating b. The computer joins the domainas 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.
Members of the computer's local Administrators group may join the computer to the domain.
*What is the 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.
New-ADComputer -Name <computer name> -path <distinguished name>
*What is the 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.
New-ADUser
*Which of the following utilities do you use to perform an offline domain join?* a. net join b. join c. djoin d. dconnect
djoin
*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
header record
*Which of the following is NOT a type of user account that can be configured in Windows Server 2012?* a. local accounts b. domain accounts c. network accounts d. built-in accounts
network accounts