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

Показать описание
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
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
Комментарии