Republic of the Philippines
Department of Education
Cordillera Administrative Region
Division of Tabuk City
KALINGA NATIONAL HIGH SCHOOL
Active Directory: Organization Unit
Module in TVL12 – Information and Communication
Technology
Second Quarter – Week 1
JAKE FLOYD B. MORALES
Developer
Department of Education. Cordillera Administrative
What I Need to Know
Welcome to the world of Computer Systems Servicing
This module contains training materials and activities for you to
complete. This module helps you achieve the required Third Core
competency in Computer Systems Servicing. This will be the source of
information for you to acquire knowledge and skills in this trade, with
minimum supervision or help from your teacher. With the aid of this
material, you will acquire the competency independently and at your own
pace.
This module contains activities for you to complete. It covers the
knowledge, skills and attitudes required to complete the competency
You are required to go through a series of learning activities in order to
complete each of the learning outcomes of this module. In each learning
outcome, Learning Elements and Reference materials are available for your
further reading to assist you in the required activities. You are expected to
accomplish all the required activities and to answer all the activities given.
Please note that you need to have 100% correct answers to each activity to
be rated competent. You are required to obtain answer sheets, which are
available from your teacher or provide at the last part of the module, to reflect
your answers for each activity. If you have questions, please do not hesitate
to ask your teacher for assistance.
You are expected to finish the following:
LO 1. Know how to install .msi installer using GPO
LO 2. Know how to configure software deployment
2
What I Know
Choose the LETTER of the BEST answer. Write your answer on the SPACE
provided before each number.
1. What will you configure in your server to share your file?
a. Group Policy Order b. My computer
c. My Network Place d. None of the Above
2. What will you do if the user is not accessible in a network.
a. Call a Technician b. Check the connection
cable
c. Check the switch or router connection d. All the above
3. You want to share your files to another computer, what should you do?
a. Configure server manager c. Install server 2008
b. Configure domain name d. All the above
4. In software deployment what software in server will you configure to
share your data.
a. Group policy setting order c. Group policy domain
b. Group policy order d. group policy user
5. what device will you suggest for Network sharing.
a. 500mbps router c. 500mbps Patch panel
b. 500mbps Switch d. All of the above
6. It defines what a system will look like and how it will behave for a defined
group of users.
a. Group policy order b. Domain c. User d. policy order
7. What do you call the computer software which you configure before
installing the OS?
a. Software b. Operating System c. BIOS d. All of the Above
8. What maybe the problem if the user is not recognize in a network, what
would you do to resolve the problem?
a. Probably, the cable is not con figure. Configure the cable
b. Probably, the domain is not installed. Install domain
c. Probably, the server manager is not configured. Configure server
manager
d. All of the above
9. It involves the process of creating applications and software programs by
writing and maintaining the source code.
a. Group policy order b. Domain c. Software Deployment d. policy
order
3
10. It is about the complete process and the stages involved throughout the
software development life cycle (SDLC).
a. Group policy order b. Domain c. Software Deployment d. policy
order
What’s In
Answer the following question based on the previous lesson you have read
and understand. Be guided by the questions and rubric below.
1. What is the difference between Client and Server?
________________________________________________________
____________________________________________________________
____________________________________________________________
________________________________
2. Why we need Domain in setting up server?
________________________________________________________
____________________________________________________________
____________________________________________________________
__________________________________
3. What is Join Domain?
________________________________________________________
____________________________________________________________
______________________________________
Rubric:
CRITERIA POINTS SCORE
Content (Related to the Lesson) 5 points
Organization (style of writing) 5 points
Mechanics (grammar) 5 points
TOTAL 15 points
4
What’s New
Arrange the following Jumbled letters to come up with the Typical Type of
Server.
JUMBLED LETTERS CORRECT ANSWER
lueB-reenG
yranac
cimota
noisulcnoc
What Is It
What is Group Policy
• Contains Settings that can be configured to control
what’s happening with Users and Computers.
• There are literally thousands of different settings that can
be configured inside of each GPO.
• GPOs are use with containers (Domains, Sites, and OUs), but
are not applied to group
Local vs. Domain
Every Windows computer has a Local group policy to control what
can be done on it and what is restricted, but you don’t want to go
around to all the computers in your Domain and configure all the
settings manually.
You want to join the rest of the world and administer Group
policy from Active directory.
5
Local scenario
Advantage Disadvantage
You can configure each But configuring 30 or more
computer
separately using Local machine using local policy
policy it is too
redundant and too time
consuming.
Domain Scenario
Advantage Disadvantage
Configuring all machines Down of a server may
at once from the comfort of affects all the connected
your desk. machines
Less time to configure all
machines.
Creating and linking GPO’s
We can create a Group Policy Object easily, but we have to link it to
the appropriate container (usually an OU) before it takes effect on the
Users and/or Computers.
A single GPO can be linked to multiple containers so you can re-use
it again.
Group policy has two sides
a. User
b. Computers
While you can configure settings for both sides in any one GPO, you
generally don’t (this is why we separate users and computers into
separates OU’s).
Each side of group policy has policies and *NEW preferences.
Generally, we create separate GPO’s for Users and Computers
Befor deploying software check the following
6
• .msi installer is an accepted installer file
• Exe file is not accepted in software deployment
Group policy setting’s order
1. Create a folder for software container.
2. Right click > Choose properties
7
3. ClickSharingtab > click share >
click drop down arrow
> choose everyone>click add then click
everyone set permission setting to Read/write
4. Click share to continue then click Done.
5. Click Close to save.
6. Open server manager > open server manager
8
7. Click Features (+) sign > click >
click >right click domain(css.com) name then choose
Create a GPO in this domain, and Link it here…
8. Create a new GPO name
9
9. Right click in new created GPO >click Edit
10. Under user configuration > click policies (+ sign > click (+ sign )
> click Software setting
11. Right click software installation > choose New > click Package
10
12. Then type the type the ipaddress of the server
13. Choose development software folder that created earlier > click open
Note: Software development is a shared file where the
.msi file installer is stored.
11
14. Choose your installer then click Open.
15. Click Assigned > Click OK.
16. After a few moments, you will see the image down below
indicating the configuration is successful.
12
17. Open command prompt > then type gpupdate /force to update
the policy.
18. Press Y then server is forced to log off > then login back your
administrators account then you’ll see the confirmation of installing
managed software.
Login administrator
13
19. Click start button then see the result.
20. Now, login your domain users into your windows client account
then open command prompt > type ipconfig /force > type Y to
14
confirm > computer will restart > login back your domain user
account > then see the result.
Logging in domain user’s account
Domain user accounts are the
accounts reside in your active directory
Example:
User accounts inside CSS Students’ OU
Deployed software will automatically be installed in the windows
15
client.
16
What’s More
Study the photo, Write a brief meaning of it. Write your answer below the
photo?
17
What I Have Learned
Base on the figure below, discuss why Group Policy Object is
important in software deployment.
___________________________________________
_______________________________________________
_______________________________________________
_______________________________________________
_____________
18
What I can Do
Fill in the missing IP address below.
192.168.0.1
127.0.0.2
127.0.0.8
USER 1 USER 2
225.225.225.0
192.168.10.0
Assessment
Choose the LETTER of the BEST answer. Write your answer on the
SPACE provided before each number.
1. What maybe the problem if the user is not recognize in a network, what
would you do to resolve the problem?
a. Probably, the cable is not con figure. Configure the cable
b. Probably, the domain is not installed. Install domain
19
c. Probably, the server manager is not configured. Configure server
manager
d. All of the above
2. What do you call the computer software which you configure before
installing the OS?
a. Software b. Operating System c. BIOS d. All of the
Above
3. You want to share your files to another computer, what should you do?
a. Configure server manager c. Install server 2008
b. Configure domain name d. All the above
4. In software deployment what software in server will you configure to
share your data.
a. Group policy setting order c. Group policy
domain
b. Group policy order d. group policy user
5. what device will you suggest for Network sharing.
a. 500mbps router c. 500mbps Patch panel
b. 500mbps Switch d. All of the above
6. It defines what a system will look like and how it will behave for a
defined group of users.
a. Group policy order b. Domain c. User d. policy
order
7. What will you configure in your server to share your file?
a. Group Policy Order b. My computer
c. My Network Place d. None of the Above
8. What will you do if the user is not accessible in a network.
a. Call a Technician b. Check the
connection cable
c. Check the switch or router connection d. All the above
9. It involves the process of creating applications and software programs
by writing and maintaining the source code.
a. Group policy order b. Domain c. Software Deployment d.
policy order
10. It is about the complete process and the stages involved throughout
the software development life cycle (SDLC).
a. Group policy order b. Domain c. Software Deployment d.
policy order
20