Chapter - 2 - Host Management
Chapter - 2 - Host Management
Host Management
1
Active Directory Domain Services
• Active Directory is a directory service, and it is the role of a
directory service to maintain information about enterprise
resources, including users, groups, and computers.
Domain Controllers
• Domain controllers (DCs) host perform the identity and
access management in a Microsoft Windows enterprise.
• Any server that has AD(Active Directory) installed becomes
a DC. In a domain one domain act as the primary domain
controller while the other act as a backup domain controller.
Functions of DC
• Store a complete copy of all the objects related to a single
domain. It also maintains the change made to the objects
and updates these changes on other DC in the same domain.
• Provides fault tolerance, Fault tolerance means if one DC is
offline, another can provide all the required function to AD.
• Manage all user interaction within a domain, such as
finding AD object and validating user authentication.
3
Cont…
E.g.: DBU.com
4
Cont…
Domain
• A domain is a core administrative unit of a network
structure.
• It is a logical grouping of computers that share a common
directory database and security system.
• Object stored in a domain are considered vital to network.
• These object are resources needed by network user to
perform task. The object can be printer, document, database
or user.
5
Cont…
Tree
• A tree is a hierarchical collection of one or more domain,
which is created by adding one or more child domain to an
.
DBU.c
existing parent domain
om
IT.DBU.co CS.DBU.c
m om
First-
year.CS.DBU.com
Child Domain
• You may want to create a child domain and then delegate the
Domain Name System (DNS) namespace to a domain controller
located in this child domain for any the following reasons:
E.g. CS.DBU.com
6
Cont…
Computer
• Similar with user object, computer are represented as account
and object in AD.
• A computer also logs on to a domain.
• The computer object contains a name appended with a dollar
sign, e,g COMP$, and password that is required when you
join the computer to a domain.
• Each computer that need to access network resource must have
a unique computer account in the network.
Forest
• A forest is collection of one or more independent domain tree.
9
server installation
■ Reduced disk space Server Core requires less disk space for the
installed operating system elements, which maximizes the utilization
of the server’s storage resources.
13
Cont…
14
Window server 2012 installation(GUI)
1. Start the computer then insert the window server 2012 installation DVD in
to DVD drive.
2. Reboot the computer, installation wizard appears as shown.
3. Click next button. The install windows wizard now contain an installation now
button as shown.
4. Select the language for installation.
5. Click install now button to start installation of windows server 2012, then type your
product key for activation .
15
Cont…
16
Migrating roles
Between versions You can migrate data from any Windows Server
version from Windows Server 2003 SP2 to Windows Server 2012 R2.
• This includes migrations from one server running Windows Server 2012
R2 to another.
17
Cont…
21
Cont…
23
Cont….
• Every user account you create has a set of default properties you can
configure
– Including personal information, logon settings, dial-in
settings, and Terminal Services settings for a user
– The personal properties you define for a domain user
account are useful when conducting user searches based on
very specific information
– Logon settings are used to specify the logon hours for a user
– Dial-in settings for a user account are used to specify if and
how a user can make a dial-connection from a remote
location
– Terminal Services properties provide the ability to connect
to a server from a remote location
27
Cont…
• You can save a lot of time by filling out the common fields
shared between user accounts in a “template” account
– A template account is a disabled account that is
used as a model for creating other accounts
– After filling out the appropriate fields, you can
right-click the account and select Copy to create
a new account with most of your pre-defined
fields already filled in
28
Maintaining User Accounts
31
Cont…
Group Scope
In Windows Server Active Directory, you can create groups
with three different scopes:
I. Domain local,
II. Global, and
III. Universal.
34
Group scope