ICT Windows Server System Administration Training From Beginner to Advanced | IT Admin Full Course

preview_player
Показать описание
In this training I will be discussing about IT System Administration. Active Directory Domain controller, DNS servers, Group Policy Objects and more.

Become a professional IT System Engineer by following this course:

Windows 11 Full Tutorial: Master Windows 11 Like a Professional

A System Administrator is a someone who is responsible for installing, configuring and managing computer systems. The system administrator seeks to ensure that the up-time, performance, resources, and security of the computers they manage meet the needs of the users, without exceeding a set budget when doing so.

This Training contain the following topic:

1. Install and configure domain controllers for company 1 and company 2
2. Install and configure DNS servers
3. Create and configure DNS zones and records
4. Configure reverse lookup zone
5. Add Secondary Active Directory Domain controller
6. Configure Forward lookup zone
7. Create and manage Active Directory groups and organizational units (OUs)
8. Create and manage Active Directory users and computers
9. Configure two Trust relationship between the two companies
10. Configure service authentication and account policies
11. Create and manage Group Policy Objects
12. Configure BitLocker policy for all client devices
13. How to Configure Disks and Volumes in Windows Server

In this training I installed the following operating systems:

Windows 2022
Windows 2019
Windows 11
Windows 10

Script to create multiple users in Active Directory:

#Enter a path to your import CSV file

foreach ($User in $ADUsers)
{

#Check if the user account already exists in AD
if (Get-ADUser -F {SamAccountName -eq $Username})
{
#If user does exist, output a warning message
Write-Warning "A user account $Username has already exist in Active Directory."
}
else
{
#If a user does not exist then create a new user account

#Account will be created in the OU listed in the $OU variable in the CSV file; don’t forget to change the domain name in the"-UserPrincipalName" variable
New-ADUser `
-SamAccountName $Username `
-Name "$Firstname $Lastname" `
-GivenName $Firstname `
-Surname $Lastname `
-Enabled $True `
-ChangePasswordAtLogon $True `
-DisplayName "$Lastname, $Firstname" `
-Department $Department `
-Path $OU `
-AccountPassword (convertto-securestring $Password -AsPlainText -Force)

}
}

Example of a .csv file for bulk users creation:

firstname,middleInitial,lastname,username,email,streetaddress,city,zipcode,state,country,department,password,telephone,jobtitle,company,ou

Are you ready to dive into the world of IT System Administration and Azure Cloud Engineering? Look no further! Udemy presents an exclusive course designed to elevate your skills and empower your career journey.

Introducing "Mastering IT System Administration & Azure Cloud Engineering" – your gateway to mastering the intricacies of IT infrastructure management and cloud computing with Azure.

What You'll Learn:
- Gain comprehensive knowledge of IT system administration principles.
- Dive deep into Azure cloud computing architecture and services.
- Learn to deploy, manage, and optimize Microsoft Server and Cloud infrastructure.
- Master essential IT skills to excel in your career.

Why Choose This Course:
- Expert-led instruction from seasoned IT professionals.
- Hands-on projects and real-world scenarios for practical learning.
- Flexible learning schedule – study at your own pace, anytime, anywhere.
- Lifetime access to course materials and updates.

#WindowsServer #SystemAdministrator #SystemEngineer
Рекомендации по теме
Комментарии
Автор

Kevin, You're a Messiah!! I am speechless!! May God provide for you at the point of your needs.

lutchynd
Автор

You earned a sub, part two would be fantastic knowing how to do backups and stuff is a skill I lack. Thanks in advance !

BeastyNoobsGaming
Автор

I can't belief that you have had 65 likes only ! form 4k viewers. you deserve better than that, thank you very much for your time

abdulahiise
Автор

Wow, this is amazing content Kelvin, thanks for taking your time and effort to put up all this together. God bless you.

yemtechit
Автор

I am so thankful for the wonderful knowledge u gave us here. I will can access also the party 2

moussadahalane
Автор

Wonderful bros i really like the explanation thanks bros

mangabalos
Автор

Thanks for this great content. I enjoyed every bit of the video. Please, I would like to know how you set up your static IP to connect all these machines. This is the only part you didn't cover

AdekunleOsatuyi
Автор

Simplified and straight forward. Anyways, how about the Part 2?

segaitsolutions
Автор

Awesome video. It is completely relevant to what i face at work. Do you have any advices for Win sys admins that do not have experience in PowerShell scripting?

danielericktafo
Автор

I have learned so many things from your channel. May I know the link of the Part 2 of this video?

gerrygohil
Автор

Thanks for this content, learned a lot; where is the link for Part 2.

informix
Автор

Nice lecture bro. It was clear and to the point. How do I get part 2?

francisk
Автор

Good day sir, I am having lots of troubles with my Oracle Virtual Machine. Though I am connecting via Wi-Fi so I couldn’t get the internet connection into the virtual machine and there is no how I could link two server’s together. Please I want to ask, how can I get my Virtual Machine to operate on a network so that I can add other servers and clients to it.

1. DHCP could not contact active directory
2. Error 4013 on AD DS. The DNS server is waiting for AD DS to signal that the initial synchronisation of the directory has been completed

oyebodejoseph
Автор

thankyou so much. please where is part 2?

Mr.Vick
Автор

sir so on the real world how can i establish trust with another company via the network?

ebosac
Автор

Sir please how can disable microsoft stores using windows server?

ebosac
Автор

Hello Sir, please when is the part 2 of this going to be out?

olumuyiwaogunlaja-smith
Автор

where is the part 2, can you send me a link please?

jthakilla
Автор

Do you have any question for me? Visit my blog www.kelvglobal.com and send me a personal email.
I will respond as quick as possible.

Kelvglobal