Active Directory is the database of all managed components within the domain. Components are called objects and include computers, users, account policies, roles, services, etc.
Client – users of the domain services
Member Server – provides services to the domain and clients
Domain Controller – maintains the Active Directory database
The Active Directory database is stored in a file called Ntds.dit.
A domain is an administratively-defined collection of network resources that share a common directory database and security policies.
A tree is a group of domains based on the same namespace that share a common schema, share resources between domains, and have two-way trust relations
A forest is a collection of related domain trees. The forest establishes the relationship between trees that have different DNS name spaces.
Domains are identified by their domain name. For example, Camosun.BC.CA for Camosun College.
A container is a built-in structure for holding objects. Containers cannot be renamed, deleted, or have group policy applied to them.
Trust relationship allows users in one domain to use services within another domain. Child and Parent domains generally have a two way trust relationship by default.
Domain Controllers use replication to maintain consistency.
Install the Active Directory Domain Services role and use the Active Directory Domain Services Configuration Wizard to promote the server to become the Domain Controller.
If a server is being promoted to a Domain Controller, then the DNS role is usually installed as well.
Make sure the computer name is correct.
Make sure the time zone is set correctly.
Use a static IP address.
Add a domain controller to an existing domain – replica domain controller
Add a new domain to an existing forest as a Child domain.
Add a new domain to an existing forest as a new tree.
Add a new forest when there is no existing domain.
Windows Azure is a Microsoft cloud service used to create and maintain the Active Directory Role and Services.
A Global Catalog Server is a domain controller used for searches and logons. They contain information about other objects in other forests as well as its own domain.
A site is a physical representation of a network and is usually defined by an IP address range.
Default Containers: Builtin Computers Users ForeignSecurityPrincipals ManagedServiceAccounts
Default OU:
Domain Controllers
The maximum suggested is five.
The primary reason besides keeping objects organized is to allow policy settings to be applied to the container and the subsequent objects inside them.
Domain user accounts provide users the ability to access domain resources and control what they have access to.
Security Identification – SID
Use Active Directory to create and manage your user accounts.
Make use of templates if user accounts have similar settings
Manage the passwords- either have the user change it or select a fixed password.
Create a user profile to track environment settings and resouces.
Deprovision a user – remove access rights when a user account is no longer used.
A computer account is used to manage a network computer – not just one specific user.
Policies can be applied to a computer and any user logging on to that computer will be subject to those policies.
Account Operators
Domain Administrators
Enterprise Administrators
A group is used to collect user account, computer accounts, and other group accounts and allow them to be managed.