Wlas - CSS 12 - W5 - W6

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 15

CSS 12 - MODULE 4

Configure server function

Let’s Take A Look

Welcome to the Module “Configure server function”. This Module


contains training materials and activities for you to complete .

The learning competency “Configure network services” has


sublearning competency namely “Check normal server function in
accordance with manufacturer’s instructions” with the code
TLE_IACSS9- 12SUCS-IIIf-jIVa-j-38 contains knowledge, skills and
attitudes required for a Computer System Servicing NC II course.

Learning Competency Code

LO 2: Configure network services TLE_IACSS9-


2.1 Check normal server function in accordance 12SUCS-IIIa-e37
with manufacturer’s instructions
2.2 Install and update required modules/add-ons on
NOS installation procedures
2.3 Confirm network services based on user/system
requirements
2.4 Check operation of network services based on
user/system requirements
2.5 Respond to unplanned events or conditions in
accordance with established procedures

You are required to go through a series of learning activities in order


to
complete the learning competency of the module. In this module, there are
Let's Work it Out, Let's Work it Out, Let me Catch You, Let's Have a
Tour, Let's Talk and Tell, Let's Do It, Let's Check and Learn.

If you have questions, don’t hesitate to ask your teacher for


assistance.
Let’s Work It Out

In this module, you will learn the different types and parts of a computer.

Lesson I- CREATING NEW GROUP AND ACCOUNT IN A SERVER

Learning Competency:

Check normal server function in accordance with manufacturer’s


instructions
TLE_IACSS9- 12SUCS-IIIf-jIVa-j-38

Specific Objectives:
1. Describe Group in server
functions.
2. Define what is user account.
3. Create new group and user
accounts.

Let’s Think First

PRE-TEST
Directions:
Read the statement carefully. Choose the letter of the correct answer. Write
your answers on a separate sheet of paper.

1. ______ is where the location after right click in the blank area then
point the cursor to new.

a. Users c. Group
b. Computer d. OU
2. ______ The default selections for group scope.
a. Replication c. Global
b. Domain d. Local
3. ______ allow users to access network resources.

a. Computer c. User
b. User Accounts d. Group Policy
4. ______ is also commonly called forest.

a. Domain c. Forest
b. Domain Controller d. Joining computer
5. ______ created when right click on OU and click new and select user.

a. User Account c. UPN


b. User d. User Principal
6. ______ The first User logon name.

a. Roles c. New
b. User Principal Name d. User
7. ______ Second user logon name.

a. User Principal Name c. SamAccountName


b. Organizational Unit d. User
8. _______ can also be used by user to login to domain-joined computers.
a. User Principal Name c. Folder Sharing
b. SamAccountName d. Redirection
9.______ is email like name that can be used to login to domain joined
computers.
a. User Principal Name c. Redirection
b. SamAccountName d. None
10.______ is a command-line option that will allow you to create users
with commands.
a. OU c. ADDC
b. ADDS d. DSADD
Let Me Catch You

Activity 1

Directions: Identify the following pictures about creating new group.

1.

2
3
4

Guide Questions:

1. It is use to add PC in the system.


2. Where you can add new user.
3. It is an output device that will produce hard copy.
4. It is a folder where you can apply some functions to visible to other
location.
Let’s Have a Tour

Activity 2

Directions: List down the components when creating new group and user
accounts on the given below use the separate sheet to write your answer.

1. Creating new group.

2. Creating account using server manager.

3. Creating account using command line. Syntax only.

Let’s Talk And Tell

CREATING A NEW GROUP

1. After creating an Organizational Unit in your Active Directory, you are


ready to create your first group. Go ahead and select your OU and then right-
click in the blank area. Next, point to New and then select Group.
2. The next step is to name your Group, select the group scope and then select the
group type.

In this example we are going to name our group CSS User. We are also going to
leave the default selections for group scope is Global, and group type is Security >
click OK.
4. Our new group has been created!

USER ACCOUNTS
 it allow users to access network resources.

Creating account using server manager

1. Open Server Manager open Roles click Open Active Directory Users and
expand the domain name (itsmeismael.com). Select the Organization Unit
(CS Students) where you want to create the new user account.
2. In the empty area, right-click select New and click User. You can also
right-click the OU and click New and select User to create new user
account.

3. New Object dialog box will open as shown below. You can fill in the user
information like first name, lastname etc. As you can see below, there are
two user logon names. The first User logon name also called User
Principal Name (UPN) superUser@itsmeismael.com which is email
like name that can be used to login to domain joined computers. Second
user logon name (pre-Windows 2000) also called SamAccountName can
also be used by user to login to domain-joined computers in the form
itsmeismael\superUser. After entering the user details, click Next.

4. Enter password for the user. You can choose various options as shown
below. Once you are done, click Next.
5. View the summary then click Finish.

