BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/6114196099956736/lesson/eee16bfe7d655ae660d0b739f88317a6?ref=outlook-calendar
SUMMARY:Video - Install and configure DHCP Using PowerShell
DTSTART;TZID=America/Los_Angeles:20260421T190000
DTEND;TZID=America/Los_Angeles:20260421T200000
LOCATION:https://www.learndesk.us/class/6114196099956736/lesson/eee16bfe7d655ae660d0b739f88317a6?ref=outlook-calendar
DESCRIPTION: PowerShell commands are an easy way to save a lot of time as a system administrator. In this Lab,  you will learn how to configure DHCP using PowerShell. You'll need the following information including your scope, and router gateway IP.

This information represents the settings for the instructor's  DHCP server, not yours. You information may differ. 

DNSServerIP="192.168.145.10"DHCPServerIP="192.168.145.10"StartRange="192.168.145.150"EndRange="192.168.145.200"Subnet="255.255.255.0"Router="192.168.145.1"

Following is the configuration break down:

Installing DHCP

Adding DHCP scope

Adding DNS server, and router gateway options

Setting lease duration for a scope

Restarting DHCP service

Step 1: Install DHCP Server Role

Install-WindowsFeature -Name 'DHCP' –IncludeManagementTools

Step 2: Add DHCP Scope

Add-DhcpServerV4Scope -Name "DHCP Scope" -StartRange 192.168.145.150 -EndRange 192.168.145.200 -SubnetMask 255.255.255.0

Step 3: Add DNS Server, Router Gateway Options in...

https://www.learndesk.us/class/6114196099956736/lesson/eee16bfe7d655ae660d0b739f88317a6?ref=outlook-calendar
STATUS:CONFIRMED
SEQUENCE:3
BEGIN:VALARM
TRIGGER:-PT10M
DESCRIPTION:Class Reminder
ACTION:DISPLAY
END:VALARM
END:VEVENT
END:VCALENDAR