MCTS - Net II - Midterm Review Questions Flashcards
(39 cards)
Advantages of running a dedicated forest root domain:
Flexibility, security, more manageable
What is a shortcut trust?
A shortcut trust is configured manually between domains in the same forest to bypass the normal referral process.
How do you verify who is delegated control in a OU how would you do it?
AD Users & Computers > enable Advanced Features under View > right-click on OU > select Properties > Security tab > Advanced > Permissions tab (DACL) you can see ACEs lists or download DSrevoke Tool
Name the Master roles:
Schema master, Infrastructure master, Domain naming master, RID (relative identifier) master, PDC emulator master
What does a schema partition do?
Contains info needed to define AD objects and object attributes for all domains in the forest. Is replicated to all domain controllers inthe forest. One controller in the forest is designated as the schema master domain controller and holds the writeable copy of the schema.
What does a directory partition do?
Contains all objects in a domain, including users, groups, computers, OUs, etc. There’s one domain directory partition for each domain in the forest. Changes made to objects in a domain directory partition s are replicated to each domain controller in the domain.
Some object attributes are also replicated to global catalog servers Changes to the domain directory partition can occur on any domain controller in the domain except read-only domain controllers.
What does the infrastructure master do?
Responsible for updating references from objects in other domains. Compares its data with that of a global catalog which receive regular updates for objects in all domains through replication, so the global catalog will always be up-to-date.
What is an external trust?
A one-way or two-way non-transitive trust between two domains that aren’t in the same forest.
What is x.500?
A suite of protocols developed by ITU (International Telecommunications Union), is the basis for the hierarchical structure of AD information and for how AD objects are named and stored.
What is the discretionary ACL?
A list of security principals, with each having a set of permissions that define access to the object. Each entry in the DACL is referred to as an ACE. If a security principal or a group the security principal belongs to isn’t in the DACL, the security principal has no access to the object.
Know basic directory partition types:
domain directory partition - schema directory partition - global catalog partition - application directory partition - configuration partition
Know the operation master roles:
schema master, infrastructure master, domain naming master, RID master, PDC emulator
How do you change/remove inherent permissions?
- Make changes to the parent object, and the child will inherit these permissions
- Select the opposite permission (allow/deny) to override the inherited permission
- Clear the “Inherit from the parent the permission entries that apply to child objects. Include these with entries explicitly defined here” check box Then you can make changes to the permissions or remove users or groups from the Permissions list. However, the object will no longer inherit permissions from the parent object.
Know some of the characters you can use when naming an account:
@$#%&!
What is AGDLP?
Microsoft’s best practices recommended using these groups to aggregate users with similar access or rights requirements:
Accounts are made of members of
Global groups, which are made members of
Domain Local groups, which are assigned
Permissions to resources
Know the benefits of using roaming profiles:
Consistent environment, easy mgmt.,ability to log on the profile from any pc since the profile is saved to the network share.
What does DSGET do?
Displays an object’s properties onscreen by default, but he output can be redirected to a file.
What does DSMOD do?
Modifies existing AD objects.
How does setting up a mandatory profile affect user show login to the network?
To prevent certain users to have a profile that can’t be changed, or can be changed during the session but reverts to the original profile the next time the user logs on.
What does a super mandatory profile do?
Prevents a user from logging on to the domain when the mandatory profile is unavailable.
What is a Universal Group?
Membership info is stored only on domain controllers configured as global catalog servers. Second, they are the only type of group with a truly universal nature.
- User accounts, global groups and universal groups from any domain in the forest can be a member.
- They can be a member of other universal groups from any domain in the forest can be a member.
- They can be assigned permissions to resources in any domain in the forest.
Where are user profiles stored by default in Server 2008?
C:Windows\Users\%SYSTEMDRIVE%
When are user profiles created?
When a user logs in
What are Enterprise Admins?
This group is automatically added to the Administrators group in every domain in the forest, providing complete access to the configuration of all domain controllers.