WorksheetsPQuiz 161.2.1 - Active Directory, Groups, OUs
Total questions: 16
Worksheet time: 9mins
What can be used to add, delete, or modify objects in Active Directory, in addition to modifying the schema if necessary?
NSLOOKUP
CSVDE
DCPROMO
LDIFDE
When using CSVDE, what is the first line of the text file that uses proper attribute names?
name record
header record
header row
name row
Which of the following utilities do you use to perform an offline domain join?
djoin
join
dconnect
net join
Which of the following is not a type of user account that can be configured in Windows Server?
global accounts
local accounts
network accounts
domain accounts
Which of the following are the two built-in user accounts created automatically on a computer running Windows Server?
Interactive
Administrator
Network
Guest
What is the PowerShell cmdlet syntax for creating a new user account?
There is no PowerShell cmdlet for user creation.
New-ADUser
New-SamAccountName
New-User
What is the PowerShell cmdlet syntax for creating a new computer object
New-ADComputer -Name –path
New-Computer -Name –path
There is no PowerShell cmdlet for creating computer objects.
New-ComputerName –path
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?
Without the OU specified, the program will fail.
In the Computers container
In the same organizational unit (OU) as the administrator running Netdom.exe
In the Users container
Who may join a computer to the domain?
Members of the computer’s local Administrators group may join the computer to the domain.
Only the domain administrator may join the computer to the domain.
No one, the computer does this itself when authenticating.
The computer joins the domain as part of the object creation process.
You are planning an Active Directory implementation for a company that currently has sales, accounting, and marketing departments. All department heads want to manage their own users and resources in Active Directory. What feature will permit you to set up Active Directory to allow each manager to manage his or her own container but not any other containers?
SRV records
Read-only domain controller
Delegation of control
Multimaster replication
If the user named Amy is located in the sales OU of the central.cohowinery.com domain, what is the correct syntax for referencing this user in a command line utility?
dc=com,dn=cohowinery,ou=sales,cn=amy
cn=amy,ou=sales,dc=central,dc=cohowinery,dc=com
cn=amy.ou=sales.dc=cohowinery.com
Which of the following is a container object within Active Directory?
OU
User
Folder
Group
Which of the following groups do you use to consolidate groups and accounts that either span multiple domains or the entire forest?
Universal
Built In
Global
Domain Local
Which of the following is not a correct reason for creating an OU?
To assign different Group Policy settings to a specific group of users or computers
To delegate administration tasks
To create a permanent container that cannot be moved or renamed
To duplicate the divisions in your organization
Which of the following group scope modifications are not permitted? (Choose all answers that are correct.)
Domain local to universal
Universal to global
Global to universal
Global to domain local
You are attempting to delete a global security group in the Active Directory Users and Computers console, and the console will not let you complete the task. Which of the following could possibly be causes for the failure? (Choose all answers that are correct.)
You cannot delete global groups from the Active Directory Users and Computers console
There are still members in the group.
You do not have the proper permissions for the container in which the group is located.
One of the group’s members has the group set as its primary group.
