Files
Powershell-Training/README.md
2026-01-10 01:45:04 +01:00

52 lines
1.5 KiB
Markdown

# Learn Powershell
My note from the series of Video by The Powershell Engineer
PowerShell is a powerful task automation and configuration management
framework developed by Microsoft, built on the .NET platform.
It combines a command-line shell with a scripting language,
allowing users to automate administrative tasks, manage system configurations,
and control both local and remote machines efficiently.
Unlike traditional command-line tools that work mainly with text,
PowerShell works with objects, making it easier to filter, manipulate,
and pass data between commands.
It is widely used by system administrators, IT professionals, and
developers to manage Windows systems, cloud services,
and cross-platform environments through PowerShell Core.
## 1. Basic
for the learning the basic of the syntax and multiple commands
[Link to the video](https://www.youtube.com/watch?v=ZOoCaWyifmI&t=80s)
## 2. Automation
For learning automation
[Link to the video](https://youtu.be/ssS3dd6oQTU?si=UTU9WJakqvO-NpNY)
## 3.Active Directory
For learning Active Directory
[Link to the video](https://youtu.be/9oiEOYFe6PI?si=RqI-VqDpS8DUUNPu)
## 4.Networking
Networking with powershell
[Link to the video](https://youtu.be/LRdwjfIzaSY?si=7asuJK-tJw_LwYOz)
## 5.System Management
System Magement with powershell
[Link to the video](https://youtu.be/46K4SxQdPIo?si=LW2iATNHcspsvrzR)
## 6.File Management
File Magement with powershell
[Link to the video](https://youtu.be/iGb-e_6uL98?si=gzj1BHK1E_cC6lYg)