-
HKEY_LOCAL_MACHINE
Stores all information related to system hardware drives, services, software, and windows setting.
-
What are the 5 Registry keys?
- HKEY_LOCAL_MACHINE
- HKEY_CURRENT_USER
- HKEY_USERS
- HKEY_CLASSES_ROOT
- HKEY_CURRENT_CONFIG
-
HKEY_CURRENT_USER
Contains information about the desktop setup for the account presently logged on the system.
-
HKEY_USERS
Stores configuration information for all users configured on your system.
-
HKEY_CLASSES_ROOT
Comprises information related to applications registered on your system, file associations, & the OLE class ID's of the applications that are used to manage these entities.
-
HKEY_CURRENT_CONFIG
- Is a mirror of HKEY_LOCAL_MACHINE and is generated for the current user at runtime.
- To include software and hardware information for the current user.
-
What are the 3 Active Directory Domain Services?
- - Process Authentication
- - Centralize Configuration
- - Deploy Policy
-
What is the Active Directory Structure?
- - Extensible Framework
- - Hierachical
- - Fault Tolerant
-
What are the 2 Active Directory User Profiles?
- Roaming Profile
- - Profile saved on the server
- - Copied to every Pc when user logs on
- - Consistent environiment
- Mandatory Profile
- - User cannot change profile
- - Any changes are descarded
-
What are the Active Directory Group Types?
- Security Groups
- - Used for assigning permissions
- Distribution Groups
- - Used to send emails to multiple users
-
What are Active Directory Group Scopes?
- Local
- - Just on that PC
- Domain Local
- - Exists on only that domain.
- - Used to assign permissions
- Gobal
- - Can be assigned rights throughout the forest
- - used to group together users
- Universal
- -Exists in every domain in the forest
- - Used for cross-domain resource sharing
-
What are the 5 containers in Active Directory?
- Forests
- Trees
- Domains
- OU's
- Sites
-
What is a forest?
- A grouping of active directory trees which each has:
- - contiguous namespaces within their own domain structive, but that have disjointed namespaces between trees.
- - The trees & their domains use the same schema & golbal catalog.
-
What are trees?
- -Related domains that use a contiguous namepace
- - share the same schema
- - have two way trust
-
What is a domain?
A grouping of objects typically as a primary containers within active directory
-
What is OU's?
A grouping of related objects within a domain that provides a means to establish specific policies for governing those objects, & that enables object management to be delegated.
-
What are sites?
To interconnect IP subnets.
Enables active directory to create redundant routes for DC replication.
-
What are FSMO roles?
(1 per forest)
- - schema master
- - domain naming master
-
Name 5 Server Roles.
- - Application Server Role
- - DHCP Server Role
- - DNS Server Role
- - File Services Role
- - Windows Deployment Service Role
-
Application Server Role
Makes applications available to users on a network or over ther web.
-
DCHP Server Role
Server leases IP addresses to network clients so users do not have to configure their own IP addresses.
-
DNS Server Role
Mantains tables from which this service translates domain and computers names into IP addresses and vice versa.
-
File Services Role
Enables users to access and share files through one or mone servers.
-
Windows Deployment Services Role
Provides the ability to administer hundreds of servers on a mass scale with the help of scripts.
If a company buys multiple pc's without operating systems they can use this role to install all the OS's at one time.
|
|