0% found this document useful (0 votes)
2 views

Module 2 - Installing DHCP and Managing Users

This document provides a step-by-step guide for installing and configuring the Dynamic Host Configuration Protocol (DHCP) on a server. It includes instructions for adding roles, selecting server features, and setting up DHCP scopes and options. Additionally, it outlines the process for creating new users in Active Directory using PowerShell.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Module 2 - Installing DHCP and Managing Users

This document provides a step-by-step guide for installing and configuring the Dynamic Host Configuration Protocol (DHCP) on a server. It includes instructions for adding roles, selecting server features, and setting up DHCP scopes and options. Additionally, it outlines the process for creating new users in Active Directory using PowerShell.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

INSTITUTE

COLLEGE OF INFORMATION
OF INFORMATION AND COMPUTING
AND COMPUTING SCIENCES
SCIENCES

Module 2
Installing Dynamic Host
Configuration Protocol and
Managing User
INSTITUTE OF INFORMATION AND COMPUTING SCIENCES

On the Server
Manager, select “Add
roles and features
INSTITUTE OF INFORMATION AND COMPUTING SCIENCES

Add Roles and


Features Wizard

- Click Next
INSTITUTE OF INFORMATION AND COMPUTING SCIENCES

Select Installation
Type:

- Select
Role-based or
feature-based
Installation.
- Then click Next
INSTITUTE OF INFORMATION AND COMPUTING SCIENCES

Select destination
server

- Choose “Select a
server fro the server
pool”, then select
“UST-DC”.
- Then click Next
INSTITUTE OF INFORMATION AND COMPUTING SCIENCES

Select server roles

- Tick DHCP Server


- Then click Add Features
INSTITUTE OF INFORMATION AND COMPUTING SCIENCES

For Select features and


DHCP Server

- Click Next
INSTITUTE OF INFORMATION AND COMPUTING SCIENCES

For Confirm Installation


Selection

- Click Install, Once install


is done, click Close
INSTITUTE OF INFORMATION AND COMPUTING SCIENCES

On the Server Manager


click on the Notification
and click link for
Complete DHCP
configuration.
INSTITUTE OF INFORMATION AND COMPUTING SCIENCES

For DHCP post Instal


wizard

- click Next then


- Select “Use the
following user’s
credentials, then press
Commit
INSTITUTE OF INFORMATION AND COMPUTING SCIENCES

For DHCP post Instal


wizard

- click Next then


- Select “Use the
following user’s
credentials, then press
Commit
- Then Close
INSTITUTE OF INFORMATION AND COMPUTING SCIENCES

On Tools Menu

Select DHCP console


INSTITUTE OF INFORMATION AND COMPUTING SCIENCES

On DHCP Console

Expand ust domain, the


right click IPv4 and select
“New Scope”
INSTITUTE OF INFORMATION AND COMPUTING SCIENCES

On New Scope Wizard

Scope Name: <your


section>
Description: (optional)
INSTITUTE OF INFORMATION AND COMPUTING SCIENCES

On the IP Address Range

Input the following:


Start IP: 10.0.0.1
End IP: 10.255.255.254

Then click Next


INSTITUTE OF INFORMATION AND COMPUTING SCIENCES
On the Add Exclusions and Delay

Input the following:


Start IP: 10.0.0.1
End IP: 10.0.0.10 then Add

Input the following:


Start IP: 10.10.10.10 then Add

Input the following:


Start IP: 10.10.10.20 then Add

Input the following:


Start IP: 10.10.10.30 then Add

Input the following:


Start IP: 10.10.10.40 then Add

Then click Next


INSTITUTE OF INFORMATION AND COMPUTING SCIENCES

On the Lease Durations


- click Next

On the Configure DHCP


Options
- Select Yes and click on
Next

On the Router:
Type 10.10.10.10 then
add. Then click Next
INSTITUTE OF INFORMATION AND COMPUTING SCIENCES

On the Domain Name


and DNS Servers

Type in UST-DC on the


Server Name and
10.10.10.10 on the IP
address, then click add,
then click Next

On the WINS Server click


Next
INSTITUTE OF INFORMATION AND COMPUTING SCIENCES

On the Activate Scope

Select Yes, I want to activate


the scope now.

Then click Next

Then Finish.

Verify Configuration on the


DHCP Console.

Open UST-A and remove the


IP address and try the DHCP
INSTITUTE OF INFORMATION AND COMPUTING SCIENCES
INSTITUTE OF INFORMATION AND COMPUTING SCIENCES

Create a list of Users with the following format:

Name,GivenName,Surname,SamAccountName,UserPrincipalName
then save with a filename: newusers.csv

Open a PowerShell:

Import-Csv C:\<filename.csv> | New-ADUser -PassThru |


Set-ADAccountPassword -Reset -NewPassword (Read-Host
-AsSecureString "Account Password") -PassThru | Enable-ADAccount

You might also like