wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

PQuiz 161.2.1 - Active Directory, Groups, OUs

Total questions: 16

Worksheet time: 9mins

Name
Class
Date
1.

What can be used to add, delete, or modify objects in Active Directory, in addition to modifying the schema if necessary?

a)

NSLOOKUP

b)

CSVDE

c)

DCPROMO

d)

LDIFDE

2.

When using CSVDE, what is the first line of the text file that uses proper attribute names?

a)

name record

b)

header record

c)

header row

d)

name row

3.

Which of the following utilities do you use to perform an offline domain join?

a)

djoin

b)

join

c)


dconnect

d)

net join

4.

Which of the following is not a type of user account that can be configured in Windows Server?

a)

global accounts

b)

local accounts

c)

network accounts

d)

domain accounts

5.

Which of the following are the two built-in user accounts created automatically on a computer running Windows Server?

a)

Interactive

b)

Administrator

c)

Network

d)

Guest

6.

What is the PowerShell cmdlet syntax for creating a new user account?

a)

There is no PowerShell cmdlet for user creation.

b)

New-ADUser

c)

New-SamAccountName

d)

New-User

7.

What is the PowerShell cmdlet syntax for creating a new computer object

a)


New-ADComputer -Name –path

b)

New-Computer -Name –path

c)

There is no PowerShell cmdlet for creating computer objects.

d)

New-ComputerName –path

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)

Without the OU specified, the program will fail.

b)

In the Computers container

c)

In the same organizational unit (OU) as the administrator running Netdom.exe

d)

In the Users container

9.

Who may join a computer to the domain?

a)

Members of the computer’s local Administrators group may join the computer to the domain.

b)

Only the domain administrator may join the computer to the domain.

c)

No one, the computer does this itself when authenticating.


d)

The computer joins the domain as part of the object creation process.

10.

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?

a)

SRV records

b)

Read-only domain controller

c)

Delegation of control

d)

Multimaster replication

11.

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?

a)

dc=com,dn=cohowinery,ou=sales,cn=amy

b)

cn=amy,ou=sales,dc=central,dc=cohowinery,dc=com

c)

cn=amy.ou=sales.dc=cohowinery.com

12.

Which of the following is a container object within Active Directory?

a)

OU

b)

User

c)

Folder

d)

Group

13.

Which of the following groups do you use to consolidate groups and accounts that either span multiple domains or the entire forest?

a)


Universal

b)

Built In

c)

Global

d)

Domain Local

14.

Which of the following is not a correct reason for creating an OU?

a)

To assign different Group Policy settings to a specific group of users or computers

b)

To delegate administration tasks

c)

To create a permanent container that cannot be moved or renamed

d)

To duplicate the divisions in your organization

15.

Which of the following group scope modifications are not permitted? (Choose all answers that are correct.)

a)

Domain local to universal

b)

Universal to global

c)

Global to universal

d)

Global to domain local

16.

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.)

a)

You cannot delete global groups from the Active Directory Users and Computers console

b)


There are still members in the group.

c)

You do not have the proper permissions for the container in which the group is located.

d)

One of the group’s members has the group set as its primary group.