Chapter 2: Managing OUs and Active Directory Accounts Flashcards

2.1 Work with organizational units 2.2 Manage user accounts 2.3 Manage group accounts 2.4 Work with computer accounts 2.5 Automate account management

1
Q

Benefits of using OUs

A

Create hierarchical structures to allow easy resource access
Delegation of administrative authority
Able to change OU structure easily
Grouping users and computers for assigning administrative and security policies
Hiding AD objects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Delegation of Control

A

A person with higher security privileges assigns authority to a person of lesser security privileges to perform certain tasks for them

Commonly delegated tasks:

Create, delete, and manage user accounts, passwords, and groups
Manage group policy links
Generate Resultant Set of Policy (Planning or Logging)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Can delegated control be seen in an OUs properties?
How do you see it?

A

By default, the OU’s properties don’t show that a user has been delegated control. To verify who has been delegated control, you must view the OU’s permissions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Security Principals that can be assigned to an object (3)

A

Users, groups, computers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

AD object’s security descriptor

A

An AD objects security descriptor is the security settings of three components:

Discretionary access control list (DACL)
Object owner
System access control list (SACL)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Object permissions (5)

A

Read
Write
Create all child objects
Delete all child objects
Full control

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Permission inheritance

A

Permission inheritance defines how permissions are transmitted from a parent object to a child object

(All objects in AD are child objects of the domain)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Default settings in AD Users and Computers hide some system folders, these are… (5)

A

Displayed by enabling the Advanced Features option from the View menu

LostAndFound
Program Data
System
NTDS Quotas
TPM (Trusted Platform Module) Devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

User accounts have two main functions

A

Provide a method for user authentication to the network (log in to use)
Provide detailed information about the user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

built-in Administrator account (3)

A

Has full access to all aspects of a computer
Can be renamed or disabled but not deleted
Default administrator should be renamed and given a strong password

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Domain administrator account

A

The domain administrator account in the forest root domain has full access to all aspects of the forest

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

built-in Guest account

A

Is disabled by default
Can have a blank password
Has limited access to a computer or domain
Can access any resource which the Everyone group has permission for

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What commands can you use to disable an account? (3)

A

Powershell cmdlets:
Enable-ADAccount
Disable-ADAccount

dsmod user

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Group Types

A

Security - the man AD objects administrators use to manage network resource access and grant rights to users
Distribution - For sending mass emails

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Group Scope

A

Group scope determines the reach of a group’s application in a domain or forest

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Group Scope options (4)

A

Domain local - domain local groups in the same domain
Global - Global groups in the same domain
Universal - Universal groups from any domain in the forest
local (for groups created in the SAM database of a computer)

17
Q

SAM database

A

The Security Accounts Manager (SAM) database

18
Q

AGGUDLP

A

Accounts are made members of
Global groups, which when necessary are nested in other
Global groups, which are made members of
Universal groups, which are then made members of
Doman Local groups, which are assigned
Permissions to resources

19
Q

A global group

A

A global group used to group users from the same domain with similar access or rights requirements

20
Q

A universal group

A

A universal group can contain users from any domain in the forest and be assigned permission to resources in any domain in the forest

21
Q

A local group

A

A local group is created in the local SAM database on a member server or workstation or a stand-alone computer

22
Q

Automating Account Management

A

Account Management can be automated in AD using command-line programs for simple repetitive tasks, or batch files for lengthy and cumbersome tasks

23
Q

Batch file

A

A batch file is a text file with .bat extension that can take arguments to replace variables in a command to automate lengthy and cumbersome account management tasks

24
Q

What are ADAC and ADUC?

A

Active Directory Administrative Center and Active Directory Users and Computers are tools for creating and maintaining user accounts

25
Q

What are user templates and what are they used for?

A

User templates are templates for creating users who have common attributes, such as group memberships

26
Q

Two methods for automating account management are?

A

You can automate account management using command-line tools or PowerShell cmdlets