CREATE ACCOUNTS USING COMMAND LINE

You can also add users by using DSADD command line option. IT allows you
create users using command prompt.

DSADD is a command-line option that will allow you to create users with
commands.

Syntax
dsadd user ”cn=Username,ou=OUName, dc=YOurndomain,
dc=yoursuffix”

Example
dsadd user “itsmeuser, ou=CSSStudents, dc=css, dc=com”

If you are going to add users’ complete name use the following syntax.

dsadd user “itsmeuser, ou=CSSStudents, dc=css, dc=com “ –fn


Ismael –ln Balana –pwd css_2016 –mustpwd no

If you want fast and easy creation of users just use the following codes, but
this time you need type the codes using Notepad or any equivalent text
editor.

1. Open notepad or notepad++ > then type an example shown below

Syntax
dsadd user “cn=%1, ou=OUName, dc=YourDomain, dc=YourSuffix” –fn
%2 – ln%3 –pwd Password –mustchpwd yes

Example:
dsadd user “cn=%1, ou=CSSUsers, dc=itsmeismael, dc=com” –fn%2 –
ln%3 – pwd css_2016 –mustchpwd yes

2. Save it as “addUsername.bat” in accessible directory.

3. Open command line, navigate to the directory where the script resides and
type:

Syntax
addOUName username firstname lastname

Example
addCSSUsers itsmeismael Ismael Balana

4. Open server manager OU and check the result

Moving users into a Group

1. In order to move existing accounts into a group, you need to hold down the
Control key and click the user or computer accounts that you want to move
into that group.
2. Then you need to right-click on any one of those accounts and select
Add to a group.

3. Next, Type the group name and let the machine find it.

In our example, I will type CSS Users and then click on the Check names
button. Once the name is verified and group name is found, the text will be
underlined and you can click the OK button to continue.
4. Now all of these accounts are part of our CSS Users group.
Let’s Do It
Activity 3

Directions:
Read the statement carefully. Match the descriptions of Column A
to the devices Column B. Write the correct letter in a separate sheet of
paper. A. SamAccountName
B. UPN 
Column A Column B
C. Global 
____1. Once the name is verified and group
name is found. D. DSADD 
____2. is a command-line option that will E. Domain Controller
allow you to create users with commands.
____3. can also be used by user to login to F. Printer 
domain-joined computers in the form. G. Check Names
____4. The first User logon name.
____5. it allow users to access network H. User Accounts 
resources
I. Windows Server 2008R2
____6. Acronym of OU.
J. Organizational Unit 
_____7. the default selections for group scope.

____8. Operating system use in server


Manager.
____9. An output device that produce hard copies.

____10. Acronym of DC.

Let’s Check And Learn

POST-TEST
Directions:
Read the statement carefully. Choose the letter of the correct answer. Write
your answers on a separate sheet of paper.
1. ______ is where the location after right click in the blank area then
point the cursor to new.

a. Users c. Group
b. Computer d. OU
2. ______ The default selections for group scope.
a. Replication c. Global
b. Domain d. Local
3. ______ allow users to access network resources.

a. Computer c. User
b. User Accounts d. Group Policy
4. ______ is also commonly called forest.

a. Domain c. Forest
b. Domain Controller d. Joining computer
5. ______ created when right click on OU and click new and select user.

a. User Account c. UPN


b. User d. User Principal
6. ______ The first User logon name.

a. Roles c. New
b. User Principal Name d. User
7. ______ Second user logon name.

a. User Principal Name c. SamAccountName


b. Organizational Unit d. User
8. _______ can also be used by user to login to domain-joined computers.
a. User Principal Name c. Folder Sharing
b. SamAccountName d. Redirection
9.______ is email like name that can be used to login to domain joined
computers.
a. User Principal Name c. Redirection
b. SamAccountName d. None
10.______ is a command-line option that will allow you to create users
with commands.
a. OU c. ADDC
b. ADDS d. DSADD

Answer Key

ACTIVITYPRETEST/
3 ACTIVITY 2
POST TEST
1. C 1. select your OU and then
2. C right-click in the blank
1. g area. Next, point to New
3. B
4. A and then select Group,
2. d
5. A The next step is to name
3. a 6. B your Group, select the
group scope and then
7. C
4. b select the group type, We
8. B
are also going to leave the
5. h 9. A default selections for
10. D group scope is Global,
6. j and group type is
7. c Security > click OK.
2. Open Server Manager
8. i ACTIVITY 1 open Roles click Open
Active Directory Users
9. f 1. Computer and expand the domain
2. Organizational Unit name(itsmeismael.com).
10. e 3. Printer Select the Organization
Unit (CS Students) where
4. Shared Folder you want to create the
new user account.
3. Enter password for the
user. You can choose
various options as shown
below. Once you are

You might also like