powershell active directory 48min

This commit is contained in:
2026-01-09 18:37:00 +01:00
parent cdac354904
commit 941d14b737
2 changed files with 61 additions and 0 deletions

View File

@@ -2,6 +2,18 @@
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